COLOR #556F60

HEX: #556F60
RGB: (85,111,96)

Color info

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

RGB color model

#556F60 color RGB value is (85,111,96).

  • red value is 85;
  • green value is 111;
  • blue value is 96.
RGB:
(85,111,96)
(33%,44%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 111 of 255 = 44%
B 96 of 255 = 38%

85
111
96

R + G + B ~ 38%. #556F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 111 + 96 = 292 (100%)
R 85 of 292 ~ 29.11%
G 111 of 292 ~ 38.01%
B 96 of 292 ~ 32.88%

%29.11
%38.01
%32.88

CMYK color model

#556F60 color CMYK value is (23,0,14,56).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(23,0,14,56)
C23M0Y14K56 
(23%,0%,14%,56%)
(0.23/0.00/0.14/0.56)	

CMYK percentages

%23.42
%0
%13.51
%56.47

Codes

Color #556F60 in popluar color models

556F60
RGB8511196
HSL145°13.27%38.43%
HSB/HSV145°23.42%43.53%
CMYK23.42%0.00%13.51%
56.47%

Color #556F60 in popluar number systems.

HEX556F60
Decimal8511196
Binary101010111011111100000
Octal125157140

Shades and tints

Shades of #556F60

#556F60
(85,111,96)
#4E6558
(78,101,88)
#475B50
(71,91,80)
#405148
(64,81,72)
#394740
(57,71,64)
#323D38
(50,61,56)
#2B3330
(43,51,48)
#242928
(36,41,40)
#1D1F20
(29,31,32)
#161518
(22,21,24)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #556F60

#556F60
(85,111,96)
#647C6E
(100,124,110)
#73897C
(115,137,124)
#82968A
(130,150,138)
#91A398
(145,163,152)
#A0B0A6
(160,176,166)
#AFBDB4
(175,189,180)
#BECAC2
(190,202,194)
#CDD7D0
(205,215,208)
#DCE4DE
(220,228,222)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556F60 color. Also use rgb(85,111,96) instead hex code.

Text Font Color

.myTextColor { color: #556F60; }

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

This text font color is #556F60.


Background Color

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

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

This div background color is #556F60.


Border color

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

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

This div border color is #556F60.


Opacity

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

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

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

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

This text has shadow with #556F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556F60 on black background.


Color preview on white background

This text has color #556F60 on white background.



Black color preview on #556F60 background

This text has black color on #556F60 background.


White color preview on #556F60 background

This text has white color on #556F60 background.