COLOR #556249

HEX: #556249
RGB: (85,98,73)

Color info

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

RGB color model

#556249 color RGB value is (85,98,73).

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

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 73 of 255 = 29%

85
98
73

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 73 = 256 (100%)
R 85 of 256 ~ 33.2%
G 98 of 256 ~ 38.28%
B 73 of 256 ~ 28.52%

%33.2
%38.28
%28.52

CMYK color model

#556249 color CMYK value is (13,0,26,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(13,0,26,62)
C13M0Y26K62 
(13%,0%,26%,62%)
(0.13/0.00/0.26/0.62)	

CMYK percentages

%13.27
%0
%25.51
%61.57

Codes

Color #556249 in popluar color models

556249
RGB859873
HSL91°14.62%33.53%
HSB/HSV91°25.51%38.43%
CMYK13.27%0.00%25.51%
61.57%

Color #556249 in popluar number systems.

HEX556249
Decimal859873
Binary101010111000101001001
Octal125142111

Shades and tints

Shades of #556249

#556249
(85,98,73)
#4E5A43
(78,90,67)
#47523D
(71,82,61)
#404A37
(64,74,55)
#394231
(57,66,49)
#323A2B
(50,58,43)
#2B3225
(43,50,37)
#242A1F
(36,42,31)
#1D2219
(29,34,25)
#161A13
(22,26,19)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #556249

#556249
(85,98,73)
#647059
(100,112,89)
#737E69
(115,126,105)
#828C79
(130,140,121)
#919A89
(145,154,137)
#A0A899
(160,168,153)
#AFB6A9
(175,182,169)
#BEC4B9
(190,196,185)
#CDD2C9
(205,210,201)
#DCE0D9
(220,224,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556249; }

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

This text font color is #556249.


Background Color

.myBgColor { background-color: #556249; }

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

This div background color is #556249.


Border color

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

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

This div border color is #556249.


Opacity

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

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

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

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

This text has shadow with #556249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556249 on black background.


Color preview on white background

This text has color #556249 on white background.



Black color preview on #556249 background

This text has black color on #556249 background.


White color preview on #556249 background

This text has white color on #556249 background.