COLOR #527620

HEX: #527620
RGB: (82,118,32)

Color info

#527620 contains mainly red and green colors. Web safe color of #527620 is #666633 (or #663).

RGB color model

#527620 color RGB value is (82,118,32).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 32 of 255 = 13%

82
118
32

R + G + B ~ 30%. #527620 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 32 = 232 (100%)
R 82 of 232 ~ 35.34%
G 118 of 232 ~ 50.86%
B 32 of 232 ~ 13.79%

%35.34
%50.86
%13.79

CMYK color model

#527620 color CMYK value is (31,0,73,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 72.88%
  • key color value is 53.73%
CMYK:
(31,0,73,54)
C31M0Y73K54 
(31%,0%,73%,54%)
(0.31/0.00/0.73/0.54)	

CMYK percentages

%30.51
%0
%72.88
%53.73

Codes

Color #527620 in popluar color models

527620
RGB8211832
HSL85°57.33%29.41%
HSB/HSV85°72.88%46.27%
CMYK30.51%0.00%72.88%
53.73%

Color #527620 in popluar number systems.

HEX527620
Decimal8211832
Binary10100101110110100000
Octal12216640

Shades and tints

Shades of #527620

#527620
(82,118,32)
#4B6C1E
(75,108,30)
#44621C
(68,98,28)
#3D581A
(61,88,26)
#364E18
(54,78,24)
#2F4416
(47,68,22)
#283A14
(40,58,20)
#213012
(33,48,18)
#1A2610
(26,38,16)
#131C0E
(19,28,14)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #527620

#527620
(82,118,32)
#618234
(97,130,52)
#708E48
(112,142,72)
#7F9A5C
(127,154,92)
#8EA670
(142,166,112)
#9DB284
(157,178,132)
#ACBE98
(172,190,152)
#BBCAAC
(187,202,172)
#CAD6C0
(202,214,192)
#D9E2D4
(217,226,212)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527620; }

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

This text font color is #527620.


Background Color

.myBgColor { background-color: #527620; }

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

This div background color is #527620.


Border color

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

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

This div border color is #527620.


Opacity

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

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

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

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

This text has shadow with #527620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527620 on black background.


Color preview on white background

This text has color #527620 on white background.



Black color preview on #527620 background

This text has black color on #527620 background.


White color preview on #527620 background

This text has white color on #527620 background.