COLOR #556C5B

HEX: #556C5B
RGB: (85,108,91)

Color info

#556C5B contains red, green and blue colors in about the same proportion. Web safe color of #556C5B is #666666 (or #666).

RGB color model

#556C5B color RGB value is (85,108,91).

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

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 91 of 255 = 36%

85
108
91

R + G + B ~ 37%. #556C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 91 = 284 (100%)
R 85 of 284 ~ 29.93%
G 108 of 284 ~ 38.03%
B 91 of 284 ~ 32.04%

%29.93
%38.03
%32.04

CMYK color model

#556C5B color CMYK value is (21,0,16,58).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 57.65%
CMYK:
(21,0,16,58)
C21M0Y16K58 
(21%,0%,16%,58%)
(0.21/0.00/0.16/0.58)	

CMYK percentages

%21.3
%0
%15.74
%57.65

Codes

Color #556C5B in popluar color models

556C5B
RGB8510891
HSL136°11.92%37.84%
HSB/HSV136°21.30%42.35%
CMYK21.30%0.00%15.74%
57.65%

Color #556C5B in popluar number systems.

HEX556C5B
Decimal8510891
Binary101010111011001011011
Octal125154133

Shades and tints

Shades of #556C5B

#556C5B
(85,108,91)
#4E6353
(78,99,83)
#475A4B
(71,90,75)
#405143
(64,81,67)
#39483B
(57,72,59)
#323F33
(50,63,51)
#2B362B
(43,54,43)
#242D23
(36,45,35)
#1D241B
(29,36,27)
#161B13
(22,27,19)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #556C5B

#556C5B
(85,108,91)
#647969
(100,121,105)
#738677
(115,134,119)
#829385
(130,147,133)
#91A093
(145,160,147)
#A0ADA1
(160,173,161)
#AFBAAF
(175,186,175)
#BEC7BD
(190,199,189)
#CDD4CB
(205,212,203)
#DCE1D9
(220,225,217)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C5B; }

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

This text font color is #556C5B.


Background Color

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

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

This div background color is #556C5B.


Border color

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

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

This div border color is #556C5B.


Opacity

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

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

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

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

This text has shadow with #556C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C5B on black background.


Color preview on white background

This text has color #556C5B on white background.



Black color preview on #556C5B background

This text has black color on #556C5B background.


White color preview on #556C5B background

This text has white color on #556C5B background.