COLOR #556D47

HEX: #556D47
RGB: (85,109,71)

Color info

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

RGB color model

#556D47 color RGB value is (85,109,71).

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

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 71 of 255 = 28%

85
109
71

R + G + B ~ 35%. #556D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 71 = 265 (100%)
R 85 of 265 ~ 32.08%
G 109 of 265 ~ 41.13%
B 71 of 265 ~ 26.79%

%32.08
%41.13
%26.79

CMYK color model

#556D47 color CMYK value is (22,0,35,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 57.25%
CMYK:
(22,0,35,57)
C22M0Y35K57 
(22%,0%,35%,57%)
(0.22/0.00/0.35/0.57)	

CMYK percentages

%22.02
%0
%34.86
%57.25

Codes

Color #556D47 in popluar color models

556D47
RGB8510971
HSL98°21.11%35.29%
HSB/HSV98°34.86%42.75%
CMYK22.02%0.00%34.86%
57.25%

Color #556D47 in popluar number systems.

HEX556D47
Decimal8510971
Binary101010111011011000111
Octal125155107

Shades and tints

Shades of #556D47

#556D47
(85,109,71)
#4E6441
(78,100,65)
#475B3B
(71,91,59)
#405235
(64,82,53)
#39492F
(57,73,47)
#324029
(50,64,41)
#2B3723
(43,55,35)
#242E1D
(36,46,29)
#1D2517
(29,37,23)
#161C11
(22,28,17)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #556D47

#556D47
(85,109,71)
#647A57
(100,122,87)
#738767
(115,135,103)
#829477
(130,148,119)
#91A187
(145,161,135)
#A0AE97
(160,174,151)
#AFBBA7
(175,187,167)
#BEC8B7
(190,200,183)
#CDD5C7
(205,213,199)
#DCE2D7
(220,226,215)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D47; }

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

This text font color is #556D47.


Background Color

.myBgColor { background-color: #556D47; }

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

This div background color is #556D47.


Border color

.myBorderColor { border: 1px solid #556D47; }

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

This div border color is #556D47.


Opacity

.myOpacity80 { color: #556D47; opacity: 0.8; }

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

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

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

This text has shadow with #556D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D47 on black background.


Color preview on white background

This text has color #556D47 on white background.



Black color preview on #556D47 background

This text has black color on #556D47 background.


White color preview on #556D47 background

This text has white color on #556D47 background.