COLOR #5E5251

HEX: #5E5251
RGB: (94,82,81)

Color info

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

RGB color model

#5E5251 color RGB value is (94,82,81).

  • red value is 94;
  • green value is 82;
  • blue value is 81.
RGB:
(94,82,81)
(37%,32%,32%)

RGB channels and saturation

R 94 of 255 = 37%
G 82 of 255 = 32%
B 81 of 255 = 32%

94
82
81

R + G + B ~ 34%. #5E5251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 82 + 81 = 257 (100%)
R 94 of 257 ~ 36.58%
G 82 of 257 ~ 31.91%
B 81 of 257 ~ 31.52%

%36.58
%31.91
%31.52

CMYK color model

#5E5251 color CMYK value is (0,13,14,63).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(0,13,14,63)
C0M13Y14K63 
(0%,13%,14%,63%)
(0.00/0.13/0.14/0.63)	

CMYK percentages

%0
%12.77
%13.83
%63.14

Codes

Color #5E5251 in popluar color models

5E5251
RGB948281
HSL7.43%34.31%
HSB/HSV13.83%36.86%
CMYK0.00%12.77%13.83%
63.14%

Color #5E5251 in popluar number systems.

HEX5E5251
Decimal948281
Binary101111010100101010001
Octal136122121

Shades and tints

Shades of #5E5251

#5E5251
(94,82,81)
#564B4A
(86,75,74)
#4E4443
(78,68,67)
#463D3C
(70,61,60)
#3E3635
(62,54,53)
#362F2E
(54,47,46)
#2E2827
(46,40,39)
#262120
(38,33,32)
#1E1A19
(30,26,25)
#161312
(22,19,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #5E5251

#5E5251
(94,82,81)
#6C6160
(108,97,96)
#7A706F
(122,112,111)
#887F7E
(136,127,126)
#968E8D
(150,142,141)
#A49D9C
(164,157,156)
#B2ACAB
(178,172,171)
#C0BBBA
(192,187,186)
#CECAC9
(206,202,201)
#DCD9D8
(220,217,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5251; }

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

This text font color is #5E5251.


Background Color

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

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

This div background color is #5E5251.


Border color

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

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

This div border color is #5E5251.


Opacity

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

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

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

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

This text has shadow with #5E5251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5251 on black background.


Color preview on white background

This text has color #5E5251 on white background.



Black color preview on #5E5251 background

This text has black color on #5E5251 background.


White color preview on #5E5251 background

This text has white color on #5E5251 background.