COLOR #55444C

HEX: #55444C
RGB: (85,68,76)

Color info

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

RGB color model

#55444C color RGB value is (85,68,76).

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

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 76 of 255 = 30%

85
68
76

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

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 76 = 229 (100%)
R 85 of 229 ~ 37.12%
G 68 of 229 ~ 29.69%
B 76 of 229 ~ 33.19%

%37.12
%29.69
%33.19

CMYK color model

#55444C color CMYK value is (0,20,11,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,20,11,67)
C0M20Y11K67 
(0%,20%,11%,67%)
(0.00/0.20/0.11/0.67)	

CMYK percentages

%0
%20
%10.59
%66.67

Codes

Color #55444C in popluar color models

55444C
RGB856876
HSL332°11.11%30.00%
HSB/HSV332°20.00%33.33%
CMYK0.00%20.00%10.59%
66.67%

Color #55444C in popluar number systems.

HEX55444C
Decimal856876
Binary101010110001001001100
Octal125104114

Shades and tints

Shades of #55444C

#55444C
(85,68,76)
#4E3E46
(78,62,70)
#473840
(71,56,64)
#40323A
(64,50,58)
#392C34
(57,44,52)
#32262E
(50,38,46)
#2B2028
(43,32,40)
#241A22
(36,26,34)
#1D141C
(29,20,28)
#160E16
(22,14,22)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #55444C

#55444C
(85,68,76)
#64555C
(100,85,92)
#73666C
(115,102,108)
#82777C
(130,119,124)
#91888C
(145,136,140)
#A0999C
(160,153,156)
#AFAAAC
(175,170,172)
#BEBBBC
(190,187,188)
#CDCCCC
(205,204,204)
#DCDDDC
(220,221,220)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55444C; }

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

This text font color is #55444C.


Background Color

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

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

This div background color is #55444C.


Border color

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

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

This div border color is #55444C.


Opacity

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

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

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

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

This text has shadow with #55444C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55444C on black background.


Color preview on white background

This text has color #55444C on white background.



Black color preview on #55444C background

This text has black color on #55444C background.


White color preview on #55444C background

This text has white color on #55444C background.