COLOR #556F1C

HEX: #556F1C
RGB: (85,111,28)

Color info

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

RGB color model

#556F1C color RGB value is (85,111,28).

  • red value is 85;
  • green value is 111;
  • blue value is 28.
RGB:
(85,111,28)
(33%,44%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 111 of 255 = 44%
B 28 of 255 = 11%

85
111
28

R + G + B ~ 29%. #556F1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 111 + 28 = 224 (100%)
R 85 of 224 ~ 37.95%
G 111 of 224 ~ 49.55%
B 28 of 224 ~ 12.5%

%37.95
%49.55
%12.5

CMYK color model

#556F1C color CMYK value is (23,0,75,56).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 74.77%
  • key color value is 56.47%
CMYK:
(23,0,75,56)
C23M0Y75K56 
(23%,0%,75%,56%)
(0.23/0.00/0.75/0.56)	

CMYK percentages

%23.42
%0
%74.77
%56.47

Codes

Color #556F1C in popluar color models

556F1C
RGB8511128
HSL79°59.71%27.25%
HSB/HSV79°74.77%43.53%
CMYK23.42%0.00%74.77%
56.47%

Color #556F1C in popluar number systems.

HEX556F1C
Decimal8511128
Binary1010101110111111100
Octal12515734

Shades and tints

Shades of #556F1C

#556F1C
(85,111,28)
#4E651A
(78,101,26)
#475B18
(71,91,24)
#405116
(64,81,22)
#394714
(57,71,20)
#323D12
(50,61,18)
#2B3310
(43,51,16)
#24290E
(36,41,14)
#1D1F0C
(29,31,12)
#16150A
(22,21,10)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #556F1C

#556F1C
(85,111,28)
#647C30
(100,124,48)
#738944
(115,137,68)
#829658
(130,150,88)
#91A36C
(145,163,108)
#A0B080
(160,176,128)
#AFBD94
(175,189,148)
#BECAA8
(190,202,168)
#CDD7BC
(205,215,188)
#DCE4D0
(220,228,208)
#EBF1E4
(235,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556F1C color. Also use rgb(85,111,28) instead hex code.

Text Font Color

.myTextColor { color: #556F1C; }

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

This text font color is #556F1C.


Background Color

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

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

This div background color is #556F1C.


Border color

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

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

This div border color is #556F1C.


Opacity

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

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

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

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

This text has shadow with #556F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556F1C on black background.


Color preview on white background

This text has color #556F1C on white background.



Black color preview on #556F1C background

This text has black color on #556F1C background.


White color preview on #556F1C background

This text has white color on #556F1C background.