COLOR #5E5C50

HEX: #5E5C50 RGB: (94,92,80)

Color info

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

RGB color model

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

RGB: (94,92,80) (37%, 36%, 31%)

RGB channels and saturation

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

94
92
80

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

Portions of RGB colors in percentages

R + G + B = 94 + 92 + 80 = 266 (100%)
R 94 of 266 ~ 35.34%
G 92 of 266 ~ 34.59%
B 80 of 266 ~ 30.08'%

%35.34
%34.59
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 14.89%
  • key color value is 63.14%

CMYK: (0,2,15,63)
C0M2Y15K63 (0%, 2%, 15%, 63%)
(0.00 / 0.02 / 0.15 / 0.63)

CMYK percentages

%0
%2.13
%14.89
%63.14

Codes

Color #5E5C50 in popluar color models

5E 5C 50
RGB 94 92 80
HSL 51° 8.05% 34.12%
HSB/HSV 51° 14.89% 36.86%
CMYK 0.00% 2.13% 14.89%
63.14%

Color #5E5C50 in popluar number systems.

HEX 5E 5C 50
Decimal 94 92 80
Binary 1011110 1011100 1010000
Octal 136 134 120

Shades and tints

Shades of #5E5C50

#5E5C50
(94,92,80)
#565449
(86,84,73)
#4E4C42
(78,76,66)
#46443B
(70,68,59)
#3E3C34
(62,60,52)
#36342D
(54,52,45)
#2E2C26
(46,44,38)
#26241F
(38,36,31)
#1E1C18
(30,28,24)
#161411
(22,20,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #5E5C50

#5E5C50
(94,92,80)
#6C6A5F
(108,106,95)
#7A786E
(122,120,110)
#88867D
(136,134,125)
#96948C
(150,148,140)
#A4A29B
(164,162,155)
#B2B0AA
(178,176,170)
#C0BEB9
(192,190,185)
#CECCC8
(206,204,200)
#DCDAD7
(220,218,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5C50; }

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

This text font color is #5E5C50.

Background Color

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

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

This div background color is #5E5C50.

Border color

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

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

This div border color is #5E5C50.

Opacity

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

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

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

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

This text has shadow with #5E5C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5C50.

Preview

Color preview on black background

This text has color #5E5C50 on black background.


Color preview on white background

This text has color #5E5C50 on white background.


Black color preview on #5E5C50 background

This text has black color on #5E5C50 background.


White color preview on #5E5C50 background

This text has white color on #5E5C50 background.


Related colors

Complementary color

Complementary color for #hex is #A1A3AF.


I love getcolorcode.com

Triadic colors

1 #505E5C and #5C505E with #5E5C50 are triadic colors.

2 #505C5E and #5C5E50 with #5E5C50 are triadic colors.