COLOR #556A1C

HEX: #556A1C
RGB: (85,106,28)

Color info

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

RGB color model

#556A1C color RGB value is (85,106,28).

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

RGB channels and saturation

R 85 of 255 = 33%
G 106 of 255 = 42%
B 28 of 255 = 11%

85
106
28

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

Portions of RGB colors in percentages

R + G + B =
85 + 106 + 28 = 219 (100%)
R 85 of 219 ~ 38.81%
G 106 of 219 ~ 48.4%
B 28 of 219 ~ 12.79%

%38.81
%48.4
%12.79

CMYK color model

#556A1C color CMYK value is (20,0,74,58).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 73.58%
  • key color value is 58.43%
CMYK:
(20,0,74,58)
C20M0Y74K58 
(20%,0%,74%,58%)
(0.20/0.00/0.74/0.58)	

CMYK percentages

%19.81
%0
%73.58
%58.43

Codes

Color #556A1C in popluar color models

556A1C
RGB8510628
HSL76°58.21%26.27%
HSB/HSV76°73.58%41.57%
CMYK19.81%0.00%73.58%
58.43%

Color #556A1C in popluar number systems.

HEX556A1C
Decimal8510628
Binary1010101110101011100
Octal12515234

Shades and tints

Shades of #556A1C

#556A1C
(85,106,28)
#4E611A
(78,97,26)
#475818
(71,88,24)
#404F16
(64,79,22)
#394614
(57,70,20)
#323D12
(50,61,18)
#2B3410
(43,52,16)
#242B0E
(36,43,14)
#1D220C
(29,34,12)
#16190A
(22,25,10)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #556A1C

#556A1C
(85,106,28)
#647730
(100,119,48)
#738444
(115,132,68)
#829158
(130,145,88)
#919E6C
(145,158,108)
#A0AB80
(160,171,128)
#AFB894
(175,184,148)
#BEC5A8
(190,197,168)
#CDD2BC
(205,210,188)
#DCDFD0
(220,223,208)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556A1C; }

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

This text font color is #556A1C.


Background Color

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

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

This div background color is #556A1C.


Border color

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

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

This div border color is #556A1C.


Opacity

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

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

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

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

This text has shadow with #556A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556A1C on black background.


Color preview on white background

This text has color #556A1C on white background.



Black color preview on #556A1C background

This text has black color on #556A1C background.


White color preview on #556A1C background

This text has white color on #556A1C background.