COLOR #5E5959

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

Color info

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

RGB color model

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

RGB: (94,89,89) (37%, 35%, 35%)

RGB channels and saturation

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

94
89
89

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

Portions of RGB colors in percentages

R + G + B = 94 + 89 + 89 = 272 (100%)
R 94 of 272 ~ 34.56%
G 89 of 272 ~ 32.72%
B 89 of 272 ~ 32.72'%

%34.56
%32.72
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 5.32%
  • key color value is 63.14%

CMYK: (0,5,5,63)
C0M5Y5K63 (0%, 5%, 5%, 63%)
(0.00 / 0.05 / 0.05 / 0.63)

CMYK percentages

%0
%5.32
%5.32
%63.14

Codes

Color #5E5959 in popluar color models

5E 59 59
RGB 94 89 89
HSL 2.73% 35.88%
HSB/HSV 5.32% 36.86%
CMYK 0.00% 5.32% 5.32%
63.14%

Color #5E5959 in popluar number systems.

HEX 5E 59 59
Decimal 94 89 89
Binary 1011110 1011001 1011001
Octal 136 131 131

Shades and tints

Shades of #5E5959

#5E5959
(94,89,89)
#565151
(86,81,81)
#4E4949
(78,73,73)
#464141
(70,65,65)
#3E3939
(62,57,57)
#363131
(54,49,49)
#2E2929
(46,41,41)
#262121
(38,33,33)
#1E1919
(30,25,25)
#161111
(22,17,17)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #5E5959

#5E5959
(94,89,89)
#6C6868
(108,104,104)
#7A7777
(122,119,119)
#888686
(136,134,134)
#969595
(150,149,149)
#A4A4A4
(164,164,164)
#B2B3B3
(178,179,179)
#C0C2C2
(192,194,194)
#CED1D1
(206,209,209)
#DCE0E0
(220,224,224)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5959; }

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

This text font color is #5E5959.

Background Color

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

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

This div background color is #5E5959.

Border color

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

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

This div border color is #5E5959.

Opacity

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

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

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

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

This text has shadow with #5E5959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5959.

Preview

Color preview on black background

This text has color #5E5959 on black background.


Color preview on white background

This text has color #5E5959 on white background.


Black color preview on #5E5959 background

This text has black color on #5E5959 background.


White color preview on #5E5959 background

This text has white color on #5E5959 background.


Related colors

Complementary color

Complementary color for #hex is #A1A6A6.


I love getcolorcode.com