COLOR #556E4F

HEX: #556E4F RGB: (85,110,79)

Color info

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

RGB color model

#556E4F color RGB value is (85,110,79).

RGB: (85,110,79) (33%, 43%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 79 of 255 = 31%

85
110
79

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

Portions of RGB colors in percentages

R + G + B = 85 + 110 + 79 = 274 (100%)
R 85 of 274 ~ 31.02%
G 110 of 274 ~ 40.15%
B 79 of 274 ~ 28.83'%

%31.02
%40.15
%28.83

CMYK color model

#556E4F color CMYK value is (23,0,28,57).

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

CMYK: (23,0,28,57)
C23M0Y28K57 (23%, 0%, 28%, 57%)
(0.23 / 0.00 / 0.28 / 0.57)

CMYK percentages

%22.73
%0
%28.18
%56.86

Codes

Color #556E4F in popluar color models

55 6E 4F
RGB 85 110 79
HSL 108° 16.40% 37.06%
HSB/HSV 108° 28.18% 43.14%
CMYK 22.73% 0.00% 28.18%
56.86%

Color #556E4F in popluar number systems.

HEX 55 6E 4F
Decimal 85 110 79
Binary 1010101 1101110 1001111
Octal 125 156 117

Shades and tints

Shades of #556E4F

#556E4F
(85,110,79)
#4E6448
(78,100,72)
#475A41
(71,90,65)
#40503A
(64,80,58)
#394633
(57,70,51)
#323C2C
(50,60,44)
#2B3225
(43,50,37)
#24281E
(36,40,30)
#1D1E17
(29,30,23)
#161410
(22,20,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #556E4F

#556E4F
(85,110,79)
#647B5F
(100,123,95)
#73886F
(115,136,111)
#82957F
(130,149,127)
#91A28F
(145,162,143)
#A0AF9F
(160,175,159)
#AFBCAF
(175,188,175)
#BEC9BF
(190,201,191)
#CDD6CF
(205,214,207)
#DCE3DF
(220,227,223)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E4F; }

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

This text font color is #556E4F.

Background Color

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

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

This div background color is #556E4F.

Border color

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

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

This div border color is #556E4F.

Opacity

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

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

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

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

This text has shadow with #556E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556E4F.

Preview

Color preview on black background

This text has color #556E4F on black background.


Color preview on white background

This text has color #556E4F on white background.


Black color preview on #556E4F background

This text has black color on #556E4F background.


White color preview on #556E4F background

This text has white color on #556E4F background.


Related colors

Complementary color

Complementary color for #hex is #AA91B0.


I love getcolorcode.com

Triadic colors

1 #4F556E and #6E4F55 with #556E4F are triadic colors.

2 #4F6E55 and #6E554F with #556E4F are triadic colors.