COLOR #55545F

HEX: #55545F
RGB: (85,84,95)

Color info

#55545F contains red, green and blue colors in about the same proportion. Web safe color of #55545F is #666666 (or #666).

RGB color model

#55545F color RGB value is (85,84,95).

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

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 95 of 255 = 37%

85
84
95

R + G + B ~ 34%. #55545F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 95 = 264 (100%)
R 85 of 264 ~ 32.2%
G 84 of 264 ~ 31.82%
B 95 of 264 ~ 35.98%

%32.2
%31.82
%35.98

CMYK color model

#55545F color CMYK value is (11,12,0,63).

  • cyan value is 10.53%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(11,12,0,63)
C11M12Y0K63 
(11%,12%,0%,63%)
(0.11/0.12/0.00/0.63)	

CMYK percentages

%10.53
%11.58
%0
%62.75

Codes

Color #55545F in popluar color models

55545F
RGB858495
HSL245°6.15%35.10%
HSB/HSV245°11.58%37.25%
CMYK10.53%11.58%0.00%
62.75%

Color #55545F in popluar number systems.

HEX55545F
Decimal858495
Binary101010110101001011111
Octal125124137

Shades and tints

Shades of #55545F

#55545F
(85,84,95)
#4E4D57
(78,77,87)
#47464F
(71,70,79)
#403F47
(64,63,71)
#39383F
(57,56,63)
#323137
(50,49,55)
#2B2A2F
(43,42,47)
#242327
(36,35,39)
#1D1C1F
(29,28,31)
#161517
(22,21,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #55545F

#55545F
(85,84,95)
#64636D
(100,99,109)
#73727B
(115,114,123)
#828189
(130,129,137)
#919097
(145,144,151)
#A09FA5
(160,159,165)
#AFAEB3
(175,174,179)
#BEBDC1
(190,189,193)
#CDCCCF
(205,204,207)
#DCDBDD
(220,219,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55545F; }

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

This text font color is #55545F.


Background Color

.myBgColor { background-color: #55545F; }

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

This div background color is #55545F.


Border color

.myBorderColor { border: 1px solid #55545F; }

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

This div border color is #55545F.


Opacity

.myOpacity80 { color: #55545F; opacity: 0.8; }

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

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

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

This text has shadow with #55545F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55545F on black background.


Color preview on white background

This text has color #55545F on white background.



Black color preview on #55545F background

This text has black color on #55545F background.


White color preview on #55545F background

This text has white color on #55545F background.