COLOR #5E4867

HEX: #5E4867
RGB: (94,72,103)

Color info

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

RGB color model

#5E4867 color RGB value is (94,72,103).

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

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 103 of 255 = 40%

94
72
103

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

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 103 = 269 (100%)
R 94 of 269 ~ 34.94%
G 72 of 269 ~ 26.77%
B 103 of 269 ~ 38.29%

%34.94
%26.77
%38.29

CMYK color model

#5E4867 color CMYK value is (9,30,0,60).

  • cyan value is 8.74%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(9,30,0,60)
C9M30Y0K60 
(9%,30%,0%,60%)
(0.09/0.30/0.00/0.60)	

CMYK percentages

%8.74
%30.1
%0
%59.61

Codes

Color #5E4867 in popluar color models

5E4867
RGB9472103
HSL283°17.71%34.31%
HSB/HSV283°30.10%40.39%
CMYK8.74%30.10%0.00%
59.61%

Color #5E4867 in popluar number systems.

HEX5E4867
Decimal9472103
Binary101111010010001100111
Octal136110147

Shades and tints

Shades of #5E4867

#5E4867
(94,72,103)
#56425E
(86,66,94)
#4E3C55
(78,60,85)
#46364C
(70,54,76)
#3E3043
(62,48,67)
#362A3A
(54,42,58)
#2E2431
(46,36,49)
#261E28
(38,30,40)
#1E181F
(30,24,31)
#161216
(22,18,22)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #5E4867

#5E4867
(94,72,103)
#6C5874
(108,88,116)
#7A6881
(122,104,129)
#88788E
(136,120,142)
#96889B
(150,136,155)
#A498A8
(164,152,168)
#B2A8B5
(178,168,181)
#C0B8C2
(192,184,194)
#CEC8CF
(206,200,207)
#DCD8DC
(220,216,220)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4867; }

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

This text font color is #5E4867.


Background Color

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

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

This div background color is #5E4867.


Border color

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

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

This div border color is #5E4867.


Opacity

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

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

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

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

This text has shadow with #5E4867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4867 on black background.


Color preview on white background

This text has color #5E4867 on white background.



Black color preview on #5E4867 background

This text has black color on #5E4867 background.


White color preview on #5E4867 background

This text has white color on #5E4867 background.