COLOR #5E468E

HEX: #5E468E
RGB: (94,70,142)

Color info

#5E468E contains mainly red and blue colors. Web safe color of #5E468E is #663399 (or #639).

RGB color model

#5E468E color RGB value is (94,70,142).

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

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 142 of 255 = 56%

94
70
142

R + G + B ~ 40%. #5E468E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 142 = 306 (100%)
R 94 of 306 ~ 30.72%
G 70 of 306 ~ 22.88%
B 142 of 306 ~ 46.41%

%30.72
%22.88
%46.41

CMYK color model

#5E468E color CMYK value is (34,51,0,44).

  • cyan value is 33.80%
  • magenta value is 50.70%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(34,51,0,44)
C34M51Y0K44 
(34%,51%,0%,44%)
(0.34/0.51/0.00/0.44)	

CMYK percentages

%33.8
%50.7
%0
%44.31

Codes

Color #5E468E in popluar color models

5E468E
RGB9470142
HSL260°33.96%41.57%
HSB/HSV260°50.70%55.69%
CMYK33.80%50.70%0.00%
44.31%

Color #5E468E in popluar number systems.

HEX5E468E
Decimal9470142
Binary1011110100011010001110
Octal136106216

Shades and tints

Shades of #5E468E

#5E468E
(94,70,142)
#564082
(86,64,130)
#4E3A76
(78,58,118)
#46346A
(70,52,106)
#3E2E5E
(62,46,94)
#362852
(54,40,82)
#2E2246
(46,34,70)
#261C3A
(38,28,58)
#1E162E
(30,22,46)
#161022
(22,16,34)
#0E0A16
(14,10,22)
#000000
(0,0,0)

Tints of #5E468E

#5E468E
(94,70,142)
#6C5698
(108,86,152)
#7A66A2
(122,102,162)
#8876AC
(136,118,172)
#9686B6
(150,134,182)
#A496C0
(164,150,192)
#B2A6CA
(178,166,202)
#C0B6D4
(192,182,212)
#CEC6DE
(206,198,222)
#DCD6E8
(220,214,232)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E468E; }

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

This text font color is #5E468E.


Background Color

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

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

This div background color is #5E468E.


Border color

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

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

This div border color is #5E468E.


Opacity

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

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

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

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

This text has shadow with #5E468E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E468E on black background.


Color preview on white background

This text has color #5E468E on white background.



Black color preview on #5E468E background

This text has black color on #5E468E background.


White color preview on #5E468E background

This text has white color on #5E468E background.