COLOR #527E54

HEX: #527E54
RGB: (82,126,84)

Color info

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

RGB color model

#527E54 color RGB value is (82,126,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 126 of 255 = 49%
B 84 of 255 = 33%

82
126
84

R + G + B ~ 38%. #527E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 126 + 84 = 292 (100%)
R 82 of 292 ~ 28.08%
G 126 of 292 ~ 43.15%
B 84 of 292 ~ 28.77%

%28.08
%43.15
%28.77

CMYK color model

#527E54 color CMYK value is (35,0,33,51).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 50.59%
CMYK:
(35,0,33,51)
C35M0Y33K51 
(35%,0%,33%,51%)
(0.35/0.00/0.33/0.51)	

CMYK percentages

%34.92
%0
%33.33
%50.59

Codes

Color #527E54 in popluar color models

527E54
RGB8212684
HSL123°21.15%40.78%
HSB/HSV123°34.92%49.41%
CMYK34.92%0.00%33.33%
50.59%

Color #527E54 in popluar number systems.

HEX527E54
Decimal8212684
Binary101001011111101010100
Octal122176124

Shades and tints

Shades of #527E54

#527E54
(82,126,84)
#4B734D
(75,115,77)
#446846
(68,104,70)
#3D5D3F
(61,93,63)
#365238
(54,82,56)
#2F4731
(47,71,49)
#283C2A
(40,60,42)
#213123
(33,49,35)
#1A261C
(26,38,28)
#131B15
(19,27,21)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #527E54

#527E54
(82,126,84)
#618963
(97,137,99)
#709472
(112,148,114)
#7F9F81
(127,159,129)
#8EAA90
(142,170,144)
#9DB59F
(157,181,159)
#ACC0AE
(172,192,174)
#BBCBBD
(187,203,189)
#CAD6CC
(202,214,204)
#D9E1DB
(217,225,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527E54; }

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

This text font color is #527E54.


Background Color

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

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

This div background color is #527E54.


Border color

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

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

This div border color is #527E54.


Opacity

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

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

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

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

This text has shadow with #527E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527E54 on black background.


Color preview on white background

This text has color #527E54 on white background.



Black color preview on #527E54 background

This text has black color on #527E54 background.


White color preview on #527E54 background

This text has white color on #527E54 background.