COLOR #5E576D

HEX: #5E576D
RGB: (94,87,109)

Color info

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

RGB color model

#5E576D color RGB value is (94,87,109).

  • red value is 94;
  • green value is 87;
  • blue value is 109.
RGB:
(94,87,109)
(37%,34%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 109 of 255 = 43%

94
87
109

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 109 = 290 (100%)
R 94 of 290 ~ 32.41%
G 87 of 290 ~ 30%
B 109 of 290 ~ 37.59%

%32.41
%30
%37.59

CMYK color model

#5E576D color CMYK value is (14,20,0,57).

  • cyan value is 13.76%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(14,20,0,57)
C14M20Y0K57 
(14%,20%,0%,57%)
(0.14/0.20/0.00/0.57)	

CMYK percentages

%13.76
%20.18
%0
%57.25

Codes

Color #5E576D in popluar color models

5E576D
RGB9487109
HSL259°11.22%38.43%
HSB/HSV259°20.18%42.75%
CMYK13.76%20.18%0.00%
57.25%

Color #5E576D in popluar number systems.

HEX5E576D
Decimal9487109
Binary101111010101111101101
Octal136127155

Shades and tints

Shades of #5E576D

#5E576D
(94,87,109)
#565064
(86,80,100)
#4E495B
(78,73,91)
#464252
(70,66,82)
#3E3B49
(62,59,73)
#363440
(54,52,64)
#2E2D37
(46,45,55)
#26262E
(38,38,46)
#1E1F25
(30,31,37)
#16181C
(22,24,28)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #5E576D

#5E576D
(94,87,109)
#6C667A
(108,102,122)
#7A7587
(122,117,135)
#888494
(136,132,148)
#9693A1
(150,147,161)
#A4A2AE
(164,162,174)
#B2B1BB
(178,177,187)
#C0C0C8
(192,192,200)
#CECFD5
(206,207,213)
#DCDEE2
(220,222,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E576D color. Also use rgb(94,87,109) instead hex code.

Text Font Color

.myTextColor { color: #5E576D; }

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

This text font color is #5E576D.


Background Color

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

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

This div background color is #5E576D.


Border color

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

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

This div border color is #5E576D.


Opacity

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

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

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

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

This text has shadow with #5E576D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E576D on black background.


Color preview on white background

This text has color #5E576D on white background.



Black color preview on #5E576D background

This text has black color on #5E576D background.


White color preview on #5E576D background

This text has white color on #5E576D background.