COLOR #55444B

HEX: #55444B
RGB: (85,68,75)

Color info

#55444B contains red, green and blue colors in about the same proportion. Web safe color of #55444B is #663333 (or #633).

RGB color model

#55444B color RGB value is (85,68,75).

  • red value is 85;
  • green value is 68;
  • blue value is 75.
RGB:
(85,68,75)
(33%,27%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 75 of 255 = 29%

85
68
75

R + G + B ~ 30%. #55444B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 75 = 228 (100%)
R 85 of 228 ~ 37.28%
G 68 of 228 ~ 29.82%
B 75 of 228 ~ 32.89%

%37.28
%29.82
%32.89

CMYK color model

#55444B color CMYK value is (0,20,12,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(0,20,12,67)
C0M20Y12K67 
(0%,20%,12%,67%)
(0.00/0.20/0.12/0.67)	

CMYK percentages

%0
%20
%11.76
%66.67

Codes

Color #55444B in popluar color models

55444B
RGB856875
HSL335°11.11%30.00%
HSB/HSV335°20.00%33.33%
CMYK0.00%20.00%11.76%
66.67%

Color #55444B in popluar number systems.

HEX55444B
Decimal856875
Binary101010110001001001011
Octal125104113

Shades and tints

Shades of #55444B

#55444B
(85,68,75)
#4E3E45
(78,62,69)
#47383F
(71,56,63)
#403239
(64,50,57)
#392C33
(57,44,51)
#32262D
(50,38,45)
#2B2027
(43,32,39)
#241A21
(36,26,33)
#1D141B
(29,20,27)
#160E15
(22,14,21)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #55444B

#55444B
(85,68,75)
#64555B
(100,85,91)
#73666B
(115,102,107)
#82777B
(130,119,123)
#91888B
(145,136,139)
#A0999B
(160,153,155)
#AFAAAB
(175,170,171)
#BEBBBB
(190,187,187)
#CDCCCB
(205,204,203)
#DCDDDB
(220,221,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55444B color. Also use rgb(85,68,75) instead hex code.

Text Font Color

.myTextColor { color: #55444B; }

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

This text font color is #55444B.


Background Color

.myBgColor { background-color: #55444B; }

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

This div background color is #55444B.


Border color

.myBorderColor { border: 1px solid #55444B; }

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

This div border color is #55444B.


Opacity

.myOpacity80 { color: #55444B; opacity: 0.8; }

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

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

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

This text has shadow with #55444B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55444B on black background.


Color preview on white background

This text has color #55444B on white background.



Black color preview on #55444B background

This text has black color on #55444B background.


White color preview on #55444B background

This text has white color on #55444B background.