COLOR #556D48

HEX: #556D48
RGB: (85,109,72)

Color info

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

RGB color model

#556D48 color RGB value is (85,109,72).

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

RGB channels and saturation

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

85
109
72

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

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 72 = 266 (100%)
R 85 of 266 ~ 31.95%
G 109 of 266 ~ 40.98%
B 72 of 266 ~ 27.07%

%31.95
%40.98
%27.07

CMYK color model

#556D48 color CMYK value is (22,0,34,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(22,0,34,57)
C22M0Y34K57 
(22%,0%,34%,57%)
(0.22/0.00/0.34/0.57)	

CMYK percentages

%22.02
%0
%33.94
%57.25

Codes

Color #556D48 in popluar color models

556D48
RGB8510972
HSL99°20.44%35.49%
HSB/HSV99°33.94%42.75%
CMYK22.02%0.00%33.94%
57.25%

Color #556D48 in popluar number systems.

HEX556D48
Decimal8510972
Binary101010111011011001000
Octal125155110

Shades and tints

Shades of #556D48

#556D48
(85,109,72)
#4E6442
(78,100,66)
#475B3C
(71,91,60)
#405236
(64,82,54)
#394930
(57,73,48)
#32402A
(50,64,42)
#2B3724
(43,55,36)
#242E1E
(36,46,30)
#1D2518
(29,37,24)
#161C12
(22,28,18)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #556D48

#556D48
(85,109,72)
#647A58
(100,122,88)
#738768
(115,135,104)
#829478
(130,148,120)
#91A188
(145,161,136)
#A0AE98
(160,174,152)
#AFBBA8
(175,187,168)
#BEC8B8
(190,200,184)
#CDD5C8
(205,213,200)
#DCE2D8
(220,226,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D48; }

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

This text font color is #556D48.


Background Color

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

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

This div background color is #556D48.


Border color

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

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

This div border color is #556D48.


Opacity

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

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

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

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

This text has shadow with #556D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D48 on black background.


Color preview on white background

This text has color #556D48 on white background.



Black color preview on #556D48 background

This text has black color on #556D48 background.


White color preview on #556D48 background

This text has white color on #556D48 background.