COLOR #5E4077

HEX: #5E4077
RGB: (94,64,119)

Color info

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

RGB color model

#5E4077 color RGB value is (94,64,119).

  • red value is 94;
  • green value is 64;
  • blue value is 119.
RGB:
(94,64,119)
(37%,25%,47%)

RGB channels and saturation

R 94 of 255 = 37%
G 64 of 255 = 25%
B 119 of 255 = 47%

94
64
119

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

Portions of RGB colors in percentages

R + G + B =
94 + 64 + 119 = 277 (100%)
R 94 of 277 ~ 33.94%
G 64 of 277 ~ 23.1%
B 119 of 277 ~ 42.96%

%33.94
%23.1
%42.96

CMYK color model

#5E4077 color CMYK value is (21,46,0,53).

  • cyan value is 21.01%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(21,46,0,53)
C21M46Y0K53 
(21%,46%,0%,53%)
(0.21/0.46/0.00/0.53)	

CMYK percentages

%21.01
%46.22
%0
%53.33

Codes

Color #5E4077 in popluar color models

5E4077
RGB9464119
HSL273°30.05%35.88%
HSB/HSV273°46.22%46.67%
CMYK21.01%46.22%0.00%
53.33%

Color #5E4077 in popluar number systems.

HEX5E4077
Decimal9464119
Binary101111010000001110111
Octal136100167

Shades and tints

Shades of #5E4077

#5E4077
(94,64,119)
#563B6D
(86,59,109)
#4E3663
(78,54,99)
#463159
(70,49,89)
#3E2C4F
(62,44,79)
#362745
(54,39,69)
#2E223B
(46,34,59)
#261D31
(38,29,49)
#1E1827
(30,24,39)
#16131D
(22,19,29)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #5E4077

#5E4077
(94,64,119)
#6C5183
(108,81,131)
#7A628F
(122,98,143)
#88739B
(136,115,155)
#9684A7
(150,132,167)
#A495B3
(164,149,179)
#B2A6BF
(178,166,191)
#C0B7CB
(192,183,203)
#CEC8D7
(206,200,215)
#DCD9E3
(220,217,227)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4077 color. Also use rgb(94,64,119) instead hex code.

Text Font Color

.myTextColor { color: #5E4077; }

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

This text font color is #5E4077.


Background Color

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

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

This div background color is #5E4077.


Border color

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

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

This div border color is #5E4077.


Opacity

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

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

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

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

This text has shadow with #5E4077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4077 on black background.


Color preview on white background

This text has color #5E4077 on white background.



Black color preview on #5E4077 background

This text has black color on #5E4077 background.


White color preview on #5E4077 background

This text has white color on #5E4077 background.