COLOR #556759

HEX: #556759
RGB: (85,103,89)

Color info

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

RGB color model

#556759 color RGB value is (85,103,89).

  • red value is 85;
  • green value is 103;
  • blue value is 89.
RGB:
(85,103,89)
(33%,40%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 89 of 255 = 35%

85
103
89

R + G + B ~ 36%. #556759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 89 = 277 (100%)
R 85 of 277 ~ 30.69%
G 103 of 277 ~ 37.18%
B 89 of 277 ~ 32.13%

%30.69
%37.18
%32.13

CMYK color model

#556759 color CMYK value is (17,0,14,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(17,0,14,60)
C17M0Y14K60 
(17%,0%,14%,60%)
(0.17/0.00/0.14/0.60)	

CMYK percentages

%17.48
%0
%13.59
%59.61

Codes

Color #556759 in popluar color models

556759
RGB8510389
HSL133°9.57%36.86%
HSB/HSV133°17.48%40.39%
CMYK17.48%0.00%13.59%
59.61%

Color #556759 in popluar number systems.

HEX556759
Decimal8510389
Binary101010111001111011001
Octal125147131

Shades and tints

Shades of #556759

#556759
(85,103,89)
#4E5E51
(78,94,81)
#475549
(71,85,73)
#404C41
(64,76,65)
#394339
(57,67,57)
#323A31
(50,58,49)
#2B3129
(43,49,41)
#242821
(36,40,33)
#1D1F19
(29,31,25)
#161611
(22,22,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #556759

#556759
(85,103,89)
#647468
(100,116,104)
#738177
(115,129,119)
#828E86
(130,142,134)
#919B95
(145,155,149)
#A0A8A4
(160,168,164)
#AFB5B3
(175,181,179)
#BEC2C2
(190,194,194)
#CDCFD1
(205,207,209)
#DCDCE0
(220,220,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556759 color. Also use rgb(85,103,89) instead hex code.

Text Font Color

.myTextColor { color: #556759; }

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

This text font color is #556759.


Background Color

.myBgColor { background-color: #556759; }

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

This div background color is #556759.


Border color

.myBorderColor { border: 1px solid #556759; }

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

This div border color is #556759.


Opacity

.myOpacity80 { color: #556759; opacity: 0.8; }

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

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

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

This text has shadow with #556759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556759 on black background.


Color preview on white background

This text has color #556759 on white background.



Black color preview on #556759 background

This text has black color on #556759 background.


White color preview on #556759 background

This text has white color on #556759 background.