COLOR #5E515B

HEX: #5E515B RGB: (94,81,91)

Color info

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

RGB color model

#5E515B color RGB value is (94,81,91).

RGB: (94,81,91) (37%, 32%, 36%)

RGB channels and saturation

R 94 of 255 = 37%
G 81 of 255 = 32%
B 91 of 255 = 36%

94
81
91

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

Portions of RGB colors in percentages

R + G + B = 94 + 81 + 91 = 266 (100%)
R 94 of 266 ~ 35.34%
G 81 of 266 ~ 30.45%
B 91 of 266 ~ 34.21'%

%35.34
%30.45
%34.21

CMYK color model

#5E515B color CMYK value is (0,14,3,63).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 3.19%
  • key color value is 63.14%

CMYK: (0,14,3,63)
C0M14Y3K63 (0%, 14%, 3%, 63%)
(0.00 / 0.14 / 0.03 / 0.63)

CMYK percentages

%0
%13.83
%3.19
%63.14

Codes

Color #5E515B in popluar color models

5E 51 5B
RGB 94 81 91
HSL 314° 7.43% 34.31%
HSB/HSV 314° 13.83% 36.86%
CMYK 0.00% 13.83% 3.19%
63.14%

Color #5E515B in popluar number systems.

HEX 5E 51 5B
Decimal 94 81 91
Binary 1011110 1010001 1011011
Octal 136 121 133

Shades and tints

Shades of #5E515B

#5E515B
(94,81,91)
#564A53
(86,74,83)
#4E434B
(78,67,75)
#463C43
(70,60,67)
#3E353B
(62,53,59)
#362E33
(54,46,51)
#2E272B
(46,39,43)
#262023
(38,32,35)
#1E191B
(30,25,27)
#161213
(22,18,19)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #5E515B

#5E515B
(94,81,91)
#6C6069
(108,96,105)
#7A6F77
(122,111,119)
#887E85
(136,126,133)
#968D93
(150,141,147)
#A49CA1
(164,156,161)
#B2ABAF
(178,171,175)
#C0BABD
(192,186,189)
#CEC9CB
(206,201,203)
#DCD8D9
(220,216,217)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E515B; }

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

This text font color is #5E515B.

Background Color

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

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

This div background color is #5E515B.

Border color

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

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

This div border color is #5E515B.

Opacity

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

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

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

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

This text has shadow with #5E515B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E515B.

Preview

Color preview on black background

This text has color #5E515B on black background.


Color preview on white background

This text has color #5E515B on white background.


Black color preview on #5E515B background

This text has black color on #5E515B background.


White color preview on #5E515B background

This text has white color on #5E515B background.


Related colors

Complementary color

Complementary color for #hex is #A1AEA4.


I love getcolorcode.com

Triadic colors

1 #5B5E51 and #515B5E with #5E515B are triadic colors.

2 #5B515E and #515E5B with #5E515B are triadic colors.