COLOR #5E494D

HEX: #5E494D
RGB: (94,73,77)

Color info

#5E494D contains red, green and blue colors in about the same proportion. Web safe color of #5E494D is #663333 (or #633).

RGB color model

#5E494D color RGB value is (94,73,77).

  • red value is 94;
  • green value is 73;
  • blue value is 77.
RGB:
(94,73,77)
(37%,29%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 77 of 255 = 30%

94
73
77

R + G + B ~ 32%. #5E494D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 77 = 244 (100%)
R 94 of 244 ~ 38.52%
G 73 of 244 ~ 29.92%
B 77 of 244 ~ 31.56%

%38.52
%29.92
%31.56

CMYK color model

#5E494D color CMYK value is (0,22,18,63).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(0,22,18,63)
C0M22Y18K63 
(0%,22%,18%,63%)
(0.00/0.22/0.18/0.63)	

CMYK percentages

%0
%22.34
%18.09
%63.14

Codes

Color #5E494D in popluar color models

5E494D
RGB947377
HSL349°12.57%32.75%
HSB/HSV349°22.34%36.86%
CMYK0.00%22.34%18.09%
63.14%

Color #5E494D in popluar number systems.

HEX5E494D
Decimal947377
Binary101111010010011001101
Octal136111115

Shades and tints

Shades of #5E494D

#5E494D
(94,73,77)
#564346
(86,67,70)
#4E3D3F
(78,61,63)
#463738
(70,55,56)
#3E3131
(62,49,49)
#362B2A
(54,43,42)
#2E2523
(46,37,35)
#261F1C
(38,31,28)
#1E1915
(30,25,21)
#16130E
(22,19,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #5E494D

#5E494D
(94,73,77)
#6C595D
(108,89,93)
#7A696D
(122,105,109)
#88797D
(136,121,125)
#96898D
(150,137,141)
#A4999D
(164,153,157)
#B2A9AD
(178,169,173)
#C0B9BD
(192,185,189)
#CEC9CD
(206,201,205)
#DCD9DD
(220,217,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E494D color. Also use rgb(94,73,77) instead hex code.

Text Font Color

.myTextColor { color: #5E494D; }

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

This text font color is #5E494D.


Background Color

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

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

This div background color is #5E494D.


Border color

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

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

This div border color is #5E494D.


Opacity

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

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

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

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

This text has shadow with #5E494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E494D on black background.


Color preview on white background

This text has color #5E494D on white background.



Black color preview on #5E494D background

This text has black color on #5E494D background.


White color preview on #5E494D background

This text has white color on #5E494D background.