COLOR #556A54

HEX: #556A54
RGB: (85,106,84)

Color info

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

RGB color model

#556A54 color RGB value is (85,106,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 106 of 255 = 42%
B 84 of 255 = 33%

85
106
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 106 + 84 = 275 (100%)
R 85 of 275 ~ 30.91%
G 106 of 275 ~ 38.55%
B 84 of 275 ~ 30.55%

%30.91
%38.55
%30.55

CMYK color model

#556A54 color CMYK value is (20,0,21,58).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 58.43%
CMYK:
(20,0,21,58)
C20M0Y21K58 
(20%,0%,21%,58%)
(0.20/0.00/0.21/0.58)	

CMYK percentages

%19.81
%0
%20.75
%58.43

Codes

Color #556A54 in popluar color models

556A54
RGB8510684
HSL117°11.58%37.25%
HSB/HSV117°20.75%41.57%
CMYK19.81%0.00%20.75%
58.43%

Color #556A54 in popluar number systems.

HEX556A54
Decimal8510684
Binary101010111010101010100
Octal125152124

Shades and tints

Shades of #556A54

#556A54
(85,106,84)
#4E614D
(78,97,77)
#475846
(71,88,70)
#404F3F
(64,79,63)
#394638
(57,70,56)
#323D31
(50,61,49)
#2B342A
(43,52,42)
#242B23
(36,43,35)
#1D221C
(29,34,28)
#161915
(22,25,21)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #556A54

#556A54
(85,106,84)
#647763
(100,119,99)
#738472
(115,132,114)
#829181
(130,145,129)
#919E90
(145,158,144)
#A0AB9F
(160,171,159)
#AFB8AE
(175,184,174)
#BEC5BD
(190,197,189)
#CDD2CC
(205,210,204)
#DCDFDB
(220,223,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556A54; }

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

This text font color is #556A54.


Background Color

.myBgColor { background-color: #556A54; }

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

This div background color is #556A54.


Border color

.myBorderColor { border: 1px solid #556A54; }

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

This div border color is #556A54.


Opacity

.myOpacity80 { color: #556A54; opacity: 0.8; }

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

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

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

This text has shadow with #556A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556A54 on black background.


Color preview on white background

This text has color #556A54 on white background.



Black color preview on #556A54 background

This text has black color on #556A54 background.


White color preview on #556A54 background

This text has white color on #556A54 background.