COLOR #556557

HEX: #556557
RGB: (85,101,87)

Color info

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

RGB color model

#556557 color RGB value is (85,101,87).

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

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 87 of 255 = 34%

85
101
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 87 = 273 (100%)
R 85 of 273 ~ 31.14%
G 101 of 273 ~ 37%
B 87 of 273 ~ 31.87%

%31.14
%37
%31.87

CMYK color model

#556557 color CMYK value is (16,0,14,60).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(16,0,14,60)
C16M0Y14K60 
(16%,0%,14%,60%)
(0.16/0.00/0.14/0.60)	

CMYK percentages

%15.84
%0
%13.86
%60.39

Codes

Color #556557 in popluar color models

556557
RGB8510187
HSL128°8.60%36.47%
HSB/HSV128°15.84%39.61%
CMYK15.84%0.00%13.86%
60.39%

Color #556557 in popluar number systems.

HEX556557
Decimal8510187
Binary101010111001011010111
Octal125145127

Shades and tints

Shades of #556557

#556557
(85,101,87)
#4E5C50
(78,92,80)
#475349
(71,83,73)
#404A42
(64,74,66)
#39413B
(57,65,59)
#323834
(50,56,52)
#2B2F2D
(43,47,45)
#242626
(36,38,38)
#1D1D1F
(29,29,31)
#161418
(22,20,24)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #556557

#556557
(85,101,87)
#647366
(100,115,102)
#738175
(115,129,117)
#828F84
(130,143,132)
#919D93
(145,157,147)
#A0ABA2
(160,171,162)
#AFB9B1
(175,185,177)
#BEC7C0
(190,199,192)
#CDD5CF
(205,213,207)
#DCE3DE
(220,227,222)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556557; }

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

This text font color is #556557.


Background Color

.myBgColor { background-color: #556557; }

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

This div background color is #556557.


Border color

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

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

This div border color is #556557.


Opacity

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

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

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

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

This text has shadow with #556557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556557 on black background.


Color preview on white background

This text has color #556557 on white background.



Black color preview on #556557 background

This text has black color on #556557 background.


White color preview on #556557 background

This text has white color on #556557 background.