COLOR #527D56

HEX: #527D56
RGB: (82,125,86)

Color info

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

RGB color model

#527D56 color RGB value is (82,125,86).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 86 of 255 = 34%

82
125
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 86 = 293 (100%)
R 82 of 293 ~ 27.99%
G 125 of 293 ~ 42.66%
B 86 of 293 ~ 29.35%

%27.99
%42.66
%29.35

CMYK color model

#527D56 color CMYK value is (34,0,31,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(34,0,31,51)
C34M0Y31K51 
(34%,0%,31%,51%)
(0.34/0.00/0.31/0.51)	

CMYK percentages

%34.4
%0
%31.2
%50.98

Codes

Color #527D56 in popluar color models

527D56
RGB8212586
HSL126°20.77%40.59%
HSB/HSV126°34.40%49.02%
CMYK34.40%0.00%31.20%
50.98%

Color #527D56 in popluar number systems.

HEX527D56
Decimal8212586
Binary101001011111011010110
Octal122175126

Shades and tints

Shades of #527D56

#527D56
(82,125,86)
#4B724F
(75,114,79)
#446748
(68,103,72)
#3D5C41
(61,92,65)
#36513A
(54,81,58)
#2F4633
(47,70,51)
#283B2C
(40,59,44)
#213025
(33,48,37)
#1A251E
(26,37,30)
#131A17
(19,26,23)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #527D56

#527D56
(82,125,86)
#618865
(97,136,101)
#709374
(112,147,116)
#7F9E83
(127,158,131)
#8EA992
(142,169,146)
#9DB4A1
(157,180,161)
#ACBFB0
(172,191,176)
#BBCABF
(187,202,191)
#CAD5CE
(202,213,206)
#D9E0DD
(217,224,221)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D56; }

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

This text font color is #527D56.


Background Color

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

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

This div background color is #527D56.


Border color

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

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

This div border color is #527D56.


Opacity

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

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

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

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

This text has shadow with #527D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D56 on black background.


Color preview on white background

This text has color #527D56 on white background.



Black color preview on #527D56 background

This text has black color on #527D56 background.


White color preview on #527D56 background

This text has white color on #527D56 background.