COLOR #5E4A4D

HEX: #5E4A4D
RGB: (94,74,77)

Color info

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

RGB color model

#5E4A4D color RGB value is (94,74,77).

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

RGB channels and saturation

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

94
74
77

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

Portions of RGB colors in percentages

R + G + B =
94 + 74 + 77 = 245 (100%)
R 94 of 245 ~ 38.37%
G 74 of 245 ~ 30.2%
B 77 of 245 ~ 31.43%

%38.37
%30.2
%31.43

CMYK color model

#5E4A4D color CMYK value is (0,21,18,63).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(0,21,18,63)
C0M21Y18K63 
(0%,21%,18%,63%)
(0.00/0.21/0.18/0.63)	

CMYK percentages

%0
%21.28
%18.09
%63.14

Codes

Color #5E4A4D in popluar color models

5E4A4D
RGB947477
HSL351°11.90%32.94%
HSB/HSV351°21.28%36.86%
CMYK0.00%21.28%18.09%
63.14%

Color #5E4A4D in popluar number systems.

HEX5E4A4D
Decimal947477
Binary101111010010101001101
Octal136112115

Shades and tints

Shades of #5E4A4D

#5E4A4D
(94,74,77)
#564446
(86,68,70)
#4E3E3F
(78,62,63)
#463838
(70,56,56)
#3E3231
(62,50,49)
#362C2A
(54,44,42)
#2E2623
(46,38,35)
#26201C
(38,32,28)
#1E1A15
(30,26,21)
#16140E
(22,20,14)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #5E4A4D

#5E4A4D
(94,74,77)
#6C5A5D
(108,90,93)
#7A6A6D
(122,106,109)
#887A7D
(136,122,125)
#968A8D
(150,138,141)
#A49A9D
(164,154,157)
#B2AAAD
(178,170,173)
#C0BABD
(192,186,189)
#CECACD
(206,202,205)
#DCDADD
(220,218,221)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4A4D; }

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

This text font color is #5E4A4D.


Background Color

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

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

This div background color is #5E4A4D.


Border color

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

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

This div border color is #5E4A4D.


Opacity

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

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

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

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

This text has shadow with #5E4A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4A4D on black background.


Color preview on white background

This text has color #5E4A4D on white background.



Black color preview on #5E4A4D background

This text has black color on #5E4A4D background.


White color preview on #5E4A4D background

This text has white color on #5E4A4D background.