COLOR #556D64

HEX: #556D64
RGB: (85,109,100)

Color info

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

RGB color model

#556D64 color RGB value is (85,109,100).

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

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 100 of 255 = 39%

85
109
100

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

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 100 = 294 (100%)
R 85 of 294 ~ 28.91%
G 109 of 294 ~ 37.07%
B 100 of 294 ~ 34.01%

%28.91
%37.07
%34.01

CMYK color model

#556D64 color CMYK value is (22,0,8,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(22,0,8,57)
C22M0Y8K57 
(22%,0%,8%,57%)
(0.22/0.00/0.08/0.57)	

CMYK percentages

%22.02
%0
%8.26
%57.25

Codes

Color #556D64 in popluar color models

556D64
RGB85109100
HSL158°12.37%38.04%
HSB/HSV158°22.02%42.75%
CMYK22.02%0.00%8.26%
57.25%

Color #556D64 in popluar number systems.

HEX556D64
Decimal85109100
Binary101010111011011100100
Octal125155144

Shades and tints

Shades of #556D64

#556D64
(85,109,100)
#4E645B
(78,100,91)
#475B52
(71,91,82)
#405249
(64,82,73)
#394940
(57,73,64)
#324037
(50,64,55)
#2B372E
(43,55,46)
#242E25
(36,46,37)
#1D251C
(29,37,28)
#161C13
(22,28,19)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #556D64

#556D64
(85,109,100)
#647A72
(100,122,114)
#738780
(115,135,128)
#82948E
(130,148,142)
#91A19C
(145,161,156)
#A0AEAA
(160,174,170)
#AFBBB8
(175,187,184)
#BEC8C6
(190,200,198)
#CDD5D4
(205,213,212)
#DCE2E2
(220,226,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D64; }

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

This text font color is #556D64.


Background Color

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

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

This div background color is #556D64.


Border color

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

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

This div border color is #556D64.


Opacity

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

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

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

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

This text has shadow with #556D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D64 on black background.


Color preview on white background

This text has color #556D64 on white background.



Black color preview on #556D64 background

This text has black color on #556D64 background.


White color preview on #556D64 background

This text has white color on #556D64 background.