COLOR #5E4876

HEX: #5E4876
RGB: (94,72,118)

Color info

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

RGB color model

#5E4876 color RGB value is (94,72,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 118 of 255 = 46%

94
72
118

R + G + B ~ 37%. #5E4876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 118 = 284 (100%)
R 94 of 284 ~ 33.1%
G 72 of 284 ~ 25.35%
B 118 of 284 ~ 41.55%

%33.1
%25.35
%41.55

CMYK color model

#5E4876 color CMYK value is (20,39,0,54).

  • cyan value is 20.34%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(20,39,0,54)
C20M39Y0K54 
(20%,39%,0%,54%)
(0.20/0.39/0.00/0.54)	

CMYK percentages

%20.34
%38.98
%0
%53.73

Codes

Color #5E4876 in popluar color models

5E4876
RGB9472118
HSL269°24.21%37.25%
HSB/HSV269°38.98%46.27%
CMYK20.34%38.98%0.00%
53.73%

Color #5E4876 in popluar number systems.

HEX5E4876
Decimal9472118
Binary101111010010001110110
Octal136110166

Shades and tints

Shades of #5E4876

#5E4876
(94,72,118)
#56426C
(86,66,108)
#4E3C62
(78,60,98)
#463658
(70,54,88)
#3E304E
(62,48,78)
#362A44
(54,42,68)
#2E243A
(46,36,58)
#261E30
(38,30,48)
#1E1826
(30,24,38)
#16121C
(22,18,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #5E4876

#5E4876
(94,72,118)
#6C5882
(108,88,130)
#7A688E
(122,104,142)
#88789A
(136,120,154)
#9688A6
(150,136,166)
#A498B2
(164,152,178)
#B2A8BE
(178,168,190)
#C0B8CA
(192,184,202)
#CEC8D6
(206,200,214)
#DCD8E2
(220,216,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4876; }

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

This text font color is #5E4876.


Background Color

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

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

This div background color is #5E4876.


Border color

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

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

This div border color is #5E4876.


Opacity

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

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

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

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

This text has shadow with #5E4876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4876 on black background.


Color preview on white background

This text has color #5E4876 on white background.



Black color preview on #5E4876 background

This text has black color on #5E4876 background.


White color preview on #5E4876 background

This text has white color on #5E4876 background.