COLOR #5E424D

HEX: #5E424D
RGB: (94,66,77)

Color info

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

RGB color model

#5E424D color RGB value is (94,66,77).

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

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 77 of 255 = 30%

94
66
77

R + G + B ~ 31%. #5E424D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 66 + 77 = 237 (100%)
R 94 of 237 ~ 39.66%
G 66 of 237 ~ 27.85%
B 77 of 237 ~ 32.49%

%39.66
%27.85
%32.49

CMYK color model

#5E424D color CMYK value is (0,30,18,63).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(0,30,18,63)
C0M30Y18K63 
(0%,30%,18%,63%)
(0.00/0.30/0.18/0.63)	

CMYK percentages

%0
%29.79
%18.09
%63.14

Codes

Color #5E424D in popluar color models

5E424D
RGB946677
HSL336°17.50%31.37%
HSB/HSV336°29.79%36.86%
CMYK0.00%29.79%18.09%
63.14%

Color #5E424D in popluar number systems.

HEX5E424D
Decimal946677
Binary101111010000101001101
Octal136102115

Shades and tints

Shades of #5E424D

#5E424D
(94,66,77)
#563C46
(86,60,70)
#4E363F
(78,54,63)
#463038
(70,48,56)
#3E2A31
(62,42,49)
#36242A
(54,36,42)
#2E1E23
(46,30,35)
#26181C
(38,24,28)
#1E1215
(30,18,21)
#160C0E
(22,12,14)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #5E424D

#5E424D
(94,66,77)
#6C535D
(108,83,93)
#7A646D
(122,100,109)
#88757D
(136,117,125)
#96868D
(150,134,141)
#A4979D
(164,151,157)
#B2A8AD
(178,168,173)
#C0B9BD
(192,185,189)
#CECACD
(206,202,205)
#DCDBDD
(220,219,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E424D; }

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

This text font color is #5E424D.


Background Color

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

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

This div background color is #5E424D.


Border color

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

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

This div border color is #5E424D.


Opacity

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

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

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

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

This text has shadow with #5E424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E424D on black background.


Color preview on white background

This text has color #5E424D on white background.



Black color preview on #5E424D background

This text has black color on #5E424D background.


White color preview on #5E424D background

This text has white color on #5E424D background.