COLOR #556E51

HEX: #556E51 RGB: (85,110,81)

Color info

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

RGB color model

#556E51 color RGB value is (85,110,81).

RGB: (85,110,81) (33%, 43%, 32%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 81 of 255 = 32%

85
110
81

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

Portions of RGB colors in percentages

R + G + B = 85 + 110 + 81 = 276 (100%)
R 85 of 276 ~ 30.8%
G 110 of 276 ~ 39.86%
B 81 of 276 ~ 29.35'%

%30.8
%39.86
%29.35

CMYK color model

#556E51 color CMYK value is (23,0,26,57).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 56.86%

CMYK: (23,0,26,57)
C23M0Y26K57 (23%, 0%, 26%, 57%)
(0.23 / 0.00 / 0.26 / 0.57)

CMYK percentages

%22.73
%0
%26.36
%56.86

Codes

Color #556E51 in popluar color models

55 6E 51
RGB 85 110 81
HSL 112° 15.18% 37.45%
HSB/HSV 112° 26.36% 43.14%
CMYK 22.73% 0.00% 26.36%
56.86%

Color #556E51 in popluar number systems.

HEX 55 6E 51
Decimal 85 110 81
Binary 1010101 1101110 1010001
Octal 125 156 121

Shades and tints

Shades of #556E51

#556E51
(85,110,81)
#4E644A
(78,100,74)
#475A43
(71,90,67)
#40503C
(64,80,60)
#394635
(57,70,53)
#323C2E
(50,60,46)
#2B3227
(43,50,39)
#242820
(36,40,32)
#1D1E19
(29,30,25)
#161412
(22,20,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #556E51

#556E51
(85,110,81)
#647B60
(100,123,96)
#73886F
(115,136,111)
#82957E
(130,149,126)
#91A28D
(145,162,141)
#A0AF9C
(160,175,156)
#AFBCAB
(175,188,171)
#BEC9BA
(190,201,186)
#CDD6C9
(205,214,201)
#DCE3D8
(220,227,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E51; }

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

This text font color is #556E51.

Background Color

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

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

This div background color is #556E51.

Border color

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

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

This div border color is #556E51.

Opacity

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

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

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

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

This text has shadow with #556E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556E51.

Preview

Color preview on black background

This text has color #556E51 on black background.


Color preview on white background

This text has color #556E51 on white background.


Black color preview on #556E51 background

This text has black color on #556E51 background.


White color preview on #556E51 background

This text has white color on #556E51 background.


Related colors

Complementary color

Complementary color for #hex is #AA91AE.


I love getcolorcode.com

Triadic colors

1 #51556E and #6E5155 with #556E51 are triadic colors.

2 #516E55 and #6E5551 with #556E51 are triadic colors.