COLOR #556362

HEX: #556362
RGB: (85,99,98)

Color info

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

RGB color model

#556362 color RGB value is (85,99,98).

  • red value is 85;
  • green value is 99;
  • blue value is 98.
RGB:
(85,99,98)
(33%,39%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 98 of 255 = 38%

85
99
98

R + G + B ~ 37%. #556362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 98 = 282 (100%)
R 85 of 282 ~ 30.14%
G 99 of 282 ~ 35.11%
B 98 of 282 ~ 34.75%

%30.14
%35.11
%34.75

CMYK color model

#556362 color CMYK value is (14,0,1,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(14,0,1,61)
C14M0Y1K61 
(14%,0%,1%,61%)
(0.14/0.00/0.01/0.61)	

CMYK percentages

%14.14
%0
%1.01
%61.18

Codes

Color #556362 in popluar color models

556362
RGB859998
HSL176°7.61%36.08%
HSB/HSV176°14.14%38.82%
CMYK14.14%0.00%1.01%
61.18%

Color #556362 in popluar number systems.

HEX556362
Decimal859998
Binary101010111000111100010
Octal125143142

Shades and tints

Shades of #556362

#556362
(85,99,98)
#4E5A5A
(78,90,90)
#475152
(71,81,82)
#40484A
(64,72,74)
#393F42
(57,63,66)
#32363A
(50,54,58)
#2B2D32
(43,45,50)
#24242A
(36,36,42)
#1D1B22
(29,27,34)
#16121A
(22,18,26)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #556362

#556362
(85,99,98)
#647170
(100,113,112)
#737F7E
(115,127,126)
#828D8C
(130,141,140)
#919B9A
(145,155,154)
#A0A9A8
(160,169,168)
#AFB7B6
(175,183,182)
#BEC5C4
(190,197,196)
#CDD3D2
(205,211,210)
#DCE1E0
(220,225,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556362 color. Also use rgb(85,99,98) instead hex code.

Text Font Color

.myTextColor { color: #556362; }

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

This text font color is #556362.


Background Color

.myBgColor { background-color: #556362; }

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

This div background color is #556362.


Border color

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

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

This div border color is #556362.


Opacity

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

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

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

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

This text has shadow with #556362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556362 on black background.


Color preview on white background

This text has color #556362 on white background.



Black color preview on #556362 background

This text has black color on #556362 background.


White color preview on #556362 background

This text has white color on #556362 background.