COLOR #527C48

HEX: #527C48
RGB: (82,124,72)

Color info

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

RGB color model

#527C48 color RGB value is (82,124,72).

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

RGB channels and saturation

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

82
124
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 124 + 72 = 278 (100%)
R 82 of 278 ~ 29.5%
G 124 of 278 ~ 44.6%
B 72 of 278 ~ 25.9%

%29.5
%44.6
%25.9

CMYK color model

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

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

CMYK percentages

%33.87
%0
%41.94
%51.37

Codes

Color #527C48 in popluar color models

527C48
RGB8212472
HSL108°26.53%38.43%
HSB/HSV108°41.94%48.63%
CMYK33.87%0.00%41.94%
51.37%

Color #527C48 in popluar number systems.

HEX527C48
Decimal8212472
Binary101001011111001001000
Octal122174110

Shades and tints

Shades of #527C48

#527C48
(82,124,72)
#4B7142
(75,113,66)
#44663C
(68,102,60)
#3D5B36
(61,91,54)
#365030
(54,80,48)
#2F452A
(47,69,42)
#283A24
(40,58,36)
#212F1E
(33,47,30)
#1A2418
(26,36,24)
#131912
(19,25,18)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #527C48

#527C48
(82,124,72)
#618758
(97,135,88)
#709268
(112,146,104)
#7F9D78
(127,157,120)
#8EA888
(142,168,136)
#9DB398
(157,179,152)
#ACBEA8
(172,190,168)
#BBC9B8
(187,201,184)
#CAD4C8
(202,212,200)
#D9DFD8
(217,223,216)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527C48; }

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

This text font color is #527C48.


Background Color

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

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

This div background color is #527C48.


Border color

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

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

This div border color is #527C48.


Opacity

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

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

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

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

This text has shadow with #527C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527C48 on black background.


Color preview on white background

This text has color #527C48 on white background.



Black color preview on #527C48 background

This text has black color on #527C48 background.


White color preview on #527C48 background

This text has white color on #527C48 background.