COLOR #556342

HEX: #556342
RGB: (85,99,66)

Color info

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

RGB color model

#556342 color RGB value is (85,99,66).

  • red value is 85;
  • green value is 99;
  • blue value is 66.
RGB:
(85,99,66)
(33%,39%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 66 of 255 = 26%

85
99
66

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 66 = 250 (100%)
R 85 of 250 ~ 34%
G 99 of 250 ~ 39.6%
B 66 of 250 ~ 26.4%

%34
%39.6
%26.4

CMYK color model

#556342 color CMYK value is (14,0,33,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(14,0,33,61)
C14M0Y33K61 
(14%,0%,33%,61%)
(0.14/0.00/0.33/0.61)	

CMYK percentages

%14.14
%0
%33.33
%61.18

Codes

Color #556342 in popluar color models

556342
RGB859966
HSL85°20.00%32.35%
HSB/HSV85°33.33%38.82%
CMYK14.14%0.00%33.33%
61.18%

Color #556342 in popluar number systems.

HEX556342
Decimal859966
Binary101010111000111000010
Octal125143102

Shades and tints

Shades of #556342

#556342
(85,99,66)
#4E5A3C
(78,90,60)
#475136
(71,81,54)
#404830
(64,72,48)
#393F2A
(57,63,42)
#323624
(50,54,36)
#2B2D1E
(43,45,30)
#242418
(36,36,24)
#1D1B12
(29,27,18)
#16120C
(22,18,12)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #556342

#556342
(85,99,66)
#647153
(100,113,83)
#737F64
(115,127,100)
#828D75
(130,141,117)
#919B86
(145,155,134)
#A0A997
(160,169,151)
#AFB7A8
(175,183,168)
#BEC5B9
(190,197,185)
#CDD3CA
(205,211,202)
#DCE1DB
(220,225,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556342 color. Also use rgb(85,99,66) instead hex code.

Text Font Color

.myTextColor { color: #556342; }

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

This text font color is #556342.


Background Color

.myBgColor { background-color: #556342; }

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

This div background color is #556342.


Border color

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

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

This div border color is #556342.


Opacity

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

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

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

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

This text has shadow with #556342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556342 on black background.


Color preview on white background

This text has color #556342 on white background.



Black color preview on #556342 background

This text has black color on #556342 background.


White color preview on #556342 background

This text has white color on #556342 background.