COLOR #527D48

HEX: #527D48
RGB: (82,125,72)

Color info

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

RGB color model

#527D48 color RGB value is (82,125,72).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 72 of 255 = 28%

82
125
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 72 = 279 (100%)
R 82 of 279 ~ 29.39%
G 125 of 279 ~ 44.8%
B 72 of 279 ~ 25.81%

%29.39
%44.8
%25.81

CMYK color model

#527D48 color CMYK value is (34,0,42,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 50.98%
CMYK:
(34,0,42,51)
C34M0Y42K51 
(34%,0%,42%,51%)
(0.34/0.00/0.42/0.51)	

CMYK percentages

%34.4
%0
%42.4
%50.98

Codes

Color #527D48 in popluar color models

527D48
RGB8212572
HSL109°26.90%38.63%
HSB/HSV109°42.40%49.02%
CMYK34.40%0.00%42.40%
50.98%

Color #527D48 in popluar number systems.

HEX527D48
Decimal8212572
Binary101001011111011001000
Octal122175110

Shades and tints

Shades of #527D48

#527D48
(82,125,72)
#4B7242
(75,114,66)
#44673C
(68,103,60)
#3D5C36
(61,92,54)
#365130
(54,81,48)
#2F462A
(47,70,42)
#283B24
(40,59,36)
#21301E
(33,48,30)
#1A2518
(26,37,24)
#131A12
(19,26,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #527D48

#527D48
(82,125,72)
#618858
(97,136,88)
#709368
(112,147,104)
#7F9E78
(127,158,120)
#8EA988
(142,169,136)
#9DB498
(157,180,152)
#ACBFA8
(172,191,168)
#BBCAB8
(187,202,184)
#CAD5C8
(202,213,200)
#D9E0D8
(217,224,216)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D48; }

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

This text font color is #527D48.


Background Color

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

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

This div background color is #527D48.


Border color

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

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

This div border color is #527D48.


Opacity

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

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

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

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

This text has shadow with #527D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D48 on black background.


Color preview on white background

This text has color #527D48 on white background.



Black color preview on #527D48 background

This text has black color on #527D48 background.


White color preview on #527D48 background

This text has white color on #527D48 background.