COLOR #556451

HEX: #556451
RGB: (85,100,81)

Color info

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

RGB color model

#556451 color RGB value is (85,100,81).

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

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 81 of 255 = 32%

85
100
81

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

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 81 = 266 (100%)
R 85 of 266 ~ 31.95%
G 100 of 266 ~ 37.59%
B 81 of 266 ~ 30.45%

%31.95
%37.59
%30.45

CMYK color model

#556451 color CMYK value is (15,0,19,61).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(15,0,19,61)
C15M0Y19K61 
(15%,0%,19%,61%)
(0.15/0.00/0.19/0.61)	

CMYK percentages

%15
%0
%19
%60.78

Codes

Color #556451 in popluar color models

556451
RGB8510081
HSL107°10.50%35.49%
HSB/HSV107°19.00%39.22%
CMYK15.00%0.00%19.00%
60.78%

Color #556451 in popluar number systems.

HEX556451
Decimal8510081
Binary101010111001001010001
Octal125144121

Shades and tints

Shades of #556451

#556451
(85,100,81)
#4E5B4A
(78,91,74)
#475243
(71,82,67)
#40493C
(64,73,60)
#394035
(57,64,53)
#32372E
(50,55,46)
#2B2E27
(43,46,39)
#242520
(36,37,32)
#1D1C19
(29,28,25)
#161312
(22,19,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #556451

#556451
(85,100,81)
#647260
(100,114,96)
#73806F
(115,128,111)
#828E7E
(130,142,126)
#919C8D
(145,156,141)
#A0AA9C
(160,170,156)
#AFB8AB
(175,184,171)
#BEC6BA
(190,198,186)
#CDD4C9
(205,212,201)
#DCE2D8
(220,226,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556451; }

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

This text font color is #556451.


Background Color

.myBgColor { background-color: #556451; }

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

This div background color is #556451.


Border color

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

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

This div border color is #556451.


Opacity

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

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

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

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

This text has shadow with #556451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556451 on black background.


Color preview on white background

This text has color #556451 on white background.



Black color preview on #556451 background

This text has black color on #556451 background.


White color preview on #556451 background

This text has white color on #556451 background.