COLOR #527854

HEX: #527854
RGB: (82,120,84)

Color info

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

RGB color model

#527854 color RGB value is (82,120,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 120 of 255 = 47%
B 84 of 255 = 33%

82
120
84

R + G + B ~ 37%. #527854 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 120 + 84 = 286 (100%)
R 82 of 286 ~ 28.67%
G 120 of 286 ~ 41.96%
B 84 of 286 ~ 29.37%

%28.67
%41.96
%29.37

CMYK color model

#527854 color CMYK value is (32,0,30,53).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 52.94%
CMYK:
(32,0,30,53)
C32M0Y30K53 
(32%,0%,30%,53%)
(0.32/0.00/0.30/0.53)	

CMYK percentages

%31.67
%0
%30
%52.94

Codes

Color #527854 in popluar color models

527854
RGB8212084
HSL123°18.81%39.61%
HSB/HSV123°31.67%47.06%
CMYK31.67%0.00%30.00%
52.94%

Color #527854 in popluar number systems.

HEX527854
Decimal8212084
Binary101001011110001010100
Octal122170124

Shades and tints

Shades of #527854

#527854
(82,120,84)
#4B6E4D
(75,110,77)
#446446
(68,100,70)
#3D5A3F
(61,90,63)
#365038
(54,80,56)
#2F4631
(47,70,49)
#283C2A
(40,60,42)
#213223
(33,50,35)
#1A281C
(26,40,28)
#131E15
(19,30,21)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #527854

#527854
(82,120,84)
#618463
(97,132,99)
#709072
(112,144,114)
#7F9C81
(127,156,129)
#8EA890
(142,168,144)
#9DB49F
(157,180,159)
#ACC0AE
(172,192,174)
#BBCCBD
(187,204,189)
#CAD8CC
(202,216,204)
#D9E4DB
(217,228,219)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527854; }

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

This text font color is #527854.


Background Color

.myBgColor { background-color: #527854; }

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

This div background color is #527854.


Border color

.myBorderColor { border: 1px solid #527854; }

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

This div border color is #527854.


Opacity

.myOpacity80 { color: #527854; opacity: 0.8; }

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

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

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

This text has shadow with #527854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527854 on black background.


Color preview on white background

This text has color #527854 on white background.



Black color preview on #527854 background

This text has black color on #527854 background.


White color preview on #527854 background

This text has white color on #527854 background.