COLOR #556262

HEX: #556262
RGB: (85,98,98)

Color info

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

RGB color model

#556262 color RGB value is (85,98,98).

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

RGB channels and saturation

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

85
98
98

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 98 = 281 (100%)
R 85 of 281 ~ 30.25%
G 98 of 281 ~ 34.88%
B 98 of 281 ~ 34.88%

%30.25
%34.88
%34.88

CMYK color model

#556262 color CMYK value is (13,0,0,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(13,0,0,62)
C13M0Y0K62 
(13%,0%,0%,62%)
(0.13/0.00/0.00/0.62)	

CMYK percentages

%13.27
%0
%0
%61.57

Codes

Color #556262 in popluar color models

556262
RGB859898
HSL180°7.10%35.88%
HSB/HSV180°13.27%38.43%
CMYK13.27%0.00%0.00%
61.57%

Color #556262 in popluar number systems.

HEX556262
Decimal859898
Binary101010111000101100010
Octal125142142

Shades and tints

Shades of #556262

#556262
(85,98,98)
#4E5A5A
(78,90,90)
#475252
(71,82,82)
#404A4A
(64,74,74)
#394242
(57,66,66)
#323A3A
(50,58,58)
#2B3232
(43,50,50)
#242A2A
(36,42,42)
#1D2222
(29,34,34)
#161A1A
(22,26,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #556262

#556262
(85,98,98)
#647070
(100,112,112)
#737E7E
(115,126,126)
#828C8C
(130,140,140)
#919A9A
(145,154,154)
#A0A8A8
(160,168,168)
#AFB6B6
(175,182,182)
#BEC4C4
(190,196,196)
#CDD2D2
(205,210,210)
#DCE0E0
(220,224,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556262; }

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

This text font color is #556262.


Background Color

.myBgColor { background-color: #556262; }

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

This div background color is #556262.


Border color

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

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

This div border color is #556262.


Opacity

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

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

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

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

This text has shadow with #556262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556262 on black background.


Color preview on white background

This text has color #556262 on white background.



Black color preview on #556262 background

This text has black color on #556262 background.


White color preview on #556262 background

This text has white color on #556262 background.