COLOR #5E5851

HEX: #5E5851 RGB: (94,88,81)

Color info

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

RGB color model

#5E5851 color RGB value is (94,88,81).

RGB: (94,88,81) (37%, 35%, 32%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 81 of 255 = 32%

94
88
81

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

Portions of RGB colors in percentages

R + G + B = 94 + 88 + 81 = 263 (100%)
R 94 of 263 ~ 35.74%
G 88 of 263 ~ 33.46%
B 81 of 263 ~ 30.8'%

%35.74
%33.46
%30.8

CMYK color model

#5E5851 color CMYK value is (0,6,14,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK: (0,6,14,63) C0M6Y14K63 (0%,6%,14%,63%) (0.00/0.06/0.14/0.63) 

CMYK percentages

%0
%6.38
%13.83
%63.14

Codes

Color #5E5851 in popluar color models

5E 58 51
RGB 94 88 81
HSL 32° 7.43% 34.31%
HSB/HSV 32° 13.83% 36.86%
CMYK 0.00% 6.38% 13.83%
63.14%

Color #5E5851 in popluar number systems.

HEX 5E 58 51
Decimal 94 88 81
Binary 1011110 1011000 1010001
Octal 136 130 121

Shades and tints

Shades of #5E5851

#5E5851
(94,88,81)
#56504A
(86,80,74)
#4E4843
(78,72,67)
#46403C
(70,64,60)
#3E3835
(62,56,53)
#36302E
(54,48,46)
#2E2827
(46,40,39)
#262020
(38,32,32)
#1E1819
(30,24,25)
#161012
(22,16,18)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E5851

#5E5851
(94,88,81)
#6C6760
(108,103,96)
#7A766F
(122,118,111)
#88857E
(136,133,126)
#96948D
(150,148,141)
#A4A39C
(164,163,156)
#B2B2AB
(178,178,171)
#C0C1BA
(192,193,186)
#CED0C9
(206,208,201)
#DCDFD8
(220,223,216)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5851; }

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

This text font color is #5E5851.

Background Color

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

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

This div background color is #5E5851.

Border color

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

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

This div border color is #5E5851.

Opacity

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

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

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

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

This text has shadow with #5E5851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5851.

Preview

Color preview on black background

This text has color #5E5851 on black background.


Color preview on white background

This text has color #5E5851 on white background.


Black color preview on #5E5851 background

This text has black color on #5E5851 background.


White color preview on #5E5851 background

This text has white color on #5E5851 background.


Related colors

Complementary color

Complementary color for #hex is #A1A7AE.


I love getcolorcode.com

Triadic colors

1 #515E58 and #58515E with #5E5851 are triadic colors.

2 #51585E and #585E51 with #5E5851 are triadic colors.