COLOR #556949

HEX: #556949
RGB: (85,105,73)

Color info

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

RGB color model

#556949 color RGB value is (85,105,73).

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

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 73 of 255 = 29%

85
105
73

R + G + B ~ 34%. #556949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 73 = 263 (100%)
R 85 of 263 ~ 32.32%
G 105 of 263 ~ 39.92%
B 73 of 263 ~ 27.76%

%32.32
%39.92
%27.76

CMYK color model

#556949 color CMYK value is (19,0,30,59).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 58.82%
CMYK:
(19,0,30,59)
C19M0Y30K59 
(19%,0%,30%,59%)
(0.19/0.00/0.30/0.59)	

CMYK percentages

%19.05
%0
%30.48
%58.82

Codes

Color #556949 in popluar color models

556949
RGB8510573
HSL98°17.98%34.90%
HSB/HSV98°30.48%41.18%
CMYK19.05%0.00%30.48%
58.82%

Color #556949 in popluar number systems.

HEX556949
Decimal8510573
Binary101010111010011001001
Octal125151111

Shades and tints

Shades of #556949

#556949
(85,105,73)
#4E6043
(78,96,67)
#47573D
(71,87,61)
#404E37
(64,78,55)
#394531
(57,69,49)
#323C2B
(50,60,43)
#2B3325
(43,51,37)
#242A1F
(36,42,31)
#1D2119
(29,33,25)
#161813
(22,24,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #556949

#556949
(85,105,73)
#647659
(100,118,89)
#738369
(115,131,105)
#829079
(130,144,121)
#919D89
(145,157,137)
#A0AA99
(160,170,153)
#AFB7A9
(175,183,169)
#BEC4B9
(190,196,185)
#CDD1C9
(205,209,201)
#DCDED9
(220,222,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556949; }

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

This text font color is #556949.


Background Color

.myBgColor { background-color: #556949; }

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

This div background color is #556949.


Border color

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

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

This div border color is #556949.


Opacity

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

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

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

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

This text has shadow with #556949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556949 on black background.


Color preview on white background

This text has color #556949 on white background.



Black color preview on #556949 background

This text has black color on #556949 background.


White color preview on #556949 background

This text has white color on #556949 background.