COLOR #5E3F4A

HEX: #5E3F4A
RGB: (94,63,74)

Color info

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

RGB color model

#5E3F4A color RGB value is (94,63,74).

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

RGB channels and saturation

R 94 of 255 = 37%
G 63 of 255 = 25%
B 74 of 255 = 29%

94
63
74

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

Portions of RGB colors in percentages

R + G + B =
94 + 63 + 74 = 231 (100%)
R 94 of 231 ~ 40.69%
G 63 of 231 ~ 27.27%
B 74 of 231 ~ 32.03%

%40.69
%27.27
%32.03

CMYK color model

#5E3F4A color CMYK value is (0,33,21,63).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,33,21,63)
C0M33Y21K63 
(0%,33%,21%,63%)
(0.00/0.33/0.21/0.63)	

CMYK percentages

%0
%32.98
%21.28
%63.14

Codes

Color #5E3F4A in popluar color models

5E3F4A
RGB946374
HSL339°19.75%30.78%
HSB/HSV339°32.98%36.86%
CMYK0.00%32.98%21.28%
63.14%

Color #5E3F4A in popluar number systems.

HEX5E3F4A
Decimal946374
Binary10111101111111001010
Octal13677112

Shades and tints

Shades of #5E3F4A

#5E3F4A
(94,63,74)
#563A44
(86,58,68)
#4E353E
(78,53,62)
#463038
(70,48,56)
#3E2B32
(62,43,50)
#36262C
(54,38,44)
#2E2126
(46,33,38)
#261C20
(38,28,32)
#1E171A
(30,23,26)
#161214
(22,18,20)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E3F4A

#5E3F4A
(94,63,74)
#6C505A
(108,80,90)
#7A616A
(122,97,106)
#88727A
(136,114,122)
#96838A
(150,131,138)
#A4949A
(164,148,154)
#B2A5AA
(178,165,170)
#C0B6BA
(192,182,186)
#CEC7CA
(206,199,202)
#DCD8DA
(220,216,218)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3F4A; }

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

This text font color is #5E3F4A.


Background Color

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

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

This div background color is #5E3F4A.


Border color

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

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

This div border color is #5E3F4A.


Opacity

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

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

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

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

This text has shadow with #5E3F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3F4A on black background.


Color preview on white background

This text has color #5E3F4A on white background.



Black color preview on #5E3F4A background

This text has black color on #5E3F4A background.


White color preview on #5E3F4A background

This text has white color on #5E3F4A background.