COLOR #527648

HEX: #527648
RGB: (82,118,72)

Color info

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

RGB color model

#527648 color RGB value is (82,118,72).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 72 of 255 = 28%

82
118
72

R + G + B ~ 35%. #527648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 72 = 272 (100%)
R 82 of 272 ~ 30.15%
G 118 of 272 ~ 43.38%
B 72 of 272 ~ 26.47%

%30.15
%43.38
%26.47

CMYK color model

#527648 color CMYK value is (31,0,39,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(31,0,39,54)
C31M0Y39K54 
(31%,0%,39%,54%)
(0.31/0.00/0.39/0.54)	

CMYK percentages

%30.51
%0
%38.98
%53.73

Codes

Color #527648 in popluar color models

527648
RGB8211872
HSL107°24.21%37.25%
HSB/HSV107°38.98%46.27%
CMYK30.51%0.00%38.98%
53.73%

Color #527648 in popluar number systems.

HEX527648
Decimal8211872
Binary101001011101101001000
Octal122166110

Shades and tints

Shades of #527648

#527648
(82,118,72)
#4B6C42
(75,108,66)
#44623C
(68,98,60)
#3D5836
(61,88,54)
#364E30
(54,78,48)
#2F442A
(47,68,42)
#283A24
(40,58,36)
#21301E
(33,48,30)
#1A2618
(26,38,24)
#131C12
(19,28,18)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #527648

#527648
(82,118,72)
#618258
(97,130,88)
#708E68
(112,142,104)
#7F9A78
(127,154,120)
#8EA688
(142,166,136)
#9DB298
(157,178,152)
#ACBEA8
(172,190,168)
#BBCAB8
(187,202,184)
#CAD6C8
(202,214,200)
#D9E2D8
(217,226,216)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527648; }

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

This text font color is #527648.


Background Color

.myBgColor { background-color: #527648; }

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

This div background color is #527648.


Border color

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

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

This div border color is #527648.


Opacity

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

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

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

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

This text has shadow with #527648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527648 on black background.


Color preview on white background

This text has color #527648 on white background.



Black color preview on #527648 background

This text has black color on #527648 background.


White color preview on #527648 background

This text has white color on #527648 background.