COLOR #556A4D

HEX: #556A4D RGB: (85,106,77)

Color info

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

RGB color model

#556A4D color RGB value is (85,106,77).

RGB: (85,106,77) (33%, 42%, 30%)

RGB channels and saturation

R 85 of 255 = 33%
G 106 of 255 = 42%
B 77 of 255 = 30%

85
106
77

R + G + B ~ 35%. #556A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 106 + 77 = 268 (100%)
R 85 of 268 ~ 31.72%
G 106 of 268 ~ 39.55%
B 77 of 268 ~ 28.73'%

%31.72
%39.55
%28.73

CMYK color model

#556A4D color CMYK value is (20,0,27,58).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%

CMYK: (20,0,27,58)
C20M0Y27K58 (20%, 0%, 27%, 58%)
(0.20 / 0.00 / 0.27 / 0.58)

CMYK percentages

%19.81
%0
%27.36
%58.43

Codes

Color #556A4D in popluar color models

55 6A 4D
RGB 85 106 77
HSL 103° 15.85% 35.88%
HSB/HSV 103° 27.36% 41.57%
CMYK 19.81% 0.00% 27.36%
58.43%

Color #556A4D in popluar number systems.

HEX 55 6A 4D
Decimal 85 106 77
Binary 1010101 1101010 1001101
Octal 125 152 115

Shades and tints

Shades of #556A4D

#556A4D
(85,106,77)
#4E6146
(78,97,70)
#47583F
(71,88,63)
#404F38
(64,79,56)
#394631
(57,70,49)
#323D2A
(50,61,42)
#2B3423
(43,52,35)
#242B1C
(36,43,28)
#1D2215
(29,34,21)
#16190E
(22,25,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #556A4D

#556A4D
(85,106,77)
#64775D
(100,119,93)
#73846D
(115,132,109)
#82917D
(130,145,125)
#919E8D
(145,158,141)
#A0AB9D
(160,171,157)
#AFB8AD
(175,184,173)
#BEC5BD
(190,197,189)
#CDD2CD
(205,210,205)
#DCDFDD
(220,223,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556A4D color. Also use rgb(85,106,77) instead hex code.

Text Font Color

.myTextColor { color: #556A4D; }

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

This text font color is #556A4D.

Background Color

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

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

This div background color is #556A4D.

Border color

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

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

This div border color is #556A4D.

Opacity

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

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

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

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

This text has shadow with #556A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556A4D.

Preview

Color preview on black background

This text has color #556A4D on black background.


Color preview on white background

This text has color #556A4D on white background.


Black color preview on #556A4D background

This text has black color on #556A4D background.


White color preview on #556A4D background

This text has white color on #556A4D background.


Related colors

Complementary color

Complementary color for #hex is #AA95B2.


I love getcolorcode.com

Triadic colors

1 #4D556A and #6A4D55 with #556A4D are triadic colors.

2 #4D6A55 and #6A554D with #556A4D are triadic colors.