COLOR #5E465D

HEX: #5E465D
RGB: (94,70,93)

Color info

#5E465D contains red, green and blue colors in about the same proportion. Web safe color of #5E465D is #663366 (or #636).

RGB color model

#5E465D color RGB value is (94,70,93).

  • red value is 94;
  • green value is 70;
  • blue value is 93.
RGB:
(94,70,93)
(37%,27%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 93 of 255 = 36%

94
70
93

R + G + B ~ 33%. #5E465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 93 = 257 (100%)
R 94 of 257 ~ 36.58%
G 70 of 257 ~ 27.24%
B 93 of 257 ~ 36.19%

%36.58
%27.24
%36.19

CMYK color model

#5E465D color CMYK value is (0,26,1,63).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 1.06%
  • key color value is 63.14%
CMYK:
(0,26,1,63)
C0M26Y1K63 
(0%,26%,1%,63%)
(0.00/0.26/0.01/0.63)	

CMYK percentages

%0
%25.53
%1.06
%63.14

Codes

Color #5E465D in popluar color models

5E465D
RGB947093
HSL303°14.63%32.16%
HSB/HSV303°25.53%36.86%
CMYK0.00%25.53%1.06%
63.14%

Color #5E465D in popluar number systems.

HEX5E465D
Decimal947093
Binary101111010001101011101
Octal136106135

Shades and tints

Shades of #5E465D

#5E465D
(94,70,93)
#564055
(86,64,85)
#4E3A4D
(78,58,77)
#463445
(70,52,69)
#3E2E3D
(62,46,61)
#362835
(54,40,53)
#2E222D
(46,34,45)
#261C25
(38,28,37)
#1E161D
(30,22,29)
#161015
(22,16,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E465D

#5E465D
(94,70,93)
#6C566B
(108,86,107)
#7A6679
(122,102,121)
#887687
(136,118,135)
#968695
(150,134,149)
#A496A3
(164,150,163)
#B2A6B1
(178,166,177)
#C0B6BF
(192,182,191)
#CEC6CD
(206,198,205)
#DCD6DB
(220,214,219)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E465D color. Also use rgb(94,70,93) instead hex code.

Text Font Color

.myTextColor { color: #5E465D; }

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

This text font color is #5E465D.


Background Color

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

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

This div background color is #5E465D.


Border color

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

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

This div border color is #5E465D.


Opacity

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

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

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

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

This text has shadow with #5E465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E465D on black background.


Color preview on white background

This text has color #5E465D on white background.



Black color preview on #5E465D background

This text has black color on #5E465D background.


White color preview on #5E465D background

This text has white color on #5E465D background.