COLOR #556D20

HEX: #556D20
RGB: (85,109,32)

Color info

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

RGB color model

#556D20 color RGB value is (85,109,32).

  • red value is 85;
  • green value is 109;
  • blue value is 32.
RGB:
(85,109,32)
(33%,43%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 32 of 255 = 13%

85
109
32

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

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 32 = 226 (100%)
R 85 of 226 ~ 37.61%
G 109 of 226 ~ 48.23%
B 32 of 226 ~ 14.16%

%37.61
%48.23
%14.16

CMYK color model

#556D20 color CMYK value is (22,0,71,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(22,0,71,57)
C22M0Y71K57 
(22%,0%,71%,57%)
(0.22/0.00/0.71/0.57)	

CMYK percentages

%22.02
%0
%70.64
%57.25

Codes

Color #556D20 in popluar color models

556D20
RGB8510932
HSL79°54.61%27.65%
HSB/HSV79°70.64%42.75%
CMYK22.02%0.00%70.64%
57.25%

Color #556D20 in popluar number systems.

HEX556D20
Decimal8510932
Binary10101011101101100000
Octal12515540

Shades and tints

Shades of #556D20

#556D20
(85,109,32)
#4E641E
(78,100,30)
#475B1C
(71,91,28)
#40521A
(64,82,26)
#394918
(57,73,24)
#324016
(50,64,22)
#2B3714
(43,55,20)
#242E12
(36,46,18)
#1D2510
(29,37,16)
#161C0E
(22,28,14)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #556D20

#556D20
(85,109,32)
#647A34
(100,122,52)
#738748
(115,135,72)
#82945C
(130,148,92)
#91A170
(145,161,112)
#A0AE84
(160,174,132)
#AFBB98
(175,187,152)
#BEC8AC
(190,200,172)
#CDD5C0
(205,213,192)
#DCE2D4
(220,226,212)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556D20 color. Also use rgb(85,109,32) instead hex code.

Text Font Color

.myTextColor { color: #556D20; }

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

This text font color is #556D20.


Background Color

.myBgColor { background-color: #556D20; }

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

This div background color is #556D20.


Border color

.myBorderColor { border: 1px solid #556D20; }

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

This div border color is #556D20.


Opacity

.myOpacity80 { color: #556D20; opacity: 0.8; }

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

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

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

This text has shadow with #556D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D20 on black background.


Color preview on white background

This text has color #556D20 on white background.



Black color preview on #556D20 background

This text has black color on #556D20 background.


White color preview on #556D20 background

This text has white color on #556D20 background.