COLOR #556D3A

HEX: #556D3A
RGB: (85,109,58)

Color info

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

RGB color model

#556D3A color RGB value is (85,109,58).

  • red value is 85;
  • green value is 109;
  • blue value is 58.
RGB:
(85,109,58)
(33%,43%,23%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 58 of 255 = 23%

85
109
58

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

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 58 = 252 (100%)
R 85 of 252 ~ 33.73%
G 109 of 252 ~ 43.25%
B 58 of 252 ~ 23.02%

%33.73
%43.25
%23.02

CMYK color model

#556D3A color CMYK value is (22,0,47,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK:
(22,0,47,57)
C22M0Y47K57 
(22%,0%,47%,57%)
(0.22/0.00/0.47/0.57)	

CMYK percentages

%22.02
%0
%46.79
%57.25

Codes

Color #556D3A in popluar color models

556D3A
RGB8510958
HSL88°30.54%32.75%
HSB/HSV88°46.79%42.75%
CMYK22.02%0.00%46.79%
57.25%

Color #556D3A in popluar number systems.

HEX556D3A
Decimal8510958
Binary10101011101101111010
Octal12515572

Shades and tints

Shades of #556D3A

#556D3A
(85,109,58)
#4E6435
(78,100,53)
#475B30
(71,91,48)
#40522B
(64,82,43)
#394926
(57,73,38)
#324021
(50,64,33)
#2B371C
(43,55,28)
#242E17
(36,46,23)
#1D2512
(29,37,18)
#161C0D
(22,28,13)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #556D3A

#556D3A
(85,109,58)
#647A4B
(100,122,75)
#73875C
(115,135,92)
#82946D
(130,148,109)
#91A17E
(145,161,126)
#A0AE8F
(160,174,143)
#AFBBA0
(175,187,160)
#BEC8B1
(190,200,177)
#CDD5C2
(205,213,194)
#DCE2D3
(220,226,211)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556D3A color. Also use rgb(85,109,58) instead hex code.

Text Font Color

.myTextColor { color: #556D3A; }

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

This text font color is #556D3A.


Background Color

.myBgColor { background-color: #556D3A; }

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

This div background color is #556D3A.


Border color

.myBorderColor { border: 1px solid #556D3A; }

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

This div border color is #556D3A.


Opacity

.myOpacity80 { color: #556D3A; opacity: 0.8; }

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

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

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

This text has shadow with #556D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556D3A on black background.


Color preview on white background

This text has color #556D3A on white background.



Black color preview on #556D3A background

This text has black color on #556D3A background.


White color preview on #556D3A background

This text has white color on #556D3A background.