COLOR #527237

HEX: #527237
RGB: (82,114,55)

Color info

#527237 contains red, green and blue colors in about the same proportion. Web safe color of #527237 is #666633 (or #663).

RGB color model

#527237 color RGB value is (82,114,55).

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

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 55 of 255 = 22%

82
114
55

R + G + B ~ 33%. #527237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 55 = 251 (100%)
R 82 of 251 ~ 32.67%
G 114 of 251 ~ 45.42%
B 55 of 251 ~ 21.91%

%32.67
%45.42
%21.91

CMYK color model

#527237 color CMYK value is (28,0,52,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 51.75%
  • key color value is 55.29%
CMYK:
(28,0,52,55)
C28M0Y52K55 
(28%,0%,52%,55%)
(0.28/0.00/0.52/0.55)	

CMYK percentages

%28.07
%0
%51.75
%55.29

Codes

Color #527237 in popluar color models

527237
RGB8211455
HSL93°34.91%33.14%
HSB/HSV93°51.75%44.71%
CMYK28.07%0.00%51.75%
55.29%

Color #527237 in popluar number systems.

HEX527237
Decimal8211455
Binary10100101110010110111
Octal12216267

Shades and tints

Shades of #527237

#527237
(82,114,55)
#4B6832
(75,104,50)
#445E2D
(68,94,45)
#3D5428
(61,84,40)
#364A23
(54,74,35)
#2F401E
(47,64,30)
#283619
(40,54,25)
#212C14
(33,44,20)
#1A220F
(26,34,15)
#13180A
(19,24,10)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #527237

#527237
(82,114,55)
#617E49
(97,126,73)
#708A5B
(112,138,91)
#7F966D
(127,150,109)
#8EA27F
(142,162,127)
#9DAE91
(157,174,145)
#ACBAA3
(172,186,163)
#BBC6B5
(187,198,181)
#CAD2C7
(202,210,199)
#D9DED9
(217,222,217)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527237; }

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

This text font color is #527237.


Background Color

.myBgColor { background-color: #527237; }

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

This div background color is #527237.


Border color

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

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

This div border color is #527237.


Opacity

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

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

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

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

This text has shadow with #527237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527237 on black background.


Color preview on white background

This text has color #527237 on white background.



Black color preview on #527237 background

This text has black color on #527237 background.


White color preview on #527237 background

This text has white color on #527237 background.