COLOR #556154

HEX: #556154
RGB: (85,97,84)

Color info

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

RGB color model

#556154 color RGB value is (85,97,84).

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

RGB channels and saturation

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

85
97
84

R + G + B ~ 35%. #556154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 84 = 266 (100%)
R 85 of 266 ~ 31.95%
G 97 of 266 ~ 36.47%
B 84 of 266 ~ 31.58%

%31.95
%36.47
%31.58

CMYK color model

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

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 13.40%
  • key color value is 61.96%
CMYK:
(12,0,13,62)
C12M0Y13K62 
(12%,0%,13%,62%)
(0.12/0.00/0.13/0.62)	

CMYK percentages

%12.37
%0
%13.4
%61.96

Codes

Color #556154 in popluar color models

556154
RGB859784
HSL115°7.18%35.49%
HSB/HSV115°13.40%38.04%
CMYK12.37%0.00%13.40%
61.96%

Color #556154 in popluar number systems.

HEX556154
Decimal859784
Binary101010111000011010100
Octal125141124

Shades and tints

Shades of #556154

#556154
(85,97,84)
#4E594D
(78,89,77)
#475146
(71,81,70)
#40493F
(64,73,63)
#394138
(57,65,56)
#323931
(50,57,49)
#2B312A
(43,49,42)
#242923
(36,41,35)
#1D211C
(29,33,28)
#161915
(22,25,21)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #556154

#556154
(85,97,84)
#646F63
(100,111,99)
#737D72
(115,125,114)
#828B81
(130,139,129)
#919990
(145,153,144)
#A0A79F
(160,167,159)
#AFB5AE
(175,181,174)
#BEC3BD
(190,195,189)
#CDD1CC
(205,209,204)
#DCDFDB
(220,223,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556154; }

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

This text font color is #556154.


Background Color

.myBgColor { background-color: #556154; }

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

This div background color is #556154.


Border color

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

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

This div border color is #556154.


Opacity

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

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

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

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

This text has shadow with #556154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556154 on black background.


Color preview on white background

This text has color #556154 on white background.



Black color preview on #556154 background

This text has black color on #556154 background.


White color preview on #556154 background

This text has white color on #556154 background.