COLOR #5E5E50

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
94
80

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

Portions of RGB colors in percentages

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

%35.07
%35.07
%29.85

CMYK color model

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

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

CMYK percentages

%0
%0
%14.89
%63.14

Codes

Color #5E5E50 in popluar color models

5E5E50
RGB949480
HSL60°8.05%34.12%
HSB/HSV60°14.89%36.86%
CMYK0.00%0.00%14.89%
63.14%

Color #5E5E50 in popluar number systems.

HEX5E5E50
Decimal949480
Binary101111010111101010000
Octal136136120

Shades and tints

Shades of #5E5E50

#5E5E50
(94,94,80)
#565649
(86,86,73)
#4E4E42
(78,78,66)
#46463B
(70,70,59)
#3E3E34
(62,62,52)
#36362D
(54,54,45)
#2E2E26
(46,46,38)
#26261F
(38,38,31)
#1E1E18
(30,30,24)
#161611
(22,22,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #5E5E50

#5E5E50
(94,94,80)
#6C6C5F
(108,108,95)
#7A7A6E
(122,122,110)
#88887D
(136,136,125)
#96968C
(150,150,140)
#A4A49B
(164,164,155)
#B2B2AA
(178,178,170)
#C0C0B9
(192,192,185)
#CECEC8
(206,206,200)
#DCDCD7
(220,220,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5E50; }

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

This text font color is #5E5E50.


Background Color

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

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

This div background color is #5E5E50.


Border color

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

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

This div border color is #5E5E50.


Opacity

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

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

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

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

This text has shadow with #5E5E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5E50 on black background.


Color preview on white background

This text has color #5E5E50 on white background.



Black color preview on #5E5E50 background

This text has black color on #5E5E50 background.


White color preview on #5E5E50 background

This text has white color on #5E5E50 background.