COLOR #5E595E

HEX: #5E595E
RGB: (94,89,94)

Color info

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

RGB color model

#5E595E color RGB value is (94,89,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 94 of 255 = 37%

94
89
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 94 = 277 (100%)
R 94 of 277 ~ 33.94%
G 89 of 277 ~ 32.13%
B 94 of 277 ~ 33.94%

%33.94
%32.13
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(0,5,0,63)
C0M5Y0K63 
(0%,5%,0%,63%)
(0.00/0.05/0.00/0.63)	

CMYK percentages

%0
%5.32
%0
%63.14

Codes

Color #5E595E in popluar color models

5E595E
RGB948994
HSL300°2.73%35.88%
HSB/HSV300°5.32%36.86%
CMYK0.00%5.32%0.00%
63.14%

Color #5E595E in popluar number systems.

HEX5E595E
Decimal948994
Binary101111010110011011110
Octal136131136

Shades and tints

Shades of #5E595E

#5E595E
(94,89,94)
#565156
(86,81,86)
#4E494E
(78,73,78)
#464146
(70,65,70)
#3E393E
(62,57,62)
#363136
(54,49,54)
#2E292E
(46,41,46)
#262126
(38,33,38)
#1E191E
(30,25,30)
#161116
(22,17,22)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #5E595E

#5E595E
(94,89,94)
#6C686C
(108,104,108)
#7A777A
(122,119,122)
#888688
(136,134,136)
#969596
(150,149,150)
#A4A4A4
(164,164,164)
#B2B3B2
(178,179,178)
#C0C2C0
(192,194,192)
#CED1CE
(206,209,206)
#DCE0DC
(220,224,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E595E; }

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

This text font color is #5E595E.


Background Color

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

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

This div background color is #5E595E.


Border color

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

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

This div border color is #5E595E.


Opacity

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

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

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

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

This text has shadow with #5E595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E595E on black background.


Color preview on white background

This text has color #5E595E on white background.



Black color preview on #5E595E background

This text has black color on #5E595E background.


White color preview on #5E595E background

This text has white color on #5E595E background.