COLOR #556D14

HEX: #556D14
RGB: (85,109,20)

Color info

#556D14 contains mainly red and green colors. Web safe color of #556D14 is #666600 (or #660).

RGB color model

#556D14 color RGB value is (85,109,20).

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

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 20 of 255 = 8%

85
109
20

R + G + B ~ 28%. #556D14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 20 = 214 (100%)
R 85 of 214 ~ 39.72%
G 109 of 214 ~ 50.93%
B 20 of 214 ~ 9.35%

%39.72
%50.93

CMYK color model

#556D14 color CMYK value is (22,0,82,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 81.65%
  • key color value is 57.25%
CMYK:
(22,0,82,57)
C22M0Y82K57 
(22%,0%,82%,57%)
(0.22/0.00/0.82/0.57)	

CMYK percentages

%22.02
%0
%81.65
%57.25

Codes

Color #556D14 in popluar color models

556D14
RGB8510920
HSL76°68.99%25.29%
HSB/HSV76°81.65%42.75%
CMYK22.02%0.00%81.65%
57.25%

Color #556D14 in popluar number systems.

HEX556D14
Decimal8510920
Binary1010101110110110100
Octal12515524

Shades and tints

Shades of #556D14

#556D14
(85,109,20)
#4E6413
(78,100,19)
#475B12
(71,91,18)
#405211
(64,82,17)
#394910
(57,73,16)
#32400F
(50,64,15)
#2B370E
(43,55,14)
#242E0D
(36,46,13)
#1D250C
(29,37,12)
#161C0B
(22,28,11)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #556D14

#556D14
(85,109,20)
#647A29
(100,122,41)
#73873E
(115,135,62)
#829453
(130,148,83)
#91A168
(145,161,104)
#A0AE7D
(160,174,125)
#AFBB92
(175,187,146)
#BEC8A7
(190,200,167)
#CDD5BC
(205,213,188)
#DCE2D1
(220,226,209)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D14; }

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

This text font color is #556D14.


Background Color

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

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

This div background color is #556D14.


Border color

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

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

This div border color is #556D14.


Opacity

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

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

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

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

This text has shadow with #556D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D14 on black background.


Color preview on white background

This text has color #556D14 on white background.



Black color preview on #556D14 background

This text has black color on #556D14 background.


White color preview on #556D14 background

This text has white color on #556D14 background.