COLOR #5E5354

HEX: #5E5354 RGB: (94,83,84)

Color info

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

RGB color model

#5E5354 color RGB value is (94,83,84).

RGB: (94,83,84) (37%, 33%, 33%)

RGB channels and saturation

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

94
83
84

R + G + B ~ 34%. #5E5354 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 83 + 84 = 261 (100%)
R 94 of 261 ~ 36.02%
G 83 of 261 ~ 31.8%
B 84 of 261 ~ 32.18'%

%36.02
%31.8
%32.18

CMYK color model

#5E5354 color CMYK value is (0,12,11,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 10.64%
  • key color value is 63.14%

CMYK: (0,12,11,63)
C0M12Y11K63 (0%, 12%, 11%, 63%)
(0.00 / 0.12 / 0.11 / 0.63)

CMYK percentages

%0
%11.7
%10.64
%63.14

Codes

Color #5E5354 in popluar color models

5E 53 54
RGB 94 83 84
HSL 355° 6.21% 34.71%
HSB/HSV 355° 11.70% 36.86%
CMYK 0.00% 11.70% 10.64%
63.14%

Color #5E5354 in popluar number systems.

HEX 5E 53 54
Decimal 94 83 84
Binary 1011110 1010011 1010100
Octal 136 123 124

Shades and tints

Shades of #5E5354

#5E5354
(94,83,84)
#564C4D
(86,76,77)
#4E4546
(78,69,70)
#463E3F
(70,62,63)
#3E3738
(62,55,56)
#363031
(54,48,49)
#2E292A
(46,41,42)
#262223
(38,34,35)
#1E1B1C
(30,27,28)
#161415
(22,20,21)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E5354

#5E5354
(94,83,84)
#6C6263
(108,98,99)
#7A7172
(122,113,114)
#888081
(136,128,129)
#968F90
(150,143,144)
#A49E9F
(164,158,159)
#B2ADAE
(178,173,174)
#C0BCBD
(192,188,189)
#CECBCC
(206,203,204)
#DCDADB
(220,218,219)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5354; }

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

This text font color is #5E5354.

Background Color

.myBgColor { background-color: #5E5354; }

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

This div background color is #5E5354.

Border color

.myBorderColor { border: 1px solid #5E5354; }

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

This div border color is #5E5354.

Opacity

.myOpacity80 { color: #5E5354; opacity: 0.8; }

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

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

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

This text has shadow with #5E5354 color.


.textShadow {text-shadow: 3px 3px 1px #5E5354', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5E5354; -webkit-box-shadow: 1px 1px 3px 2px #5E5354; box-shadow:1px 1px 3px 2px #5E5354;">
Div content here
</div>

This div box has shadow with color #5E5354.

Preview

Color preview on black background

This text has color #5E5354 on black background.


Color preview on white background

This text has color #5E5354 on white background.


Black color preview on #5E5354 background

This text has black color on #5E5354 background.


White color preview on #5E5354 background

This text has white color on #5E5354 background.


Related colors

Complementary color

Complementary color for #hex is #A1ACAB.


I love getcolorcode.com

Triadic colors

1 #545E53 and #53545E with #5E5354 are triadic colors.

2 #54535E and #535E54 with #5E5354 are triadic colors.