COLOR #527F57

HEX: #527F57
RGB: (82,127,87)

Color info

#527F57 contains red, green and blue colors in about the same proportion. Web safe color of #527F57 is #666666 (or #666).

RGB color model

#527F57 color RGB value is (82,127,87).

  • red value is 82;
  • green value is 127;
  • blue value is 87.
RGB:
(82,127,87)
(32%,50%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 127 of 255 = 50%
B 87 of 255 = 34%

82
127
87

R + G + B ~ 39%. #527F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 127 + 87 = 296 (100%)
R 82 of 296 ~ 27.7%
G 127 of 296 ~ 42.91%
B 87 of 296 ~ 29.39%

%27.7
%42.91
%29.39

CMYK color model

#527F57 color CMYK value is (35,0,31,50).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 50.20%
CMYK:
(35,0,31,50)
C35M0Y31K50 
(35%,0%,31%,50%)
(0.35/0.00/0.31/0.50)	

CMYK percentages

%35.43
%0
%31.5
%50.2

Codes

Color #527F57 in popluar color models

527F57
RGB8212787
HSL127°21.53%40.98%
HSB/HSV127°35.43%49.80%
CMYK35.43%0.00%31.50%
50.20%

Color #527F57 in popluar number systems.

HEX527F57
Decimal8212787
Binary101001011111111010111
Octal122177127

Shades and tints

Shades of #527F57

#527F57
(82,127,87)
#4B7450
(75,116,80)
#446949
(68,105,73)
#3D5E42
(61,94,66)
#36533B
(54,83,59)
#2F4834
(47,72,52)
#283D2D
(40,61,45)
#213226
(33,50,38)
#1A271F
(26,39,31)
#131C18
(19,28,24)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #527F57

#527F57
(82,127,87)
#618A66
(97,138,102)
#709575
(112,149,117)
#7FA084
(127,160,132)
#8EAB93
(142,171,147)
#9DB6A2
(157,182,162)
#ACC1B1
(172,193,177)
#BBCCC0
(187,204,192)
#CAD7CF
(202,215,207)
#D9E2DE
(217,226,222)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527F57 color. Also use rgb(82,127,87) instead hex code.

Text Font Color

.myTextColor { color: #527F57; }

<p style="color:#527F57">This sample text font color is #527F57.</p>

This text font color is #527F57.


Background Color

.myBgColor { background-color: #527F57; }

<div style="background-color:#527F57">Inner text</div>

This div background color is #527F57.


Border color

.myBorderColor { border: 1px solid #527F57; }

<div style="border:3px solid #527F57">Div</div>

This div border color is #527F57.


Opacity

.myOpacity80 { color: #527F57; opacity: 0.8; }

<p style="color:#527F57;opacity:0.8;">80%</p>

Text with #527F57 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #527F57;}

<p style="text-shadow: 3px 3px 1px #527F57">Text here.</p>

This text has shadow with #527F57 color.

.textShadow {text-shadow: 3px 3px 1px #527F57, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #527F57, 5px 5px 20px red">Text here.</p>

This text has shadow with #527F57 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527F57, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#527F57, Direction=45, Strength=4)">Text</p>

This text has shadow with #527F57 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #527F57;
  -webkit-box-shadow:	1px 1px 3px 2px #527F57;
  box-shadow:		1px 1px 3px 2px #527F57;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #527F57;
-webkit-box-shadow: 1px 1px 3px 2px #527F57;
box-shadow:1px 1px 3px 2px #527F57;">
Div content here</div>
This div box has shadow with color #527F57.

Preview

Color preview on black background

This text has color #527F57 on black background.


Color preview on white background

This text has color #527F57 on white background.



Black color preview on #527F57 background

This text has black color on #527F57 background.


White color preview on #527F57 background

This text has white color on #527F57 background.