COLOR #55535E

HEX: #55535E
RGB: (85,83,94)

Color info

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

RGB color model

#55535E color RGB value is (85,83,94).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 94 of 255 = 37%

85
83
94

R + G + B ~ 34%. #55535E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 94 = 262 (100%)
R 85 of 262 ~ 32.44%
G 83 of 262 ~ 31.68%
B 94 of 262 ~ 35.88%

%32.44
%31.68
%35.88

CMYK color model

#55535E color CMYK value is (10,12,0,63).

  • cyan value is 9.57%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,12,0,63)
C10M12Y0K63 
(10%,12%,0%,63%)
(0.10/0.12/0.00/0.63)	

CMYK percentages

%9.57
%11.7
%0
%63.14

Codes

Color #55535E in popluar color models

55535E
RGB858394
HSL251°6.21%34.71%
HSB/HSV251°11.70%36.86%
CMYK9.57%11.70%0.00%
63.14%

Color #55535E in popluar number systems.

HEX55535E
Decimal858394
Binary101010110100111011110
Octal125123136

Shades and tints

Shades of #55535E

#55535E
(85,83,94)
#4E4C56
(78,76,86)
#47454E
(71,69,78)
#403E46
(64,62,70)
#39373E
(57,55,62)
#323036
(50,48,54)
#2B292E
(43,41,46)
#242226
(36,34,38)
#1D1B1E
(29,27,30)
#161416
(22,20,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #55535E

#55535E
(85,83,94)
#64626C
(100,98,108)
#73717A
(115,113,122)
#828088
(130,128,136)
#918F96
(145,143,150)
#A09EA4
(160,158,164)
#AFADB2
(175,173,178)
#BEBCC0
(190,188,192)
#CDCBCE
(205,203,206)
#DCDADC
(220,218,220)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55535E color. Also use rgb(85,83,94) instead hex code.

Text Font Color

.myTextColor { color: #55535E; }

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

This text font color is #55535E.


Background Color

.myBgColor { background-color: #55535E; }

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

This div background color is #55535E.


Border color

.myBorderColor { border: 1px solid #55535E; }

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

This div border color is #55535E.


Opacity

.myOpacity80 { color: #55535E; opacity: 0.8; }

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

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

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

This text has shadow with #55535E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55535E on black background.


Color preview on white background

This text has color #55535E on white background.



Black color preview on #55535E background

This text has black color on #55535E background.


White color preview on #55535E background

This text has white color on #55535E background.