COLOR #555548

HEX: #555548
RGB: (85,85,72)

Color info

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

RGB color model

#555548 color RGB value is (85,85,72).

  • red value is 85;
  • green value is 85;
  • blue value is 72.
RGB:
(85,85,72)
(33%,33%,28%)

RGB channels and saturation

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

85
85
72

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

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 72 = 242 (100%)
R 85 of 242 ~ 35.12%
G 85 of 242 ~ 35.12%
B 72 of 242 ~ 29.75%

%35.12
%35.12
%29.75

CMYK color model

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

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

CMYK percentages

%0
%0
%15.29
%66.67

Codes

Color #555548 in popluar color models

555548
RGB858572
HSL60°8.28%30.78%
HSB/HSV60°15.29%33.33%
CMYK0.00%0.00%15.29%
66.67%

Color #555548 in popluar number systems.

HEX555548
Decimal858572
Binary101010110101011001000
Octal125125110

Shades and tints

Shades of #555548

#555548
(85,85,72)
#4E4E42
(78,78,66)
#47473C
(71,71,60)
#404036
(64,64,54)
#393930
(57,57,48)
#32322A
(50,50,42)
#2B2B24
(43,43,36)
#24241E
(36,36,30)
#1D1D18
(29,29,24)
#161612
(22,22,18)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #555548

#555548
(85,85,72)
#646458
(100,100,88)
#737368
(115,115,104)
#828278
(130,130,120)
#919188
(145,145,136)
#A0A098
(160,160,152)
#AFAFA8
(175,175,168)
#BEBEB8
(190,190,184)
#CDCDC8
(205,205,200)
#DCDCD8
(220,220,216)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555548; }

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

This text font color is #555548.


Background Color

.myBgColor { background-color: #555548; }

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

This div background color is #555548.


Border color

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

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

This div border color is #555548.


Opacity

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

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

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

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

This text has shadow with #555548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555548 on black background.


Color preview on white background

This text has color #555548 on white background.



Black color preview on #555548 background

This text has black color on #555548 background.


White color preview on #555548 background

This text has white color on #555548 background.