COLOR #527250

HEX: #527250
RGB: (82,114,80)

Color info

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

RGB color model

#527250 color RGB value is (82,114,80).

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

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 80 of 255 = 31%

82
114
80

R + G + B ~ 36%. #527250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 80 = 276 (100%)
R 82 of 276 ~ 29.71%
G 114 of 276 ~ 41.3%
B 80 of 276 ~ 28.99%

%29.71
%41.3
%28.99

CMYK color model

#527250 color CMYK value is (28,0,30,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK:
(28,0,30,55)
C28M0Y30K55 
(28%,0%,30%,55%)
(0.28/0.00/0.30/0.55)	

CMYK percentages

%28.07
%0
%29.82
%55.29

Codes

Color #527250 in popluar color models

527250
RGB8211480
HSL116°17.53%38.04%
HSB/HSV116°29.82%44.71%
CMYK28.07%0.00%29.82%
55.29%

Color #527250 in popluar number systems.

HEX527250
Decimal8211480
Binary101001011100101010000
Octal122162120

Shades and tints

Shades of #527250

#527250
(82,114,80)
#4B6849
(75,104,73)
#445E42
(68,94,66)
#3D543B
(61,84,59)
#364A34
(54,74,52)
#2F402D
(47,64,45)
#283626
(40,54,38)
#212C1F
(33,44,31)
#1A2218
(26,34,24)
#131811
(19,24,17)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #527250

#527250
(82,114,80)
#617E5F
(97,126,95)
#708A6E
(112,138,110)
#7F967D
(127,150,125)
#8EA28C
(142,162,140)
#9DAE9B
(157,174,155)
#ACBAAA
(172,186,170)
#BBC6B9
(187,198,185)
#CAD2C8
(202,210,200)
#D9DED7
(217,222,215)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527250; }

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

This text font color is #527250.


Background Color

.myBgColor { background-color: #527250; }

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

This div background color is #527250.


Border color

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

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

This div border color is #527250.


Opacity

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

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

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

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

This text has shadow with #527250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527250 on black background.


Color preview on white background

This text has color #527250 on white background.



Black color preview on #527250 background

This text has black color on #527250 background.


White color preview on #527250 background

This text has white color on #527250 background.