COLOR #556761

HEX: #556761
RGB: (85,103,97)

Color info

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

RGB color model

#556761 color RGB value is (85,103,97).

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

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 97 of 255 = 38%

85
103
97

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

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 97 = 285 (100%)
R 85 of 285 ~ 29.82%
G 103 of 285 ~ 36.14%
B 97 of 285 ~ 34.04%

%29.82
%36.14
%34.04

CMYK color model

#556761 color CMYK value is (17,0,6,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(17,0,6,60)
C17M0Y6K60 
(17%,0%,6%,60%)
(0.17/0.00/0.06/0.60)	

CMYK percentages

%17.48
%0
%5.83
%59.61

Codes

Color #556761 in popluar color models

556761
RGB8510397
HSL160°9.57%36.86%
HSB/HSV160°17.48%40.39%
CMYK17.48%0.00%5.83%
59.61%

Color #556761 in popluar number systems.

HEX556761
Decimal8510397
Binary101010111001111100001
Octal125147141

Shades and tints

Shades of #556761

#556761
(85,103,97)
#4E5E59
(78,94,89)
#475551
(71,85,81)
#404C49
(64,76,73)
#394341
(57,67,65)
#323A39
(50,58,57)
#2B3131
(43,49,49)
#242829
(36,40,41)
#1D1F21
(29,31,33)
#161619
(22,22,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #556761

#556761
(85,103,97)
#64746F
(100,116,111)
#73817D
(115,129,125)
#828E8B
(130,142,139)
#919B99
(145,155,153)
#A0A8A7
(160,168,167)
#AFB5B5
(175,181,181)
#BEC2C3
(190,194,195)
#CDCFD1
(205,207,209)
#DCDCDF
(220,220,223)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556761; }

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

This text font color is #556761.


Background Color

.myBgColor { background-color: #556761; }

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

This div background color is #556761.


Border color

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

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

This div border color is #556761.


Opacity

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

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

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

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

This text has shadow with #556761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556761 on black background.


Color preview on white background

This text has color #556761 on white background.



Black color preview on #556761 background

This text has black color on #556761 background.


White color preview on #556761 background

This text has white color on #556761 background.