COLOR #556147

HEX: #556147
RGB: (85,97,71)

Color info

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

RGB color model

#556147 color RGB value is (85,97,71).

  • red value is 85;
  • green value is 97;
  • blue value is 71.
RGB:
(85,97,71)
(33%,38%,28%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 71 of 255 = 28%

85
97
71

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

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 71 = 253 (100%)
R 85 of 253 ~ 33.6%
G 97 of 253 ~ 38.34%
B 71 of 253 ~ 28.06%

%33.6
%38.34
%28.06

CMYK color model

#556147 color CMYK value is (12,0,27,62).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 61.96%
CMYK:
(12,0,27,62)
C12M0Y27K62 
(12%,0%,27%,62%)
(0.12/0.00/0.27/0.62)	

CMYK percentages

%12.37
%0
%26.8
%61.96

Codes

Color #556147 in popluar color models

556147
RGB859771
HSL88°15.48%32.94%
HSB/HSV88°26.80%38.04%
CMYK12.37%0.00%26.80%
61.96%

Color #556147 in popluar number systems.

HEX556147
Decimal859771
Binary101010111000011000111
Octal125141107

Shades and tints

Shades of #556147

#556147
(85,97,71)
#4E5941
(78,89,65)
#47513B
(71,81,59)
#404935
(64,73,53)
#39412F
(57,65,47)
#323929
(50,57,41)
#2B3123
(43,49,35)
#24291D
(36,41,29)
#1D2117
(29,33,23)
#161911
(22,25,17)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #556147

#556147
(85,97,71)
#646F57
(100,111,87)
#737D67
(115,125,103)
#828B77
(130,139,119)
#919987
(145,153,135)
#A0A797
(160,167,151)
#AFB5A7
(175,181,167)
#BEC3B7
(190,195,183)
#CDD1C7
(205,209,199)
#DCDFD7
(220,223,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556147 color. Also use rgb(85,97,71) instead hex code.

Text Font Color

.myTextColor { color: #556147; }

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

This text font color is #556147.


Background Color

.myBgColor { background-color: #556147; }

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

This div background color is #556147.


Border color

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

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

This div border color is #556147.


Opacity

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

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

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

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

This text has shadow with #556147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556147 on black background.


Color preview on white background

This text has color #556147 on white background.



Black color preview on #556147 background

This text has black color on #556147 background.


White color preview on #556147 background

This text has white color on #556147 background.