COLOR #556D2B

HEX: #556D2B RGB: (85,109,43)

Color info

#556D2B contains mainly red and green colors. Web safe color of #556D2B is #666633 (or #663).

RGB color model

#556D2B color RGB value is (85,109,43).

RGB: (85,109,43) (33%, 43%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 43 of 255 = 17%

85
109
43

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

Portions of RGB colors in percentages

R + G + B = 85 + 109 + 43 = 237 (100%)
R 85 of 237 ~ 35.86%
G 109 of 237 ~ 45.99%
B 43 of 237 ~ 18.14'%

%35.86
%45.99
%18.14

CMYK color model

#556D2B color CMYK value is (22,0,61,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 60.55%
  • key color value is 57.25%

CMYK: (22,0,61,57)
C22M0Y61K57 (22%, 0%, 61%, 57%)
(0.22 / 0.00 / 0.61 / 0.57)

CMYK percentages

%22.02
%0
%60.55
%57.25

Codes

Color #556D2B in popluar color models

55 6D 2B
RGB 85 109 43
HSL 82° 43.42% 29.80%
HSB/HSV 82° 60.55% 42.75%
CMYK 22.02% 0.00% 60.55%
57.25%

Color #556D2B in popluar number systems.

HEX 55 6D 2B
Decimal 85 109 43
Binary 1010101 1101101 101011
Octal 125 155 53

Shades and tints

Shades of #556D2B

#556D2B
(85,109,43)
#4E6428
(78,100,40)
#475B25
(71,91,37)
#405222
(64,82,34)
#39491F
(57,73,31)
#32401C
(50,64,28)
#2B3719
(43,55,25)
#242E16
(36,46,22)
#1D2513
(29,37,19)
#161C10
(22,28,16)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #556D2B

#556D2B
(85,109,43)
#647A3E
(100,122,62)
#738751
(115,135,81)
#829464
(130,148,100)
#91A177
(145,161,119)
#A0AE8A
(160,174,138)
#AFBB9D
(175,187,157)
#BEC8B0
(190,200,176)
#CDD5C3
(205,213,195)
#DCE2D6
(220,226,214)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D2B; }

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

This text font color is #556D2B.

Background Color

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

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

This div background color is #556D2B.

Border color

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

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

This div border color is #556D2B.

Opacity

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

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

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

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

This text has shadow with #556D2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556D2B.

Preview

Color preview on black background

This text has color #556D2B on black background.


Color preview on white background

This text has color #556D2B on white background.


Black color preview on #556D2B background

This text has black color on #556D2B background.


White color preview on #556D2B background

This text has white color on #556D2B background.


Related colors

Complementary color

Complementary color for #hex is #AA92D4.


I love getcolorcode.com

Triadic colors

1 #2B556D and #6D2B55 with #556D2B are triadic colors.

2 #2B6D55 and #6D552B with #556D2B are triadic colors.