COLOR #556B4F

HEX: #556B4F RGB: (85,107,79)

Color info

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

RGB color model

#556B4F color RGB value is (85,107,79).

RGB: (85,107,79) (33%, 42%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 79 of 255 = 31%

85
107
79

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

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 79 = 271 (100%)
R 85 of 271 ~ 31.37%
G 107 of 271 ~ 39.48%
B 79 of 271 ~ 29.15'%

%31.37
%39.48
%29.15

CMYK color model

#556B4F color CMYK value is (21,0,26,58).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%

CMYK: (21,0,26,58)
C21M0Y26K58 (21%, 0%, 26%, 58%)
(0.21 / 0.00 / 0.26 / 0.58)

CMYK percentages

%20.56
%0
%26.17
%58.04

Codes

Color #556B4F in popluar color models

55 6B 4F
RGB 85 107 79
HSL 107° 15.05% 36.47%
HSB/HSV 107° 26.17% 41.96%
CMYK 20.56% 0.00% 26.17%
58.04%

Color #556B4F in popluar number systems.

HEX 55 6B 4F
Decimal 85 107 79
Binary 1010101 1101011 1001111
Octal 125 153 117

Shades and tints

Shades of #556B4F

#556B4F
(85,107,79)
#4E6248
(78,98,72)
#475941
(71,89,65)
#40503A
(64,80,58)
#394733
(57,71,51)
#323E2C
(50,62,44)
#2B3525
(43,53,37)
#242C1E
(36,44,30)
#1D2317
(29,35,23)
#161A10
(22,26,16)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #556B4F

#556B4F
(85,107,79)
#64785F
(100,120,95)
#73856F
(115,133,111)
#82927F
(130,146,127)
#919F8F
(145,159,143)
#A0AC9F
(160,172,159)
#AFB9AF
(175,185,175)
#BEC6BF
(190,198,191)
#CDD3CF
(205,211,207)
#DCE0DF
(220,224,223)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556B4F; }

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

This text font color is #556B4F.

Background Color

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

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

This div background color is #556B4F.

Border color

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

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

This div border color is #556B4F.

Opacity

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

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

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

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

This text has shadow with #556B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B4F.

Preview

Color preview on black background

This text has color #556B4F on black background.


Color preview on white background

This text has color #556B4F on white background.


Black color preview on #556B4F background

This text has black color on #556B4F background.


White color preview on #556B4F background

This text has white color on #556B4F background.


Related colors

Complementary color

Complementary color for #hex is #AA94B0.


I love getcolorcode.com

Triadic colors

1 #4F556B and #6B4F55 with #556B4F are triadic colors.

2 #4F6B55 and #6B554F with #556B4F are triadic colors.