COLOR #556D35

HEX: #556D35 RGB: (85,109,53)

Color info

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

RGB color model

#556D35 color RGB value is (85,109,53).

RGB: (85,109,53) (33%, 43%, 21%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 53 of 255 = 21%

85
109
53

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

Portions of RGB colors in percentages

R + G + B = 85 + 109 + 53 = 247 (100%)
R 85 of 247 ~ 34.41%
G 109 of 247 ~ 44.13%
B 53 of 247 ~ 21.46'%

%34.41
%44.13
%21.46

CMYK color model

#556D35 color CMYK value is (22,0,51,57).

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

CMYK: (22,0,51,57)
C22M0Y51K57 (22%, 0%, 51%, 57%)
(0.22 / 0.00 / 0.51 / 0.57)

CMYK percentages

%22.02
%0
%51.38
%57.25

Codes

Color #556D35 in popluar color models

55 6D 35
RGB 85 109 53
HSL 86° 34.57% 31.76%
HSB/HSV 86° 51.38% 42.75%
CMYK 22.02% 0.00% 51.38%
57.25%

Color #556D35 in popluar number systems.

HEX 55 6D 35
Decimal 85 109 53
Binary 1010101 1101101 110101
Octal 125 155 65

Shades and tints

Shades of #556D35

#556D35
(85,109,53)
#4E6431
(78,100,49)
#475B2D
(71,91,45)
#405229
(64,82,41)
#394925
(57,73,37)
#324021
(50,64,33)
#2B371D
(43,55,29)
#242E19
(36,46,25)
#1D2515
(29,37,21)
#161C11
(22,28,17)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #556D35

#556D35
(85,109,53)
#647A47
(100,122,71)
#738759
(115,135,89)
#82946B
(130,148,107)
#91A17D
(145,161,125)
#A0AE8F
(160,174,143)
#AFBBA1
(175,187,161)
#BEC8B3
(190,200,179)
#CDD5C5
(205,213,197)
#DCE2D7
(220,226,215)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556D35; }

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

This text font color is #556D35.

Background Color

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

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

This div background color is #556D35.

Border color

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

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

This div border color is #556D35.

Opacity

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

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

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

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

This text has shadow with #556D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556D35.

Preview

Color preview on black background

This text has color #556D35 on black background.


Color preview on white background

This text has color #556D35 on white background.


Black color preview on #556D35 background

This text has black color on #556D35 background.


White color preview on #556D35 background

This text has white color on #556D35 background.


Related colors

Complementary color

Complementary color for #hex is #AA92CA.


I love getcolorcode.com

Triadic colors

1 #35556D and #6D3555 with #556D35 are triadic colors.

2 #356D55 and #6D5535 with #556D35 are triadic colors.