COLOR #556A68

HEX: #556A68
RGB: (85,106,104)

Color info

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

RGB color model

#556A68 color RGB value is (85,106,104).

  • red value is 85;
  • green value is 106;
  • blue value is 104.
RGB:
(85,106,104)
(33%,42%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 106 of 255 = 42%
B 104 of 255 = 41%

85
106
104

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

Portions of RGB colors in percentages

R + G + B =
85 + 106 + 104 = 295 (100%)
R 85 of 295 ~ 28.81%
G 106 of 295 ~ 35.93%
B 104 of 295 ~ 35.25%

%28.81
%35.93
%35.25

CMYK color model

#556A68 color CMYK value is (20,0,2,58).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 58.43%
CMYK:
(20,0,2,58)
C20M0Y2K58 
(20%,0%,2%,58%)
(0.20/0.00/0.02/0.58)	

CMYK percentages

%19.81
%0
%1.89
%58.43

Codes

Color #556A68 in popluar color models

556A68
RGB85106104
HSL174°10.99%37.45%
HSB/HSV174°19.81%41.57%
CMYK19.81%0.00%1.89%
58.43%

Color #556A68 in popluar number systems.

HEX556A68
Decimal85106104
Binary101010111010101101000
Octal125152150

Shades and tints

Shades of #556A68

#556A68
(85,106,104)
#4E615F
(78,97,95)
#475856
(71,88,86)
#404F4D
(64,79,77)
#394644
(57,70,68)
#323D3B
(50,61,59)
#2B3432
(43,52,50)
#242B29
(36,43,41)
#1D2220
(29,34,32)
#161917
(22,25,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #556A68

#556A68
(85,106,104)
#647775
(100,119,117)
#738482
(115,132,130)
#82918F
(130,145,143)
#919E9C
(145,158,156)
#A0ABA9
(160,171,169)
#AFB8B6
(175,184,182)
#BEC5C3
(190,197,195)
#CDD2D0
(205,210,208)
#DCDFDD
(220,223,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556A68 color. Also use rgb(85,106,104) instead hex code.

Text Font Color

.myTextColor { color: #556A68; }

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

This text font color is #556A68.


Background Color

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

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

This div background color is #556A68.


Border color

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

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

This div border color is #556A68.


Opacity

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

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

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

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

This text has shadow with #556A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556A68 on black background.


Color preview on white background

This text has color #556A68 on white background.



Black color preview on #556A68 background

This text has black color on #556A68 background.


White color preview on #556A68 background

This text has white color on #556A68 background.