COLOR #556048

HEX: #556048 RGB: (85,96,72)

Color info

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

RGB color model

#556048 color RGB value is (85,96,72).

RGB: (85,96,72) (33%, 38%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 72 of 255 = 28%

85
96
72

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

Portions of RGB colors in percentages

R + G + B = 85 + 96 + 72 = 253 (100%)
R 85 of 253 ~ 33.6%
G 96 of 253 ~ 37.94%
B 72 of 253 ~ 28.46'%

%33.6
%37.94
%28.46

CMYK color model

#556048 color CMYK value is (11,0,25,62).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%

CMYK: (11,0,25,62)
C11M0Y25K62 (11%, 0%, 25%, 62%)
(0.11 / 0.00 / 0.25 / 0.62)

CMYK percentages

%11.46
%0
%25
%62.35

Codes

Color #556048 in popluar color models

55 60 48
RGB 85 96 72
HSL 88° 14.29% 32.94%
HSB/HSV 88° 25.00% 37.65%
CMYK 11.46% 0.00% 25.00%
62.35%

Color #556048 in popluar number systems.

HEX 55 60 48
Decimal 85 96 72
Binary 1010101 1100000 1001000
Octal 125 140 110

Shades and tints

Shades of #556048

#556048
(85,96,72)
#4E5842
(78,88,66)
#47503C
(71,80,60)
#404836
(64,72,54)
#394030
(57,64,48)
#32382A
(50,56,42)
#2B3024
(43,48,36)
#24281E
(36,40,30)
#1D2018
(29,32,24)
#161812
(22,24,18)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #556048

#556048
(85,96,72)
#646E58
(100,110,88)
#737C68
(115,124,104)
#828A78
(130,138,120)
#919888
(145,152,136)
#A0A698
(160,166,152)
#AFB4A8
(175,180,168)
#BEC2B8
(190,194,184)
#CDD0C8
(205,208,200)
#DCDED8
(220,222,216)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556048 color. Also use rgb(85,96,72) instead hex code.

Text Font Color

.myTextColor { color: #556048; }

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

This text font color is #556048.

Background Color

.myBgColor { background-color: #556048; }

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

This div background color is #556048.

Border color

.myBorderColor { border: 1px solid #556048; }

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

This div border color is #556048.

Opacity

.myOpacity80 { color: #556048; opacity: 0.8; }

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

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

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

This text has shadow with #556048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556048.

Preview

Color preview on black background

This text has color #556048 on black background.


Color preview on white background

This text has color #556048 on white background.


Black color preview on #556048 background

This text has black color on #556048 background.


White color preview on #556048 background

This text has white color on #556048 background.


Related colors

Complementary color

Complementary color for #hex is #AA9FB7.


I love getcolorcode.com

Triadic colors

1 #485560 and #604855 with #556048 are triadic colors.

2 #486055 and #605548 with #556048 are triadic colors.