COLOR #556244

HEX: #556244
RGB: (85,98,68)

Color info

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

RGB color model

#556244 color RGB value is (85,98,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 68 of 255 = 27%

85
98
68

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 68 = 251 (100%)
R 85 of 251 ~ 33.86%
G 98 of 251 ~ 39.04%
B 68 of 251 ~ 27.09%

%33.86
%39.04
%27.09

CMYK color model

#556244 color CMYK value is (13,0,31,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 61.57%
CMYK:
(13,0,31,62)
C13M0Y31K62 
(13%,0%,31%,62%)
(0.13/0.00/0.31/0.62)	

CMYK percentages

%13.27
%0
%30.61
%61.57

Codes

Color #556244 in popluar color models

556244
RGB859868
HSL86°18.07%32.55%
HSB/HSV86°30.61%38.43%
CMYK13.27%0.00%30.61%
61.57%

Color #556244 in popluar number systems.

HEX556244
Decimal859868
Binary101010111000101000100
Octal125142104

Shades and tints

Shades of #556244

#556244
(85,98,68)
#4E5A3E
(78,90,62)
#475238
(71,82,56)
#404A32
(64,74,50)
#39422C
(57,66,44)
#323A26
(50,58,38)
#2B3220
(43,50,32)
#242A1A
(36,42,26)
#1D2214
(29,34,20)
#161A0E
(22,26,14)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #556244

#556244
(85,98,68)
#647055
(100,112,85)
#737E66
(115,126,102)
#828C77
(130,140,119)
#919A88
(145,154,136)
#A0A899
(160,168,153)
#AFB6AA
(175,182,170)
#BEC4BB
(190,196,187)
#CDD2CC
(205,210,204)
#DCE0DD
(220,224,221)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556244; }

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

This text font color is #556244.


Background Color

.myBgColor { background-color: #556244; }

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

This div background color is #556244.


Border color

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

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

This div border color is #556244.


Opacity

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

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

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

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

This text has shadow with #556244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556244 on black background.


Color preview on white background

This text has color #556244 on white background.



Black color preview on #556244 background

This text has black color on #556244 background.


White color preview on #556244 background

This text has white color on #556244 background.