COLOR #527D5C

HEX: #527D5C
RGB: (82,125,92)

Color info

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

RGB color model

#527D5C color RGB value is (82,125,92).

  • red value is 82;
  • green value is 125;
  • blue value is 92.
RGB:
(82,125,92)
(32%,49%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 92 of 255 = 36%

82
125
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 92 = 299 (100%)
R 82 of 299 ~ 27.42%
G 125 of 299 ~ 41.81%
B 92 of 299 ~ 30.77%

%27.42
%41.81
%30.77

CMYK color model

#527D5C color CMYK value is (34,0,26,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 50.98%
CMYK:
(34,0,26,51)
C34M0Y26K51 
(34%,0%,26%,51%)
(0.34/0.00/0.26/0.51)	

CMYK percentages

%34.4
%0
%26.4
%50.98

Codes

Color #527D5C in popluar color models

527D5C
RGB8212592
HSL134°20.77%40.59%
HSB/HSV134°34.40%49.02%
CMYK34.40%0.00%26.40%
50.98%

Color #527D5C in popluar number systems.

HEX527D5C
Decimal8212592
Binary101001011111011011100
Octal122175134

Shades and tints

Shades of #527D5C

#527D5C
(82,125,92)
#4B7254
(75,114,84)
#44674C
(68,103,76)
#3D5C44
(61,92,68)
#36513C
(54,81,60)
#2F4634
(47,70,52)
#283B2C
(40,59,44)
#213024
(33,48,36)
#1A251C
(26,37,28)
#131A14
(19,26,20)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #527D5C

#527D5C
(82,125,92)
#61886A
(97,136,106)
#709378
(112,147,120)
#7F9E86
(127,158,134)
#8EA994
(142,169,148)
#9DB4A2
(157,180,162)
#ACBFB0
(172,191,176)
#BBCABE
(187,202,190)
#CAD5CC
(202,213,204)
#D9E0DA
(217,224,218)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527D5C color. Also use rgb(82,125,92) instead hex code.

Text Font Color

.myTextColor { color: #527D5C; }

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

This text font color is #527D5C.


Background Color

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

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

This div background color is #527D5C.


Border color

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

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

This div border color is #527D5C.


Opacity

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

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

Text with #527D5C 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 #527D5C;}

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

This text has shadow with #527D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D5C on black background.


Color preview on white background

This text has color #527D5C on white background.



Black color preview on #527D5C background

This text has black color on #527D5C background.


White color preview on #527D5C background

This text has white color on #527D5C background.