COLOR #5E4982

HEX: #5E4982 RGB: (94,73,130)

Color info

#5E4982 contains red, green and blue colors in about the same proportion. Web safe color of #5E4982 is #663399 (or #639).

RGB color model

#5E4982 color RGB value is (94,73,130).

RGB: (94,73,130) (37%, 29%, 51%)

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 130 of 255 = 51%

94
73
130

R + G + B ~ 39%. #5E4982 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 73 + 130 = 297 (100%)
R 94 of 297 ~ 31.65%
G 73 of 297 ~ 24.58%
B 130 of 297 ~ 43.77'%

%31.65
%24.58
%43.77

CMYK color model

#5E4982 color CMYK value is (28,44,0,49).

  • cyan value is 27.69%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (28,44,0,49)
C28M44Y0K49 (28%, 44%, 0%, 49%)
(0.28 / 0.44 / 0.00 / 0.49)

CMYK percentages

%27.69
%43.85
%0
%49.02

Codes

Color #5E4982 in popluar color models

5E 49 82
RGB 94 73 130
HSL 262° 28.08% 39.80%
HSB/HSV 262° 43.85% 50.98%
CMYK 27.69% 43.85% 0.00%
49.02%

Color #5E4982 in popluar number systems.

HEX 5E 49 82
Decimal 94 73 130
Binary 1011110 1001001 10000010
Octal 136 111 202

Shades and tints

Shades of #5E4982

#5E4982
(94,73,130)
#564377
(86,67,119)
#4E3D6C
(78,61,108)
#463761
(70,55,97)
#3E3156
(62,49,86)
#362B4B
(54,43,75)
#2E2540
(46,37,64)
#261F35
(38,31,53)
#1E192A
(30,25,42)
#16131F
(22,19,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #5E4982

#5E4982
(94,73,130)
#6C598D
(108,89,141)
#7A6998
(122,105,152)
#8879A3
(136,121,163)
#9689AE
(150,137,174)
#A499B9
(164,153,185)
#B2A9C4
(178,169,196)
#C0B9CF
(192,185,207)
#CEC9DA
(206,201,218)
#DCD9E5
(220,217,229)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4982; }

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

This text font color is #5E4982.

Background Color

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

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

This div background color is #5E4982.

Border color

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

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

This div border color is #5E4982.

Opacity

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

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

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

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

This text has shadow with #5E4982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4982.

Preview

Color preview on black background

This text has color #5E4982 on black background.


Color preview on white background

This text has color #5E4982 on white background.


Black color preview on #5E4982 background

This text has black color on #5E4982 background.


White color preview on #5E4982 background

This text has white color on #5E4982 background.


Related colors

Complementary color

Complementary color for #hex is #A1B67D.


I love getcolorcode.com

Triadic colors

1 #825E49 and #49825E with #5E4982 are triadic colors.

2 #82495E and #495E82 with #5E4982 are triadic colors.