COLOR #556240

HEX: #556240
RGB: (85,98,64)

Color info

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

RGB color model

#556240 color RGB value is (85,98,64).

  • red value is 85;
  • green value is 98;
  • blue value is 64.
RGB: (85,98,64) (33%,38%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 64 of 255 = 25%

85
98
64

R + G + B ~ 32%. #556240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 64 = 247 (100%)
R 85 of 247 ~ 34.41%
G 98 of 247 ~ 39.68%
B 64 of 247 ~ 25.91%

%34.41
%39.68
%25.91

CMYK color model

#556240 color CMYK value is (13,0,35,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 61.57%
CMYK: (13,0,35,62) C13M0Y35K62 (13%,0%,35%,62%) (0.13/0.00/0.35/0.62)

CMYK percentages

%13.27
%0
%34.69
%61.57

Codes

Color #556240 in popluar color models

556240
RGB859864
HSL83°20.99%31.76%
HSB/HSV83°34.69%38.43%
CMYK13.27%0.00%34.69%
61.57%

Color #556240 in popluar number systems.

HEX556240
Decimal859864
Binary101010111000101000000
Octal125142100

Shades and tints

Shades of #556240

#556240
(85,98,64)
#4E5A3B
(78,90,59)
#475236
(71,82,54)
#404A31
(64,74,49)
#39422C
(57,66,44)
#323A27
(50,58,39)
#2B3222
(43,50,34)
#242A1D
(36,42,29)
#1D2218
(29,34,24)
#161A13
(22,26,19)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #556240

#556240
(85,98,64)
#647051
(100,112,81)
#737E62
(115,126,98)
#828C73
(130,140,115)
#919A84
(145,154,132)
#A0A895
(160,168,149)
#AFB6A6
(175,182,166)
#BEC4B7
(190,196,183)
#CDD2C8
(205,210,200)
#DCE0D9
(220,224,217)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556240 color. Also use rgb(85,98,64) instead hex code.

Text Font Color

.myTextColor { color: #556240; }

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

This text font color is #556240.


Background Color

.myBgColor { background-color: #556240; }

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

This div background color is #556240.


Border color

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

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

This div border color is #556240.


Opacity

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

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

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

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

This text has shadow with #556240 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #556240 on black background.


Color preview on white background

This text has color #556240 on white background.



Black color preview on #556240 background

This text has black color on #556240 background.


White color preview on #556240 background

This text has white color on #556240 background.