COLOR #556C4B

HEX: #556C4B
RGB: (85,108,75)

Color info

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

RGB color model

#556C4B color RGB value is (85,108,75).

  • red value is 85;
  • green value is 108;
  • blue value is 75.
RGB:
(85,108,75)
(33%,42%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 75 of 255 = 29%

85
108
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 75 = 268 (100%)
R 85 of 268 ~ 31.72%
G 108 of 268 ~ 40.3%
B 75 of 268 ~ 27.99%

%31.72
%40.3
%27.99

CMYK color model

#556C4B color CMYK value is (21,0,31,58).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 57.65%
CMYK:
(21,0,31,58)
C21M0Y31K58 
(21%,0%,31%,58%)
(0.21/0.00/0.31/0.58)	

CMYK percentages

%21.3
%0
%30.56
%57.65

Codes

Color #556C4B in popluar color models

556C4B
RGB8510875
HSL102°18.03%35.88%
HSB/HSV102°30.56%42.35%
CMYK21.30%0.00%30.56%
57.65%

Color #556C4B in popluar number systems.

HEX556C4B
Decimal8510875
Binary101010111011001001011
Octal125154113

Shades and tints

Shades of #556C4B

#556C4B
(85,108,75)
#4E6345
(78,99,69)
#475A3F
(71,90,63)
#405139
(64,81,57)
#394833
(57,72,51)
#323F2D
(50,63,45)
#2B3627
(43,54,39)
#242D21
(36,45,33)
#1D241B
(29,36,27)
#161B15
(22,27,21)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #556C4B

#556C4B
(85,108,75)
#64795B
(100,121,91)
#73866B
(115,134,107)
#82937B
(130,147,123)
#91A08B
(145,160,139)
#A0AD9B
(160,173,155)
#AFBAAB
(175,186,171)
#BEC7BB
(190,199,187)
#CDD4CB
(205,212,203)
#DCE1DB
(220,225,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556C4B color. Also use rgb(85,108,75) instead hex code.

Text Font Color

.myTextColor { color: #556C4B; }

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

This text font color is #556C4B.


Background Color

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

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

This div background color is #556C4B.


Border color

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

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

This div border color is #556C4B.


Opacity

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

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

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

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

This text has shadow with #556C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C4B on black background.


Color preview on white background

This text has color #556C4B on white background.



Black color preview on #556C4B background

This text has black color on #556C4B background.


White color preview on #556C4B background

This text has white color on #556C4B background.