COLOR #527E5C

HEX: #527E5C
RGB: (82,126,92)

Color info

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

RGB color model

#527E5C color RGB value is (82,126,92).

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

RGB channels and saturation

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

82
126
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 126 + 92 = 300 (100%)
R 82 of 300 ~ 27.33%
G 126 of 300 ~ 42%
B 92 of 300 ~ 30.67%

%27.33
%42
%30.67

CMYK color model

#527E5C color CMYK value is (35,0,27,51).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(35,0,27,51)
C35M0Y27K51 
(35%,0%,27%,51%)
(0.35/0.00/0.27/0.51)	

CMYK percentages

%34.92
%0
%26.98
%50.59

Codes

Color #527E5C in popluar color models

527E5C
RGB8212692
HSL134°21.15%40.78%
HSB/HSV134°34.92%49.41%
CMYK34.92%0.00%26.98%
50.59%

Color #527E5C in popluar number systems.

HEX527E5C
Decimal8212692
Binary101001011111101011100
Octal122176134

Shades and tints

Shades of #527E5C

#527E5C
(82,126,92)
#4B7354
(75,115,84)
#44684C
(68,104,76)
#3D5D44
(61,93,68)
#36523C
(54,82,60)
#2F4734
(47,71,52)
#283C2C
(40,60,44)
#213124
(33,49,36)
#1A261C
(26,38,28)
#131B14
(19,27,20)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #527E5C

#527E5C
(82,126,92)
#61896A
(97,137,106)
#709478
(112,148,120)
#7F9F86
(127,159,134)
#8EAA94
(142,170,148)
#9DB5A2
(157,181,162)
#ACC0B0
(172,192,176)
#BBCBBE
(187,203,190)
#CAD6CC
(202,214,204)
#D9E1DA
(217,225,218)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527E5C; }

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

This text font color is #527E5C.


Background Color

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

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

This div background color is #527E5C.


Border color

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

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

This div border color is #527E5C.


Opacity

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

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

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

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

This text has shadow with #527E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527E5C on black background.


Color preview on white background

This text has color #527E5C on white background.



Black color preview on #527E5C background

This text has black color on #527E5C background.


White color preview on #527E5C background

This text has white color on #527E5C background.