COLOR #5E5351

HEX: #5E5351
RGB: (94,83,81)

Color info

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

RGB color model

#5E5351 color RGB value is (94,83,81).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 81 of 255 = 32%

94
83
81

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 81 = 258 (100%)
R 94 of 258 ~ 36.43%
G 83 of 258 ~ 32.17%
B 81 of 258 ~ 31.4%

%36.43
%32.17
%31.4

CMYK color model

#5E5351 color CMYK value is (0,12,14,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(0,12,14,63)
C0M12Y14K63 
(0%,12%,14%,63%)
(0.00/0.12/0.14/0.63)	

CMYK percentages

%0
%11.7
%13.83
%63.14

Codes

Color #5E5351 in popluar color models

5E5351
RGB948381
HSL7.43%34.31%
HSB/HSV13.83%36.86%
CMYK0.00%11.70%13.83%
63.14%

Color #5E5351 in popluar number systems.

HEX5E5351
Decimal948381
Binary101111010100111010001
Octal136123121

Shades and tints

Shades of #5E5351

#5E5351
(94,83,81)
#564C4A
(86,76,74)
#4E4543
(78,69,67)
#463E3C
(70,62,60)
#3E3735
(62,55,53)
#36302E
(54,48,46)
#2E2927
(46,41,39)
#262220
(38,34,32)
#1E1B19
(30,27,25)
#161412
(22,20,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E5351

#5E5351
(94,83,81)
#6C6260
(108,98,96)
#7A716F
(122,113,111)
#88807E
(136,128,126)
#968F8D
(150,143,141)
#A49E9C
(164,158,156)
#B2ADAB
(178,173,171)
#C0BCBA
(192,188,186)
#CECBC9
(206,203,201)
#DCDAD8
(220,218,216)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5351; }

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

This text font color is #5E5351.


Background Color

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

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

This div background color is #5E5351.


Border color

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

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

This div border color is #5E5351.


Opacity

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

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

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

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

This text has shadow with #5E5351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5351 on black background.


Color preview on white background

This text has color #5E5351 on white background.



Black color preview on #5E5351 background

This text has black color on #5E5351 background.


White color preview on #5E5351 background

This text has white color on #5E5351 background.