COLOR #556B3F

HEX: #556B3F
RGB: (85,107,63)

Color info

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

RGB color model

#556B3F color RGB value is (85,107,63).

  • red value is 85;
  • green value is 107;
  • blue value is 63.
RGB:
(85,107,63)
(33%,42%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 63 of 255 = 25%

85
107
63

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

Portions of RGB colors in percentages

R + G + B =
85 + 107 + 63 = 255 (100%)
R 85 of 255 ~ 33.33%
G 107 of 255 ~ 41.96%
B 63 of 255 ~ 24.71%

%33.33
%41.96
%24.71

CMYK color model

#556B3F color CMYK value is (21,0,41,58).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 58.04%
CMYK:
(21,0,41,58)
C21M0Y41K58 
(21%,0%,41%,58%)
(0.21/0.00/0.41/0.58)	

CMYK percentages

%20.56
%0
%41.12
%58.04

Codes

Color #556B3F in popluar color models

556B3F
RGB8510763
HSL90°25.88%33.33%
HSB/HSV90°41.12%41.96%
CMYK20.56%0.00%41.12%
58.04%

Color #556B3F in popluar number systems.

HEX556B3F
Decimal8510763
Binary10101011101011111111
Octal12515377

Shades and tints

Shades of #556B3F

#556B3F
(85,107,63)
#4E623A
(78,98,58)
#475935
(71,89,53)
#405030
(64,80,48)
#39472B
(57,71,43)
#323E26
(50,62,38)
#2B3521
(43,53,33)
#242C1C
(36,44,28)
#1D2317
(29,35,23)
#161A12
(22,26,18)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #556B3F

#556B3F
(85,107,63)
#647850
(100,120,80)
#738561
(115,133,97)
#829272
(130,146,114)
#919F83
(145,159,131)
#A0AC94
(160,172,148)
#AFB9A5
(175,185,165)
#BEC6B6
(190,198,182)
#CDD3C7
(205,211,199)
#DCE0D8
(220,224,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556B3F color. Also use rgb(85,107,63) instead hex code.

Text Font Color

.myTextColor { color: #556B3F; }

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

This text font color is #556B3F.


Background Color

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

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

This div background color is #556B3F.


Border color

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

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

This div border color is #556B3F.


Opacity

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

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

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

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

This text has shadow with #556B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556B3F on black background.


Color preview on white background

This text has color #556B3F on white background.



Black color preview on #556B3F background

This text has black color on #556B3F background.


White color preview on #556B3F background

This text has white color on #556B3F background.