COLOR #555048

HEX: #555048 RGB: (85,80,72)

Color info

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

RGB color model

#555048 color RGB value is (85,80,72).

RGB: (85,80,72) (33%, 31%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 72 of 255 = 28%

85
80
72

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

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 72 = 237 (100%)
R 85 of 237 ~ 35.86%
G 80 of 237 ~ 33.76%
B 72 of 237 ~ 30.38'%

%35.86
%33.76
%30.38

CMYK color model

#555048 color CMYK value is (0,6,15,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 15.29%
  • key color value is 66.67%
CMYK: (0,6,15,67) C0M6Y15K67 (0%,6%,15%,67%) (0.00/0.06/0.15/0.67) 

CMYK percentages

%0
%5.88
%15.29
%66.67

Codes

Color #555048 in popluar color models

55 50 48
RGB 85 80 72
HSL 37° 8.28% 30.78%
HSB/HSV 37° 15.29% 33.33%
CMYK 0.00% 5.88% 15.29%
66.67%

Color #555048 in popluar number systems.

HEX 55 50 48
Decimal 85 80 72
Binary 1010101 1010000 1001000
Octal 125 120 110

Shades and tints

Shades of #555048

#555048
(85,80,72)
#4E4942
(78,73,66)
#47423C
(71,66,60)
#403B36
(64,59,54)
#393430
(57,52,48)
#322D2A
(50,45,42)
#2B2624
(43,38,36)
#241F1E
(36,31,30)
#1D1818
(29,24,24)
#161112
(22,17,18)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #555048

#555048
(85,80,72)
#645F58
(100,95,88)
#736E68
(115,110,104)
#827D78
(130,125,120)
#918C88
(145,140,136)
#A09B98
(160,155,152)
#AFAAA8
(175,170,168)
#BEB9B8
(190,185,184)
#CDC8C8
(205,200,200)
#DCD7D8
(220,215,216)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555048; }

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

This text font color is #555048.

Background Color

.myBgColor { background-color: #555048; }

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

This div background color is #555048.

Border color

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

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

This div border color is #555048.

Opacity

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

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

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

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

This text has shadow with #555048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555048.

Preview

Color preview on black background

This text has color #555048 on black background.


Color preview on white background

This text has color #555048 on white background.


Black color preview on #555048 background

This text has black color on #555048 background.


White color preview on #555048 background

This text has white color on #555048 background.


Related colors

Complementary color

Complementary color for #hex is #AAAFB7.


I love getcolorcode.com

Triadic colors

1 #485550 and #504855 with #555048 are triadic colors.

2 #485055 and #505548 with #555048 are triadic colors.