COLOR #5E505E

HEX: #5E505E
RGB: (94,80,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
80
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 94 = 268 (100%)
R 94 of 268 ~ 35.07%
G 80 of 268 ~ 29.85%
B 94 of 268 ~ 35.07%

%35.07
%29.85
%35.07

CMYK color model

#5E505E color CMYK value is (0,15,0,63).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(0,15,0,63)
C0M15Y0K63 
(0%,15%,0%,63%)
(0.00/0.15/0.00/0.63)	

CMYK percentages

%0
%14.89
%0
%63.14

Codes

Color #5E505E in popluar color models

5E505E
RGB948094
HSL300°8.05%34.12%
HSB/HSV300°14.89%36.86%
CMYK0.00%14.89%0.00%
63.14%

Color #5E505E in popluar number systems.

HEX5E505E
Decimal948094
Binary101111010100001011110
Octal136120136

Shades and tints

Shades of #5E505E

#5E505E
(94,80,94)
#564956
(86,73,86)
#4E424E
(78,66,78)
#463B46
(70,59,70)
#3E343E
(62,52,62)
#362D36
(54,45,54)
#2E262E
(46,38,46)
#261F26
(38,31,38)
#1E181E
(30,24,30)
#161116
(22,17,22)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #5E505E

#5E505E
(94,80,94)
#6C5F6C
(108,95,108)
#7A6E7A
(122,110,122)
#887D88
(136,125,136)
#968C96
(150,140,150)
#A49BA4
(164,155,164)
#B2AAB2
(178,170,178)
#C0B9C0
(192,185,192)
#CEC8CE
(206,200,206)
#DCD7DC
(220,215,220)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E505E; }

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

This text font color is #5E505E.


Background Color

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

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

This div background color is #5E505E.


Border color

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

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

This div border color is #5E505E.


Opacity

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

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

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

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

This text has shadow with #5E505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E505E on black background.


Color preview on white background

This text has color #5E505E on white background.



Black color preview on #5E505E background

This text has black color on #5E505E background.


White color preview on #5E505E background

This text has white color on #5E505E background.