COLOR #556C72

HEX: #556C72
RGB: (85,108,114)

Color info

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

RGB color model

#556C72 color RGB value is (85,108,114).

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

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 114 of 255 = 45%

85
108
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 114 = 307 (100%)
R 85 of 307 ~ 27.69%
G 108 of 307 ~ 35.18%
B 114 of 307 ~ 37.13%

%27.69
%35.18
%37.13

CMYK color model

#556C72 color CMYK value is (25,5,0,55).

  • cyan value is 25.44%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,5,0,55)
C25M5Y0K55 
(25%,5%,0%,55%)
(0.25/0.05/0.00/0.55)	

CMYK percentages

%25.44
%5.26
%0
%55.29

Codes

Color #556C72 in popluar color models

556C72
RGB85108114
HSL192°14.57%39.02%
HSB/HSV192°25.44%44.71%
CMYK25.44%5.26%0.00%
55.29%

Color #556C72 in popluar number systems.

HEX556C72
Decimal85108114
Binary101010111011001110010
Octal125154162

Shades and tints

Shades of #556C72

#556C72
(85,108,114)
#4E6368
(78,99,104)
#475A5E
(71,90,94)
#405154
(64,81,84)
#39484A
(57,72,74)
#323F40
(50,63,64)
#2B3636
(43,54,54)
#242D2C
(36,45,44)
#1D2422
(29,36,34)
#161B18
(22,27,24)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #556C72

#556C72
(85,108,114)
#64797E
(100,121,126)
#73868A
(115,134,138)
#829396
(130,147,150)
#91A0A2
(145,160,162)
#A0ADAE
(160,173,174)
#AFBABA
(175,186,186)
#BEC7C6
(190,199,198)
#CDD4D2
(205,212,210)
#DCE1DE
(220,225,222)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C72; }

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

This text font color is #556C72.


Background Color

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

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

This div background color is #556C72.


Border color

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

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

This div border color is #556C72.


Opacity

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

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

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

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

This text has shadow with #556C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C72 on black background.


Color preview on white background

This text has color #556C72 on white background.



Black color preview on #556C72 background

This text has black color on #556C72 background.


White color preview on #556C72 background

This text has white color on #556C72 background.