COLOR #556547

HEX: #556547
RGB: (85,101,71)

Color info

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

RGB color model

#556547 color RGB value is (85,101,71).

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

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 71 of 255 = 28%

85
101
71

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

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 71 = 257 (100%)
R 85 of 257 ~ 33.07%
G 101 of 257 ~ 39.3%
B 71 of 257 ~ 27.63%

%33.07
%39.3
%27.63

CMYK color model

#556547 color CMYK value is (16,0,30,60).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(16,0,30,60)
C16M0Y30K60 
(16%,0%,30%,60%)
(0.16/0.00/0.30/0.60)	

CMYK percentages

%15.84
%0
%29.7
%60.39

Codes

Color #556547 in popluar color models

556547
RGB8510171
HSL92°17.44%33.73%
HSB/HSV92°29.70%39.61%
CMYK15.84%0.00%29.70%
60.39%

Color #556547 in popluar number systems.

HEX556547
Decimal8510171
Binary101010111001011000111
Octal125145107

Shades and tints

Shades of #556547

#556547
(85,101,71)
#4E5C41
(78,92,65)
#47533B
(71,83,59)
#404A35
(64,74,53)
#39412F
(57,65,47)
#323829
(50,56,41)
#2B2F23
(43,47,35)
#24261D
(36,38,29)
#1D1D17
(29,29,23)
#161411
(22,20,17)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #556547

#556547
(85,101,71)
#647357
(100,115,87)
#738167
(115,129,103)
#828F77
(130,143,119)
#919D87
(145,157,135)
#A0AB97
(160,171,151)
#AFB9A7
(175,185,167)
#BEC7B7
(190,199,183)
#CDD5C7
(205,213,199)
#DCE3D7
(220,227,215)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556547; }

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

This text font color is #556547.


Background Color

.myBgColor { background-color: #556547; }

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

This div background color is #556547.


Border color

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

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

This div border color is #556547.


Opacity

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

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

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

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

This text has shadow with #556547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556547 on black background.


Color preview on white background

This text has color #556547 on white background.



Black color preview on #556547 background

This text has black color on #556547 background.


White color preview on #556547 background

This text has white color on #556547 background.