COLOR #556261

HEX: #556261
RGB: (85,98,97)

Color info

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

RGB color model

#556261 color RGB value is (85,98,97).

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

RGB channels and saturation

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

85
98
97

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 97 = 280 (100%)
R 85 of 280 ~ 30.36%
G 98 of 280 ~ 35%
B 97 of 280 ~ 34.64%

%30.36
%35
%34.64

CMYK color model

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

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

CMYK percentages

%13.27
%0
%1.02
%61.57

Codes

Color #556261 in popluar color models

556261
RGB859897
HSL175°7.10%35.88%
HSB/HSV175°13.27%38.43%
CMYK13.27%0.00%1.02%
61.57%

Color #556261 in popluar number systems.

HEX556261
Decimal859897
Binary101010111000101100001
Octal125142141

Shades and tints

Shades of #556261

#556261
(85,98,97)
#4E5A59
(78,90,89)
#475251
(71,82,81)
#404A49
(64,74,73)
#394241
(57,66,65)
#323A39
(50,58,57)
#2B3231
(43,50,49)
#242A29
(36,42,41)
#1D2221
(29,34,33)
#161A19
(22,26,25)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #556261

#556261
(85,98,97)
#64706F
(100,112,111)
#737E7D
(115,126,125)
#828C8B
(130,140,139)
#919A99
(145,154,153)
#A0A8A7
(160,168,167)
#AFB6B5
(175,182,181)
#BEC4C3
(190,196,195)
#CDD2D1
(205,210,209)
#DCE0DF
(220,224,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556261; }

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

This text font color is #556261.


Background Color

.myBgColor { background-color: #556261; }

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

This div background color is #556261.


Border color

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

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

This div border color is #556261.


Opacity

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

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

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

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

This text has shadow with #556261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556261 on black background.


Color preview on white background

This text has color #556261 on white background.



Black color preview on #556261 background

This text has black color on #556261 background.


White color preview on #556261 background

This text has white color on #556261 background.