COLOR #556C65

HEX: #556C65
RGB: (85,108,101)

Color info

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

RGB color model

#556C65 color RGB value is (85,108,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 101 of 255 = 40%

85
108
101

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

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 101 = 294 (100%)
R 85 of 294 ~ 28.91%
G 108 of 294 ~ 36.73%
B 101 of 294 ~ 34.35%

%28.91
%36.73
%34.35

CMYK color model

#556C65 color CMYK value is (21,0,6,58).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(21,0,6,58)
C21M0Y6K58 
(21%,0%,6%,58%)
(0.21/0.00/0.06/0.58)	

CMYK percentages

%21.3
%0
%6.48
%57.65

Codes

Color #556C65 in popluar color models

556C65
RGB85108101
HSL162°11.92%37.84%
HSB/HSV162°21.30%42.35%
CMYK21.30%0.00%6.48%
57.65%

Color #556C65 in popluar number systems.

HEX556C65
Decimal85108101
Binary101010111011001100101
Octal125154145

Shades and tints

Shades of #556C65

#556C65
(85,108,101)
#4E635C
(78,99,92)
#475A53
(71,90,83)
#40514A
(64,81,74)
#394841
(57,72,65)
#323F38
(50,63,56)
#2B362F
(43,54,47)
#242D26
(36,45,38)
#1D241D
(29,36,29)
#161B14
(22,27,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #556C65

#556C65
(85,108,101)
#647973
(100,121,115)
#738681
(115,134,129)
#82938F
(130,147,143)
#91A09D
(145,160,157)
#A0ADAB
(160,173,171)
#AFBAB9
(175,186,185)
#BEC7C7
(190,199,199)
#CDD4D5
(205,212,213)
#DCE1E3
(220,225,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C65; }

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

This text font color is #556C65.


Background Color

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

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

This div background color is #556C65.


Border color

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

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

This div border color is #556C65.


Opacity

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

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

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

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

This text has shadow with #556C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C65 on black background.


Color preview on white background

This text has color #556C65 on white background.



Black color preview on #556C65 background

This text has black color on #556C65 background.


White color preview on #556C65 background

This text has white color on #556C65 background.