COLOR #556B39

HEX: #556B39 RGB: (85,107,57)

Color info

#556B39 contains red, green and blue colors in about the same proportion. Web safe color of #556B39 is #666633 (or #663).

RGB color model

#556B39 color RGB value is (85,107,57).

RGB: (85,107,57) (33%, 42%, 22%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 57 of 255 = 22%

85
107
57

R + G + B ~ 32%. #556B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 57 = 249 (100%)
R 85 of 249 ~ 34.14%
G 107 of 249 ~ 42.97%
B 57 of 249 ~ 22.89'%

%34.14
%42.97
%22.89

CMYK color model

#556B39 color CMYK value is (21,0,47,58).

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

CMYK: (21,0,47,58)
C21M0Y47K58 (21%, 0%, 47%, 58%)
(0.21 / 0.00 / 0.47 / 0.58)

CMYK percentages

%20.56
%0
%46.73
%58.04

Codes

Color #556B39 in popluar color models

55 6B 39
RGB 85 107 57
HSL 86° 30.49% 32.16%
HSB/HSV 86° 46.73% 41.96%
CMYK 20.56% 0.00% 46.73%
58.04%

Color #556B39 in popluar number systems.

HEX 55 6B 39
Decimal 85 107 57
Binary 1010101 1101011 111001
Octal 125 153 71

Shades and tints

Shades of #556B39

#556B39
(85,107,57)
#4E6234
(78,98,52)
#47592F
(71,89,47)
#40502A
(64,80,42)
#394725
(57,71,37)
#323E20
(50,62,32)
#2B351B
(43,53,27)
#242C16
(36,44,22)
#1D2311
(29,35,17)
#161A0C
(22,26,12)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #556B39

#556B39
(85,107,57)
#64784B
(100,120,75)
#73855D
(115,133,93)
#82926F
(130,146,111)
#919F81
(145,159,129)
#A0AC93
(160,172,147)
#AFB9A5
(175,185,165)
#BEC6B7
(190,198,183)
#CDD3C9
(205,211,201)
#DCE0DB
(220,224,219)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556B39; }

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

This text font color is #556B39.

Background Color

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

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

This div background color is #556B39.

Border color

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

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

This div border color is #556B39.

Opacity

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

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

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

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

This text has shadow with #556B39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B39.

Preview

Color preview on black background

This text has color #556B39 on black background.


Color preview on white background

This text has color #556B39 on white background.


Black color preview on #556B39 background

This text has black color on #556B39 background.


White color preview on #556B39 background

This text has white color on #556B39 background.


Related colors

Complementary color

Complementary color for #hex is #AA94C6.


I love getcolorcode.com

Triadic colors

1 #39556B and #6B3955 with #556B39 are triadic colors.

2 #396B55 and #6B5539 with #556B39 are triadic colors.