COLOR #556B5F

HEX: #556B5F
RGB: (85,107,95)

Color info

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

RGB color model

#556B5F color RGB value is (85,107,95).

  • red value is 85;
  • green value is 107;
  • blue value is 95.
RGB:
(85,107,95)
(33%,42%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 95 of 255 = 37%

85
107
95

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

Portions of RGB colors in percentages

R + G + B =
85 + 107 + 95 = 287 (100%)
R 85 of 287 ~ 29.62%
G 107 of 287 ~ 37.28%
B 95 of 287 ~ 33.1%

%29.62
%37.28
%33.1

CMYK color model

#556B5F color CMYK value is (21,0,11,58).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(21,0,11,58)
C21M0Y11K58 
(21%,0%,11%,58%)
(0.21/0.00/0.11/0.58)	

CMYK percentages

%20.56
%0
%11.21
%58.04

Codes

Color #556B5F in popluar color models

556B5F
RGB8510795
HSL147°11.46%37.65%
HSB/HSV147°20.56%41.96%
CMYK20.56%0.00%11.21%
58.04%

Color #556B5F in popluar number systems.

HEX556B5F
Decimal8510795
Binary101010111010111011111
Octal125153137

Shades and tints

Shades of #556B5F

#556B5F
(85,107,95)
#4E6257
(78,98,87)
#47594F
(71,89,79)
#405047
(64,80,71)
#39473F
(57,71,63)
#323E37
(50,62,55)
#2B352F
(43,53,47)
#242C27
(36,44,39)
#1D231F
(29,35,31)
#161A17
(22,26,23)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #556B5F

#556B5F
(85,107,95)
#64786D
(100,120,109)
#73857B
(115,133,123)
#829289
(130,146,137)
#919F97
(145,159,151)
#A0ACA5
(160,172,165)
#AFB9B3
(175,185,179)
#BEC6C1
(190,198,193)
#CDD3CF
(205,211,207)
#DCE0DD
(220,224,221)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556B5F color. Also use rgb(85,107,95) instead hex code.

Text Font Color

.myTextColor { color: #556B5F; }

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

This text font color is #556B5F.


Background Color

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

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

This div background color is #556B5F.


Border color

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

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

This div border color is #556B5F.


Opacity

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

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

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

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

This text has shadow with #556B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556B5F on black background.


Color preview on white background

This text has color #556B5F on white background.



Black color preview on #556B5F background

This text has black color on #556B5F background.


White color preview on #556B5F background

This text has white color on #556B5F background.