COLOR #555444

HEX: #555444
RGB: (85,84,68)

Color info

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

RGB color model

#555444 color RGB value is (85,84,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 68 of 255 = 27%

85
84
68

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

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 68 = 237 (100%)
R 85 of 237 ~ 35.86%
G 84 of 237 ~ 35.44%
B 68 of 237 ~ 28.69%

%35.86
%35.44
%28.69

CMYK color model

#555444 color CMYK value is (0,1,20,67).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK:
(0,1,20,67)
C0M1Y20K67 
(0%,1%,20%,67%)
(0.00/0.01/0.20/0.67)	

CMYK percentages

%0
%1.18
%20
%66.67

Codes

Color #555444 in popluar color models

555444
RGB858468
HSL56°11.11%30.00%
HSB/HSV56°20.00%33.33%
CMYK0.00%1.18%20.00%
66.67%

Color #555444 in popluar number systems.

HEX555444
Decimal858468
Binary101010110101001000100
Octal125124104

Shades and tints

Shades of #555444

#555444
(85,84,68)
#4E4D3E
(78,77,62)
#474638
(71,70,56)
#403F32
(64,63,50)
#39382C
(57,56,44)
#323126
(50,49,38)
#2B2A20
(43,42,32)
#24231A
(36,35,26)
#1D1C14
(29,28,20)
#16150E
(22,21,14)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #555444

#555444
(85,84,68)
#646355
(100,99,85)
#737266
(115,114,102)
#828177
(130,129,119)
#919088
(145,144,136)
#A09F99
(160,159,153)
#AFAEAA
(175,174,170)
#BEBDBB
(190,189,187)
#CDCCCC
(205,204,204)
#DCDBDD
(220,219,221)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555444; }

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

This text font color is #555444.


Background Color

.myBgColor { background-color: #555444; }

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

This div background color is #555444.


Border color

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

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

This div border color is #555444.


Opacity

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

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

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

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

This text has shadow with #555444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555444 on black background.


Color preview on white background

This text has color #555444 on white background.



Black color preview on #555444 background

This text has black color on #555444 background.


White color preview on #555444 background

This text has white color on #555444 background.