COLOR #5E3976

HEX: #5E3976 RGB: (94,57,118)

Color info

#5E3976 contains mainly red and blue colors. Web safe color of #5E3976 is #663366 (or #636).

RGB color model

#5E3976 color RGB value is (94,57,118).

RGB: (94,57,118) (37%, 22%, 46%)

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 118 of 255 = 46%

94
57
118

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

Portions of RGB colors in percentages

R + G + B = 94 + 57 + 118 = 269 (100%)
R 94 of 269 ~ 34.94%
G 57 of 269 ~ 21.19%
B 118 of 269 ~ 43.87'%

%34.94
%21.19
%43.87

CMYK color model

#5E3976 color CMYK value is (20,52,0,54).

  • cyan value is 20.34%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (20,52,0,54)
C20M52Y0K54 (20%, 52%, 0%, 54%)
(0.20 / 0.52 / 0.00 / 0.54)

CMYK percentages

%20.34
%51.69
%0
%53.73

Codes

Color #5E3976 in popluar color models

5E 39 76
RGB 94 57 118
HSL 276° 34.86% 34.31%
HSB/HSV 276° 51.69% 46.27%
CMYK 20.34% 51.69% 0.00%
53.73%

Color #5E3976 in popluar number systems.

HEX 5E 39 76
Decimal 94 57 118
Binary 1011110 111001 1110110
Octal 136 71 166

Shades and tints

Shades of #5E3976

#5E3976
(94,57,118)
#56346C
(86,52,108)
#4E2F62
(78,47,98)
#462A58
(70,42,88)
#3E254E
(62,37,78)
#362044
(54,32,68)
#2E1B3A
(46,27,58)
#261630
(38,22,48)
#1E1126
(30,17,38)
#160C1C
(22,12,28)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #5E3976

#5E3976
(94,57,118)
#6C4B82
(108,75,130)
#7A5D8E
(122,93,142)
#886F9A
(136,111,154)
#9681A6
(150,129,166)
#A493B2
(164,147,178)
#B2A5BE
(178,165,190)
#C0B7CA
(192,183,202)
#CEC9D6
(206,201,214)
#DCDBE2
(220,219,226)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3976; }

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

This text font color is #5E3976.

Background Color

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

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

This div background color is #5E3976.

Border color

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

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

This div border color is #5E3976.

Opacity

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

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

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

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

This text has shadow with #5E3976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3976.

Preview

Color preview on black background

This text has color #5E3976 on black background.


Color preview on white background

This text has color #5E3976 on white background.


Black color preview on #5E3976 background

This text has black color on #5E3976 background.


White color preview on #5E3976 background

This text has white color on #5E3976 background.


Related colors

Complementary color

Complementary color for #hex is #A1C689.


I love getcolorcode.com

Triadic colors

1 #765E39 and #39765E with #5E3976 are triadic colors.

2 #76395E and #395E76 with #5E3976 are triadic colors.