COLOR #556843

HEX: #556843
RGB: (85,104,67)

Color info

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

RGB color model

#556843 color RGB value is (85,104,67).

  • red value is 85;
  • green value is 104;
  • blue value is 67.
RGB:
(85,104,67)
(33%,41%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 104 of 255 = 41%
B 67 of 255 = 26%

85
104
67

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

Portions of RGB colors in percentages

R + G + B =
85 + 104 + 67 = 256 (100%)
R 85 of 256 ~ 33.2%
G 104 of 256 ~ 40.63%
B 67 of 256 ~ 26.17%

%33.2
%40.63
%26.17

CMYK color model

#556843 color CMYK value is (18,0,36,59).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 35.58%
  • key color value is 59.22%
CMYK:
(18,0,36,59)
C18M0Y36K59 
(18%,0%,36%,59%)
(0.18/0.00/0.36/0.59)	

CMYK percentages

%18.27
%0
%35.58
%59.22

Codes

Color #556843 in popluar color models

556843
RGB8510467
HSL91°21.64%33.53%
HSB/HSV91°35.58%40.78%
CMYK18.27%0.00%35.58%
59.22%

Color #556843 in popluar number systems.

HEX556843
Decimal8510467
Binary101010111010001000011
Octal125150103

Shades and tints

Shades of #556843

#556843
(85,104,67)
#4E5F3D
(78,95,61)
#475637
(71,86,55)
#404D31
(64,77,49)
#39442B
(57,68,43)
#323B25
(50,59,37)
#2B321F
(43,50,31)
#242919
(36,41,25)
#1D2013
(29,32,19)
#16170D
(22,23,13)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #556843

#556843
(85,104,67)
#647554
(100,117,84)
#738265
(115,130,101)
#828F76
(130,143,118)
#919C87
(145,156,135)
#A0A998
(160,169,152)
#AFB6A9
(175,182,169)
#BEC3BA
(190,195,186)
#CDD0CB
(205,208,203)
#DCDDDC
(220,221,220)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556843; }

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

This text font color is #556843.


Background Color

.myBgColor { background-color: #556843; }

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

This div background color is #556843.


Border color

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

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

This div border color is #556843.


Opacity

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

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

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

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

This text has shadow with #556843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556843 on black background.


Color preview on white background

This text has color #556843 on white background.



Black color preview on #556843 background

This text has black color on #556843 background.


White color preview on #556843 background

This text has white color on #556843 background.