COLOR #556E6C

HEX: #556E6C
RGB: (85,110,108)

Color info

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

RGB color model

#556E6C color RGB value is (85,110,108).

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

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 108 of 255 = 42%

85
110
108

R + G + B ~ 39%. #556E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 110 + 108 = 303 (100%)
R 85 of 303 ~ 28.05%
G 110 of 303 ~ 36.3%
B 108 of 303 ~ 35.64%

%28.05
%36.3
%35.64

CMYK color model

#556E6C color CMYK value is (23,0,2,57).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(23,0,2,57)
C23M0Y2K57 
(23%,0%,2%,57%)
(0.23/0.00/0.02/0.57)	

CMYK percentages

%22.73
%0
%1.82
%56.86

Codes

Color #556E6C in popluar color models

556E6C
RGB85110108
HSL175°12.82%38.24%
HSB/HSV175°22.73%43.14%
CMYK22.73%0.00%1.82%
56.86%

Color #556E6C in popluar number systems.

HEX556E6C
Decimal85110108
Binary101010111011101101100
Octal125156154

Shades and tints

Shades of #556E6C

#556E6C
(85,110,108)
#4E6463
(78,100,99)
#475A5A
(71,90,90)
#405051
(64,80,81)
#394648
(57,70,72)
#323C3F
(50,60,63)
#2B3236
(43,50,54)
#24282D
(36,40,45)
#1D1E24
(29,30,36)
#16141B
(22,20,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #556E6C

#556E6C
(85,110,108)
#647B79
(100,123,121)
#738886
(115,136,134)
#829593
(130,149,147)
#91A2A0
(145,162,160)
#A0AFAD
(160,175,173)
#AFBCBA
(175,188,186)
#BEC9C7
(190,201,199)
#CDD6D4
(205,214,212)
#DCE3E1
(220,227,225)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E6C; }

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

This text font color is #556E6C.


Background Color

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

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

This div background color is #556E6C.


Border color

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

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

This div border color is #556E6C.


Opacity

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

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

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

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

This text has shadow with #556E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556E6C on black background.


Color preview on white background

This text has color #556E6C on white background.



Black color preview on #556E6C background

This text has black color on #556E6C background.


White color preview on #556E6C background

This text has white color on #556E6C background.