COLOR #556454

HEX: #556454
RGB: (85,100,84)

Color info

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

RGB color model

#556454 color RGB value is (85,100,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 84 of 255 = 33%

85
100
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 84 = 269 (100%)
R 85 of 269 ~ 31.6%
G 100 of 269 ~ 37.17%
B 84 of 269 ~ 31.23%

%31.6
%37.17
%31.23

CMYK color model

#556454 color CMYK value is (15,0,16,61).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%
CMYK:
(15,0,16,61)
C15M0Y16K61 
(15%,0%,16%,61%)
(0.15/0.00/0.16/0.61)	

CMYK percentages

%15
%0
%16
%60.78

Codes

Color #556454 in popluar color models

556454
RGB8510084
HSL116°8.70%36.08%
HSB/HSV116°16.00%39.22%
CMYK15.00%0.00%16.00%
60.78%

Color #556454 in popluar number systems.

HEX556454
Decimal8510084
Binary101010111001001010100
Octal125144124

Shades and tints

Shades of #556454

#556454
(85,100,84)
#4E5B4D
(78,91,77)
#475246
(71,82,70)
#40493F
(64,73,63)
#394038
(57,64,56)
#323731
(50,55,49)
#2B2E2A
(43,46,42)
#242523
(36,37,35)
#1D1C1C
(29,28,28)
#161315
(22,19,21)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #556454

#556454
(85,100,84)
#647263
(100,114,99)
#738072
(115,128,114)
#828E81
(130,142,129)
#919C90
(145,156,144)
#A0AA9F
(160,170,159)
#AFB8AE
(175,184,174)
#BEC6BD
(190,198,189)
#CDD4CC
(205,212,204)
#DCE2DB
(220,226,219)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556454; }

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

This text font color is #556454.


Background Color

.myBgColor { background-color: #556454; }

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

This div background color is #556454.


Border color

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

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

This div border color is #556454.


Opacity

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

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

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

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

This text has shadow with #556454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556454 on black background.


Color preview on white background

This text has color #556454 on white background.



Black color preview on #556454 background

This text has black color on #556454 background.


White color preview on #556454 background

This text has white color on #556454 background.