COLOR #5E4967

HEX: #5E4967
RGB: (94,73,103)

Color info

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

RGB color model

#5E4967 color RGB value is (94,73,103).

  • red value is 94;
  • green value is 73;
  • blue value is 103.
RGB:
(94,73,103)
(37%,29%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 103 of 255 = 40%

94
73
103

R + G + B ~ 35%. #5E4967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 103 = 270 (100%)
R 94 of 270 ~ 34.81%
G 73 of 270 ~ 27.04%
B 103 of 270 ~ 38.15%

%34.81
%27.04
%38.15

CMYK color model

#5E4967 color CMYK value is (9,29,0,60).

  • cyan value is 8.74%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(9,29,0,60)
C9M29Y0K60 
(9%,29%,0%,60%)
(0.09/0.29/0.00/0.60)	

CMYK percentages

%8.74
%29.13
%0
%59.61

Codes

Color #5E4967 in popluar color models

5E4967
RGB9473103
HSL282°17.05%34.51%
HSB/HSV282°29.13%40.39%
CMYK8.74%29.13%0.00%
59.61%

Color #5E4967 in popluar number systems.

HEX5E4967
Decimal9473103
Binary101111010010011100111
Octal136111147

Shades and tints

Shades of #5E4967

#5E4967
(94,73,103)
#56435E
(86,67,94)
#4E3D55
(78,61,85)
#46374C
(70,55,76)
#3E3143
(62,49,67)
#362B3A
(54,43,58)
#2E2531
(46,37,49)
#261F28
(38,31,40)
#1E191F
(30,25,31)
#161316
(22,19,22)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #5E4967

#5E4967
(94,73,103)
#6C5974
(108,89,116)
#7A6981
(122,105,129)
#88798E
(136,121,142)
#96899B
(150,137,155)
#A499A8
(164,153,168)
#B2A9B5
(178,169,181)
#C0B9C2
(192,185,194)
#CEC9CF
(206,201,207)
#DCD9DC
(220,217,220)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4967 color. Also use rgb(94,73,103) instead hex code.

Text Font Color

.myTextColor { color: #5E4967; }

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

This text font color is #5E4967.


Background Color

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

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

This div background color is #5E4967.


Border color

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

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

This div border color is #5E4967.


Opacity

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

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

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

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

This text has shadow with #5E4967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4967 on black background.


Color preview on white background

This text has color #5E4967 on white background.



Black color preview on #5E4967 background

This text has black color on #5E4967 background.


White color preview on #5E4967 background

This text has white color on #5E4967 background.