COLOR #5E4775

HEX: #5E4775
RGB: (94,71,117)

Color info

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

RGB color model

#5E4775 color RGB value is (94,71,117).

  • red value is 94;
  • green value is 71;
  • blue value is 117.
RGB:
(94,71,117)
(37%,28%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 117 of 255 = 46%

94
71
117

R + G + B ~ 37%. #5E4775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 117 = 282 (100%)
R 94 of 282 ~ 33.33%
G 71 of 282 ~ 25.18%
B 117 of 282 ~ 41.49%

%33.33
%25.18
%41.49

CMYK color model

#5E4775 color CMYK value is (20,39,0,54).

  • cyan value is 19.66%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(20,39,0,54)
C20M39Y0K54 
(20%,39%,0%,54%)
(0.20/0.39/0.00/0.54)	

CMYK percentages

%19.66
%39.32
%0
%54.12

Codes

Color #5E4775 in popluar color models

5E4775
RGB9471117
HSL270°24.47%36.86%
HSB/HSV270°39.32%45.88%
CMYK19.66%39.32%0.00%
54.12%

Color #5E4775 in popluar number systems.

HEX5E4775
Decimal9471117
Binary101111010001111110101
Octal136107165

Shades and tints

Shades of #5E4775

#5E4775
(94,71,117)
#56416B
(86,65,107)
#4E3B61
(78,59,97)
#463557
(70,53,87)
#3E2F4D
(62,47,77)
#362943
(54,41,67)
#2E2339
(46,35,57)
#261D2F
(38,29,47)
#1E1725
(30,23,37)
#16111B
(22,17,27)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #5E4775

#5E4775
(94,71,117)
#6C5781
(108,87,129)
#7A678D
(122,103,141)
#887799
(136,119,153)
#9687A5
(150,135,165)
#A497B1
(164,151,177)
#B2A7BD
(178,167,189)
#C0B7C9
(192,183,201)
#CEC7D5
(206,199,213)
#DCD7E1
(220,215,225)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4775 color. Also use rgb(94,71,117) instead hex code.

Text Font Color

.myTextColor { color: #5E4775; }

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

This text font color is #5E4775.


Background Color

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

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

This div background color is #5E4775.


Border color

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

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

This div border color is #5E4775.


Opacity

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

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

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

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

This text has shadow with #5E4775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4775 on black background.


Color preview on white background

This text has color #5E4775 on white background.



Black color preview on #5E4775 background

This text has black color on #5E4775 background.


White color preview on #5E4775 background

This text has white color on #5E4775 background.