COLOR #5E387D

HEX: #5E387D RGB: (94,56,125)

Color info

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

RGB color model

#5E387D color RGB value is (94,56,125).

RGB: (94,56,125) (37%, 22%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 125 of 255 = 49%

94
56
125

R + G + B ~ 36%. #5E387D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 56 + 125 = 275 (100%)
R 94 of 275 ~ 34.18%
G 56 of 275 ~ 20.36%
B 125 of 275 ~ 45.45'%

%34.18
%20.36
%45.45

CMYK color model

#5E387D color CMYK value is (25,55,0,51).

  • cyan value is 24.80%
  • magenta value is 55.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (25,55,0,51)
C25M55Y0K51 (25%, 55%, 0%, 51%)
(0.25 / 0.55 / 0.00 / 0.51)

CMYK percentages

%24.8
%55.2
%0
%50.98

Codes

Color #5E387D in popluar color models

5E 38 7D
RGB 94 56 125
HSL 273° 38.12% 35.49%
HSB/HSV 273° 55.20% 49.02%
CMYK 24.80% 55.20% 0.00%
50.98%

Color #5E387D in popluar number systems.

HEX 5E 38 7D
Decimal 94 56 125
Binary 1011110 111000 1111101
Octal 136 70 175

Shades and tints

Shades of #5E387D

#5E387D
(94,56,125)
#563372
(86,51,114)
#4E2E67
(78,46,103)
#46295C
(70,41,92)
#3E2451
(62,36,81)
#361F46
(54,31,70)
#2E1A3B
(46,26,59)
#261530
(38,21,48)
#1E1025
(30,16,37)
#160B1A
(22,11,26)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #5E387D

#5E387D
(94,56,125)
#6C4A88
(108,74,136)
#7A5C93
(122,92,147)
#886E9E
(136,110,158)
#9680A9
(150,128,169)
#A492B4
(164,146,180)
#B2A4BF
(178,164,191)
#C0B6CA
(192,182,202)
#CEC8D5
(206,200,213)
#DCDAE0
(220,218,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E387D color. Also use rgb(94,56,125) instead hex code.

Text Font Color

.myTextColor { color: #5E387D; }

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

This text font color is #5E387D.

Background Color

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

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

This div background color is #5E387D.

Border color

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

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

This div border color is #5E387D.

Opacity

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

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

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

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

This text has shadow with #5E387D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E387D.

Preview

Color preview on black background

This text has color #5E387D on black background.


Color preview on white background

This text has color #5E387D on white background.


Black color preview on #5E387D background

This text has black color on #5E387D background.


White color preview on #5E387D background

This text has white color on #5E387D background.


Related colors

Complementary color

Complementary color for #hex is #A1C782.


I love getcolorcode.com

Triadic colors

1 #7D5E38 and #387D5E with #5E387D are triadic colors.

2 #7D385E and #385E7D with #5E387D are triadic colors.