COLOR #527156

HEX: #527156
RGB: (82,113,86)

Color info

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

RGB color model

#527156 color RGB value is (82,113,86).

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

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 86 of 255 = 34%

82
113
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 86 = 281 (100%)
R 82 of 281 ~ 29.18%
G 113 of 281 ~ 40.21%
B 86 of 281 ~ 30.6%

%29.18
%40.21
%30.6

CMYK color model

#527156 color CMYK value is (27,0,24,56).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(27,0,24,56)
C27M0Y24K56 
(27%,0%,24%,56%)
(0.27/0.00/0.24/0.56)	

CMYK percentages

%27.43
%0
%23.89
%55.69

Codes

Color #527156 in popluar color models

527156
RGB8211386
HSL128°15.90%38.24%
HSB/HSV128°27.43%44.31%
CMYK27.43%0.00%23.89%
55.69%

Color #527156 in popluar number systems.

HEX527156
Decimal8211386
Binary101001011100011010110
Octal122161126

Shades and tints

Shades of #527156

#527156
(82,113,86)
#4B674F
(75,103,79)
#445D48
(68,93,72)
#3D5341
(61,83,65)
#36493A
(54,73,58)
#2F3F33
(47,63,51)
#28352C
(40,53,44)
#212B25
(33,43,37)
#1A211E
(26,33,30)
#131717
(19,23,23)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #527156

#527156
(82,113,86)
#617D65
(97,125,101)
#708974
(112,137,116)
#7F9583
(127,149,131)
#8EA192
(142,161,146)
#9DADA1
(157,173,161)
#ACB9B0
(172,185,176)
#BBC5BF
(187,197,191)
#CAD1CE
(202,209,206)
#D9DDDD
(217,221,221)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527156; }

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

This text font color is #527156.


Background Color

.myBgColor { background-color: #527156; }

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

This div background color is #527156.


Border color

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

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

This div border color is #527156.


Opacity

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

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

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

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

This text has shadow with #527156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527156 on black background.


Color preview on white background

This text has color #527156 on white background.



Black color preview on #527156 background

This text has black color on #527156 background.


White color preview on #527156 background

This text has white color on #527156 background.