COLOR #556841

HEX: #556841 RGB: (85,104,65)

Color info

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

RGB color model

#556841 color RGB value is (85,104,65).

RGB: (85,104,65) (33%, 41%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 65 of 255 = 25%

85
104
65

R + G + B ~ 33%. #556841 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 104 + 65 = 254 (100%)
R 85 of 254 ~ 33.46%
G 104 of 254 ~ 40.94%
B 65 of 254 ~ 25.59'%

%33.46
%40.94
%25.59

CMYK color model

#556841 color CMYK value is (18,0,38,59).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 59.22%

CMYK: (18,0,38,59)
C18M0Y38K59 (18%, 0%, 38%, 59%)
(0.18 / 0.00 / 0.38 / 0.59)

CMYK percentages

%18.27
%0
%37.5
%59.22

Codes

Color #556841 in popluar color models

55 68 41
RGB 85 104 65
HSL 89° 23.08% 33.14%
HSB/HSV 89° 37.50% 40.78%
CMYK 18.27% 0.00% 37.50%
59.22%

Color #556841 in popluar number systems.

HEX 55 68 41
Decimal 85 104 65
Binary 1010101 1101000 1000001
Octal 125 150 101

Shades and tints

Shades of #556841

#556841
(85,104,65)
#4E5F3C
(78,95,60)
#475637
(71,86,55)
#404D32
(64,77,50)
#39442D
(57,68,45)
#323B28
(50,59,40)
#2B3223
(43,50,35)
#24291E
(36,41,30)
#1D2019
(29,32,25)
#161714
(22,23,20)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #556841

#556841
(85,104,65)
#647552
(100,117,82)
#738263
(115,130,99)
#828F74
(130,143,116)
#919C85
(145,156,133)
#A0A996
(160,169,150)
#AFB6A7
(175,182,167)
#BEC3B8
(190,195,184)
#CDD0C9
(205,208,201)
#DCDDDA
(220,221,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556841 color. Also use rgb(85,104,65) instead hex code.

Text Font Color

.myTextColor { color: #556841; }

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

This text font color is #556841.

Background Color

.myBgColor { background-color: #556841; }

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

This div background color is #556841.

Border color

.myBorderColor { border: 1px solid #556841; }

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

This div border color is #556841.

Opacity

.myOpacity80 { color: #556841; opacity: 0.8; }

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

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

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

This text has shadow with #556841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556841.

Preview

Color preview on black background

This text has color #556841 on black background.


Color preview on white background

This text has color #556841 on white background.


Black color preview on #556841 background

This text has black color on #556841 background.


White color preview on #556841 background

This text has white color on #556841 background.


Related colors

Complementary color

Complementary color for #hex is #AA97BE.


I love getcolorcode.com

Triadic colors

1 #415568 and #684155 with #556841 are triadic colors.

2 #416855 and #685541 with #556841 are triadic colors.