COLOR #5E3D4D

HEX: #5E3D4D
RGB: (94,61,77)

Color info

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

RGB color model

#5E3D4D color RGB value is (94,61,77).

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

RGB channels and saturation

R 94 of 255 = 37%
G 61 of 255 = 24%
B 77 of 255 = 30%

94
61
77

R + G + B ~ 30%. #5E3D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 61 + 77 = 232 (100%)
R 94 of 232 ~ 40.52%
G 61 of 232 ~ 26.29%
B 77 of 232 ~ 33.19%

%40.52
%26.29
%33.19

CMYK color model

#5E3D4D color CMYK value is (0,35,18,63).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(0,35,18,63)
C0M35Y18K63 
(0%,35%,18%,63%)
(0.00/0.35/0.18/0.63)	

CMYK percentages

%0
%35.11
%18.09
%63.14

Codes

Color #5E3D4D in popluar color models

5E3D4D
RGB946177
HSL331°21.29%30.39%
HSB/HSV331°35.11%36.86%
CMYK0.00%35.11%18.09%
63.14%

Color #5E3D4D in popluar number systems.

HEX5E3D4D
Decimal946177
Binary10111101111011001101
Octal13675115

Shades and tints

Shades of #5E3D4D

#5E3D4D
(94,61,77)
#563846
(86,56,70)
#4E333F
(78,51,63)
#462E38
(70,46,56)
#3E2931
(62,41,49)
#36242A
(54,36,42)
#2E1F23
(46,31,35)
#261A1C
(38,26,28)
#1E1515
(30,21,21)
#16100E
(22,16,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #5E3D4D

#5E3D4D
(94,61,77)
#6C4E5D
(108,78,93)
#7A5F6D
(122,95,109)
#88707D
(136,112,125)
#96818D
(150,129,141)
#A4929D
(164,146,157)
#B2A3AD
(178,163,173)
#C0B4BD
(192,180,189)
#CEC5CD
(206,197,205)
#DCD6DD
(220,214,221)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3D4D; }

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

This text font color is #5E3D4D.


Background Color

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

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

This div background color is #5E3D4D.


Border color

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

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

This div border color is #5E3D4D.


Opacity

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

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

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

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

This text has shadow with #5E3D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3D4D on black background.


Color preview on white background

This text has color #5E3D4D on white background.



Black color preview on #5E3D4D background

This text has black color on #5E3D4D background.


White color preview on #5E3D4D background

This text has white color on #5E3D4D background.