COLOR #556444

HEX: #556444
RGB: (85,100,68)

Color info

#556444 contains red, green and blue colors in about the same proportion. Web safe color of #556444 is #666633 (or #663).

RGB color model

#556444 color RGB value is (85,100,68).

  • red value is 85;
  • green value is 100;
  • blue value is 68.
RGB:
(85,100,68)
(33%,39%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 68 of 255 = 27%

85
100
68

R + G + B ~ 33%. #556444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 68 = 253 (100%)
R 85 of 253 ~ 33.6%
G 100 of 253 ~ 39.53%
B 68 of 253 ~ 26.88%

%33.6
%39.53
%26.88

CMYK color model

#556444 color CMYK value is (15,0,32,61).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 60.78%
CMYK:
(15,0,32,61)
C15M0Y32K61 
(15%,0%,32%,61%)
(0.15/0.00/0.32/0.61)	

CMYK percentages

%15
%0
%32
%60.78

Codes

Color #556444 in popluar color models

556444
RGB8510068
HSL88°19.05%32.94%
HSB/HSV88°32.00%39.22%
CMYK15.00%0.00%32.00%
60.78%

Color #556444 in popluar number systems.

HEX556444
Decimal8510068
Binary101010111001001000100
Octal125144104

Shades and tints

Shades of #556444

#556444
(85,100,68)
#4E5B3E
(78,91,62)
#475238
(71,82,56)
#404932
(64,73,50)
#39402C
(57,64,44)
#323726
(50,55,38)
#2B2E20
(43,46,32)
#24251A
(36,37,26)
#1D1C14
(29,28,20)
#16130E
(22,19,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #556444

#556444
(85,100,68)
#647255
(100,114,85)
#738066
(115,128,102)
#828E77
(130,142,119)
#919C88
(145,156,136)
#A0AA99
(160,170,153)
#AFB8AA
(175,184,170)
#BEC6BB
(190,198,187)
#CDD4CC
(205,212,204)
#DCE2DD
(220,226,221)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556444 color. Also use rgb(85,100,68) instead hex code.

Text Font Color

.myTextColor { color: #556444; }

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

This text font color is #556444.


Background Color

.myBgColor { background-color: #556444; }

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

This div background color is #556444.


Border color

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

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

This div border color is #556444.


Opacity

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

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

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

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

This text has shadow with #556444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556444 on black background.


Color preview on white background

This text has color #556444 on white background.



Black color preview on #556444 background

This text has black color on #556444 background.


White color preview on #556444 background

This text has white color on #556444 background.