COLOR #556336

HEX: #556336
RGB: (85,99,54)

Color info

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

RGB color model

#556336 color RGB value is (85,99,54).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 54 of 255 = 21%

85
99
54

R + G + B ~ 31%. #556336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 54 = 238 (100%)
R 85 of 238 ~ 35.71%
G 99 of 238 ~ 41.6%
B 54 of 238 ~ 22.69%

%35.71
%41.6
%22.69

CMYK color model

#556336 color CMYK value is (14,0,45,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 61.18%
CMYK:
(14,0,45,61)
C14M0Y45K61 
(14%,0%,45%,61%)
(0.14/0.00/0.45/0.61)	

CMYK percentages

%14.14
%0
%45.45
%61.18

Codes

Color #556336 in popluar color models

556336
RGB859954
HSL79°29.41%30.00%
HSB/HSV79°45.45%38.82%
CMYK14.14%0.00%45.45%
61.18%

Color #556336 in popluar number systems.

HEX556336
Decimal859954
Binary10101011100011110110
Octal12514366

Shades and tints

Shades of #556336

#556336
(85,99,54)
#4E5A32
(78,90,50)
#47512E
(71,81,46)
#40482A
(64,72,42)
#393F26
(57,63,38)
#323622
(50,54,34)
#2B2D1E
(43,45,30)
#24241A
(36,36,26)
#1D1B16
(29,27,22)
#161212
(22,18,18)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #556336

#556336
(85,99,54)
#647148
(100,113,72)
#737F5A
(115,127,90)
#828D6C
(130,141,108)
#919B7E
(145,155,126)
#A0A990
(160,169,144)
#AFB7A2
(175,183,162)
#BEC5B4
(190,197,180)
#CDD3C6
(205,211,198)
#DCE1D8
(220,225,216)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556336; }

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

This text font color is #556336.


Background Color

.myBgColor { background-color: #556336; }

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

This div background color is #556336.


Border color

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

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

This div border color is #556336.


Opacity

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

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

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

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

This text has shadow with #556336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556336 on black background.


Color preview on white background

This text has color #556336 on white background.



Black color preview on #556336 background

This text has black color on #556336 background.


White color preview on #556336 background

This text has white color on #556336 background.