COLOR #5E4C7B

HEX: #5E4C7B RGB: (94,76,123)

Color info

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

RGB color model

#5E4C7B color RGB value is (94,76,123).

RGB: (94,76,123) (37%, 30%, 48%)

RGB channels and saturation

R 94 of 255 = 37%
G 76 of 255 = 30%
B 123 of 255 = 48%

94
76
123

R + G + B ~ 38%. #5E4C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 76 + 123 = 293 (100%)
R 94 of 293 ~ 32.08%
G 76 of 293 ~ 25.94%
B 123 of 293 ~ 41.98'%

%32.08
%25.94
%41.98

CMYK color model

#5E4C7B color CMYK value is (24,38,0,52).

  • cyan value is 23.58%
  • magenta value is 38.21%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (24,38,0,52)
C24M38Y0K52 (24%, 38%, 0%, 52%)
(0.24 / 0.38 / 0.00 / 0.52)

CMYK percentages

%23.58
%38.21
%0
%51.76

Codes

Color #5E4C7B in popluar color models

5E 4C 7B
RGB 94 76 123
HSL 263° 23.62% 39.02%
HSB/HSV 263° 38.21% 48.24%
CMYK 23.58% 38.21% 0.00%
51.76%

Color #5E4C7B in popluar number systems.

HEX 5E 4C 7B
Decimal 94 76 123
Binary 1011110 1001100 1111011
Octal 136 114 173

Shades and tints

Shades of #5E4C7B

#5E4C7B
(94,76,123)
#564670
(86,70,112)
#4E4065
(78,64,101)
#463A5A
(70,58,90)
#3E344F
(62,52,79)
#362E44
(54,46,68)
#2E2839
(46,40,57)
#26222E
(38,34,46)
#1E1C23
(30,28,35)
#161618
(22,22,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #5E4C7B

#5E4C7B
(94,76,123)
#6C5C87
(108,92,135)
#7A6C93
(122,108,147)
#887C9F
(136,124,159)
#968CAB
(150,140,171)
#A49CB7
(164,156,183)
#B2ACC3
(178,172,195)
#C0BCCF
(192,188,207)
#CECCDB
(206,204,219)
#DCDCE7
(220,220,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4C7B color. Also use rgb(94,76,123) instead hex code.

Text Font Color

.myTextColor { color: #5E4C7B; }

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

This text font color is #5E4C7B.

Background Color

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

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

This div background color is #5E4C7B.

Border color

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

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

This div border color is #5E4C7B.

Opacity

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

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

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

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

This text has shadow with #5E4C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4C7B.

Preview

Color preview on black background

This text has color #5E4C7B on black background.


Color preview on white background

This text has color #5E4C7B on white background.


Black color preview on #5E4C7B background

This text has black color on #5E4C7B background.


White color preview on #5E4C7B background

This text has white color on #5E4C7B background.


Related colors

Complementary color

Complementary color for #hex is #A1B384.


I love getcolorcode.com

Triadic colors

1 #7B5E4C and #4C7B5E with #5E4C7B are triadic colors.

2 #7B4C5E and #4C5E7B with #5E4C7B are triadic colors.