COLOR #5E5377

HEX: #5E5377
RGB: (94,83,119)

Color info

#5E5377 contains red, green and blue colors in about the same proportion. Web safe color of #5E5377 is #666666 (or #666).

RGB color model

#5E5377 color RGB value is (94,83,119).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 119 of 255 = 47%

94
83
119

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 119 = 296 (100%)
R 94 of 296 ~ 31.76%
G 83 of 296 ~ 28.04%
B 119 of 296 ~ 40.2%

%31.76
%28.04
%40.2

CMYK color model

#5E5377 color CMYK value is (21,30,0,53).

  • cyan value is 21.01%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(21,30,0,53)
C21M30Y0K53 
(21%,30%,0%,53%)
(0.21/0.30/0.00/0.53)	

CMYK percentages

%21.01
%30.25
%0
%53.33

Codes

Color #5E5377 in popluar color models

5E5377
RGB9483119
HSL258°17.82%39.61%
HSB/HSV258°30.25%46.67%
CMYK21.01%30.25%0.00%
53.33%

Color #5E5377 in popluar number systems.

HEX5E5377
Decimal9483119
Binary101111010100111110111
Octal136123167

Shades and tints

Shades of #5E5377

#5E5377
(94,83,119)
#564C6D
(86,76,109)
#4E4563
(78,69,99)
#463E59
(70,62,89)
#3E374F
(62,55,79)
#363045
(54,48,69)
#2E293B
(46,41,59)
#262231
(38,34,49)
#1E1B27
(30,27,39)
#16141D
(22,20,29)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #5E5377

#5E5377
(94,83,119)
#6C6283
(108,98,131)
#7A718F
(122,113,143)
#88809B
(136,128,155)
#968FA7
(150,143,167)
#A49EB3
(164,158,179)
#B2ADBF
(178,173,191)
#C0BCCB
(192,188,203)
#CECBD7
(206,203,215)
#DCDAE3
(220,218,227)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5377; }

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

This text font color is #5E5377.


Background Color

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

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

This div background color is #5E5377.


Border color

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

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

This div border color is #5E5377.


Opacity

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

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

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

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

This text has shadow with #5E5377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5377 on black background.


Color preview on white background

This text has color #5E5377 on white background.



Black color preview on #5E5377 background

This text has black color on #5E5377 background.


White color preview on #5E5377 background

This text has white color on #5E5377 background.