COLOR #556A5F

HEX: #556A5F
RGB: (85,106,95)

Color info

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

RGB color model

#556A5F color RGB value is (85,106,95).

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

RGB channels and saturation

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

85
106
95

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

Portions of RGB colors in percentages

R + G + B =
85 + 106 + 95 = 286 (100%)
R 85 of 286 ~ 29.72%
G 106 of 286 ~ 37.06%
B 95 of 286 ~ 33.22%

%29.72
%37.06
%33.22

CMYK color model

#556A5F color CMYK value is (20,0,10,58).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 58.43%
CMYK:
(20,0,10,58)
C20M0Y10K58 
(20%,0%,10%,58%)
(0.20/0.00/0.10/0.58)	

CMYK percentages

%19.81
%0
%10.38
%58.43

Codes

Color #556A5F in popluar color models

556A5F
RGB8510695
HSL149°10.99%37.45%
HSB/HSV149°19.81%41.57%
CMYK19.81%0.00%10.38%
58.43%

Color #556A5F in popluar number systems.

HEX556A5F
Decimal8510695
Binary101010111010101011111
Octal125152137

Shades and tints

Shades of #556A5F

#556A5F
(85,106,95)
#4E6157
(78,97,87)
#47584F
(71,88,79)
#404F47
(64,79,71)
#39463F
(57,70,63)
#323D37
(50,61,55)
#2B342F
(43,52,47)
#242B27
(36,43,39)
#1D221F
(29,34,31)
#161917
(22,25,23)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #556A5F

#556A5F
(85,106,95)
#64776D
(100,119,109)
#73847B
(115,132,123)
#829189
(130,145,137)
#919E97
(145,158,151)
#A0ABA5
(160,171,165)
#AFB8B3
(175,184,179)
#BEC5C1
(190,197,193)
#CDD2CF
(205,210,207)
#DCDFDD
(220,223,221)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556A5F; }

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

This text font color is #556A5F.


Background Color

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

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

This div background color is #556A5F.


Border color

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

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

This div border color is #556A5F.


Opacity

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

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

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

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

This text has shadow with #556A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556A5F on black background.


Color preview on white background

This text has color #556A5F on white background.



Black color preview on #556A5F background

This text has black color on #556A5F background.


White color preview on #556A5F background

This text has white color on #556A5F background.