COLOR #556736

HEX: #556736
RGB: (85,103,54)

Color info

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

RGB color model

#556736 color RGB value is (85,103,54).

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

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 54 of 255 = 21%

85
103
54

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

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 54 = 242 (100%)
R 85 of 242 ~ 35.12%
G 103 of 242 ~ 42.56%
B 54 of 242 ~ 22.31%

%35.12
%42.56
%22.31

CMYK color model

#556736 color CMYK value is (17,0,48,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 47.57%
  • key color value is 59.61%
CMYK:
(17,0,48,60)
C17M0Y48K60 
(17%,0%,48%,60%)
(0.17/0.00/0.48/0.60)	

CMYK percentages

%17.48
%0
%47.57
%59.61

Codes

Color #556736 in popluar color models

556736
RGB8510354
HSL82°31.21%30.78%
HSB/HSV82°47.57%40.39%
CMYK17.48%0.00%47.57%
59.61%

Color #556736 in popluar number systems.

HEX556736
Decimal8510354
Binary10101011100111110110
Octal12514766

Shades and tints

Shades of #556736

#556736
(85,103,54)
#4E5E32
(78,94,50)
#47552E
(71,85,46)
#404C2A
(64,76,42)
#394326
(57,67,38)
#323A22
(50,58,34)
#2B311E
(43,49,30)
#24281A
(36,40,26)
#1D1F16
(29,31,22)
#161612
(22,22,18)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #556736

#556736
(85,103,54)
#647448
(100,116,72)
#73815A
(115,129,90)
#828E6C
(130,142,108)
#919B7E
(145,155,126)
#A0A890
(160,168,144)
#AFB5A2
(175,181,162)
#BEC2B4
(190,194,180)
#CDCFC6
(205,207,198)
#DCDCD8
(220,220,216)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556736; }

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

This text font color is #556736.


Background Color

.myBgColor { background-color: #556736; }

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

This div background color is #556736.


Border color

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

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

This div border color is #556736.


Opacity

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

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

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

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

This text has shadow with #556736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556736 on black background.


Color preview on white background

This text has color #556736 on white background.



Black color preview on #556736 background

This text has black color on #556736 background.


White color preview on #556736 background

This text has white color on #556736 background.