COLOR #527256

HEX: #527256
RGB: (82,114,86)

Color info

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

RGB color model

#527256 color RGB value is (82,114,86).

  • red value is 82;
  • green value is 114;
  • blue value is 86.
RGB:
(82,114,86)
(32%,45%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 86 of 255 = 34%

82
114
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 86 = 282 (100%)
R 82 of 282 ~ 29.08%
G 114 of 282 ~ 40.43%
B 86 of 282 ~ 30.5%

%29.08
%40.43
%30.5

CMYK color model

#527256 color CMYK value is (28,0,25,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(28,0,25,55)
C28M0Y25K55 
(28%,0%,25%,55%)
(0.28/0.00/0.25/0.55)	

CMYK percentages

%28.07
%0
%24.56
%55.29

Codes

Color #527256 in popluar color models

527256
RGB8211486
HSL128°16.33%38.43%
HSB/HSV128°28.07%44.71%
CMYK28.07%0.00%24.56%
55.29%

Color #527256 in popluar number systems.

HEX527256
Decimal8211486
Binary101001011100101010110
Octal122162126

Shades and tints

Shades of #527256

#527256
(82,114,86)
#4B684F
(75,104,79)
#445E48
(68,94,72)
#3D5441
(61,84,65)
#364A3A
(54,74,58)
#2F4033
(47,64,51)
#28362C
(40,54,44)
#212C25
(33,44,37)
#1A221E
(26,34,30)
#131817
(19,24,23)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #527256

#527256
(82,114,86)
#617E65
(97,126,101)
#708A74
(112,138,116)
#7F9683
(127,150,131)
#8EA292
(142,162,146)
#9DAEA1
(157,174,161)
#ACBAB0
(172,186,176)
#BBC6BF
(187,198,191)
#CAD2CE
(202,210,206)
#D9DEDD
(217,222,221)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527256 color. Also use rgb(82,114,86) instead hex code.

Text Font Color

.myTextColor { color: #527256; }

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

This text font color is #527256.


Background Color

.myBgColor { background-color: #527256; }

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

This div background color is #527256.


Border color

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

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

This div border color is #527256.


Opacity

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

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

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

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

This text has shadow with #527256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527256 on black background.


Color preview on white background

This text has color #527256 on white background.



Black color preview on #527256 background

This text has black color on #527256 background.


White color preview on #527256 background

This text has white color on #527256 background.