COLOR #5E505F

HEX: #5E505F
RGB: (94,80,95)

Color info

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

RGB color model

#5E505F color RGB value is (94,80,95).

  • red value is 94;
  • green value is 80;
  • blue value is 95.
RGB:
(94,80,95)
(37%,31%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 95 of 255 = 37%

94
80
95

R + G + B ~ 35%. #5E505F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 95 = 269 (100%)
R 94 of 269 ~ 34.94%
G 80 of 269 ~ 29.74%
B 95 of 269 ~ 35.32%

%34.94
%29.74
%35.32

CMYK color model

#5E505F color CMYK value is (1,16,0,63).

  • cyan value is 1.05%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(1,16,0,63)
C1M16Y0K63 
(1%,16%,0%,63%)
(0.01/0.16/0.00/0.63)	

CMYK percentages

%1.05
%15.79
%0
%62.75

Codes

Color #5E505F in popluar color models

5E505F
RGB948095
HSL296°8.57%34.31%
HSB/HSV296°15.79%37.25%
CMYK1.05%15.79%0.00%
62.75%

Color #5E505F in popluar number systems.

HEX5E505F
Decimal948095
Binary101111010100001011111
Octal136120137

Shades and tints

Shades of #5E505F

#5E505F
(94,80,95)
#564957
(86,73,87)
#4E424F
(78,66,79)
#463B47
(70,59,71)
#3E343F
(62,52,63)
#362D37
(54,45,55)
#2E262F
(46,38,47)
#261F27
(38,31,39)
#1E181F
(30,24,31)
#161117
(22,17,23)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #5E505F

#5E505F
(94,80,95)
#6C5F6D
(108,95,109)
#7A6E7B
(122,110,123)
#887D89
(136,125,137)
#968C97
(150,140,151)
#A49BA5
(164,155,165)
#B2AAB3
(178,170,179)
#C0B9C1
(192,185,193)
#CEC8CF
(206,200,207)
#DCD7DD
(220,215,221)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E505F color. Also use rgb(94,80,95) instead hex code.

Text Font Color

.myTextColor { color: #5E505F; }

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

This text font color is #5E505F.


Background Color

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

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

This div background color is #5E505F.


Border color

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

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

This div border color is #5E505F.


Opacity

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

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

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

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

This text has shadow with #5E505F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E505F on black background.


Color preview on white background

This text has color #5E505F on white background.



Black color preview on #5E505F background

This text has black color on #5E505F background.


White color preview on #5E505F background

This text has white color on #5E505F background.