COLOR #556D6E

HEX: #556D6E
RGB: (85,109,110)

Color info

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

RGB color model

#556D6E color RGB value is (85,109,110).

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

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 110 of 255 = 43%

85
109
110

R + G + B ~ 40%. #556D6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 110 = 304 (100%)
R 85 of 304 ~ 27.96%
G 109 of 304 ~ 35.86%
B 110 of 304 ~ 36.18%

%27.96
%35.86
%36.18

CMYK color model

#556D6E color CMYK value is (23,1,0,57).

  • cyan value is 22.73%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(23,1,0,57)
C23M1Y0K57 
(23%,1%,0%,57%)
(0.23/0.01/0.00/0.57)	

CMYK percentages

%22.73
%0.91
%0
%56.86

Codes

Color #556D6E in popluar color models

556D6E
RGB85109110
HSL182°12.82%38.24%
HSB/HSV182°22.73%43.14%
CMYK22.73%0.91%0.00%
56.86%

Color #556D6E in popluar number systems.

HEX556D6E
Decimal85109110
Binary101010111011011101110
Octal125155156

Shades and tints

Shades of #556D6E

#556D6E
(85,109,110)
#4E6464
(78,100,100)
#475B5A
(71,91,90)
#405250
(64,82,80)
#394946
(57,73,70)
#32403C
(50,64,60)
#2B3732
(43,55,50)
#242E28
(36,46,40)
#1D251E
(29,37,30)
#161C14
(22,28,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #556D6E

#556D6E
(85,109,110)
#647A7B
(100,122,123)
#738788
(115,135,136)
#829495
(130,148,149)
#91A1A2
(145,161,162)
#A0AEAF
(160,174,175)
#AFBBBC
(175,187,188)
#BEC8C9
(190,200,201)
#CDD5D6
(205,213,214)
#DCE2E3
(220,226,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D6E; }

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

This text font color is #556D6E.


Background Color

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

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

This div background color is #556D6E.


Border color

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

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

This div border color is #556D6E.


Opacity

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

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

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

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

This text has shadow with #556D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D6E on black background.


Color preview on white background

This text has color #556D6E on white background.



Black color preview on #556D6E background

This text has black color on #556D6E background.


White color preview on #556D6E background

This text has white color on #556D6E background.