COLOR #555354

HEX: #555354
RGB: (85,83,84)

Color info

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

RGB color model

#555354 color RGB value is (85,83,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 84 of 255 = 33%

85
83
84

R + G + B ~ 33%. #555354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 84 = 252 (100%)
R 85 of 252 ~ 33.73%
G 83 of 252 ~ 32.94%
B 84 of 252 ~ 33.33%

%33.73
%32.94
%33.33

CMYK color model

#555354 color CMYK value is (0,2,1,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,2,1,67)
C0M2Y1K67 
(0%,2%,1%,67%)
(0.00/0.02/0.01/0.67)	

CMYK percentages

%0
%2.35
%1.18
%66.67

Codes

Color #555354 in popluar color models

555354
RGB858384
HSL330°1.19%32.94%
HSB/HSV330°2.35%33.33%
CMYK0.00%2.35%1.18%
66.67%

Color #555354 in popluar number systems.

HEX555354
Decimal858384
Binary101010110100111010100
Octal125123124

Shades and tints

Shades of #555354

#555354
(85,83,84)
#4E4C4D
(78,76,77)
#474546
(71,69,70)
#403E3F
(64,62,63)
#393738
(57,55,56)
#323031
(50,48,49)
#2B292A
(43,41,42)
#242223
(36,34,35)
#1D1B1C
(29,27,28)
#161415
(22,20,21)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #555354

#555354
(85,83,84)
#646263
(100,98,99)
#737172
(115,113,114)
#828081
(130,128,129)
#918F90
(145,143,144)
#A09E9F
(160,158,159)
#AFADAE
(175,173,174)
#BEBCBD
(190,188,189)
#CDCBCC
(205,203,204)
#DCDADB
(220,218,219)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555354; }

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

This text font color is #555354.


Background Color

.myBgColor { background-color: #555354; }

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

This div background color is #555354.


Border color

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

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

This div border color is #555354.


Opacity

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

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

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

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

This text has shadow with #555354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555354 on black background.


Color preview on white background

This text has color #555354 on white background.



Black color preview on #555354 background

This text has black color on #555354 background.


White color preview on #555354 background

This text has white color on #555354 background.