COLOR #5E4F51

HEX: #5E4F51
RGB: (94,79,81)

Color info

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

RGB color model

#5E4F51 color RGB value is (94,79,81).

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

RGB channels and saturation

R 94 of 255 = 37%
G 79 of 255 = 31%
B 81 of 255 = 32%

94
79
81

R + G + B ~ 33%. #5E4F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 79 + 81 = 254 (100%)
R 94 of 254 ~ 37.01%
G 79 of 254 ~ 31.1%
B 81 of 254 ~ 31.89%

%37.01
%31.1
%31.89

CMYK color model

#5E4F51 color CMYK value is (0,16,14,63).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(0,16,14,63)
C0M16Y14K63 
(0%,16%,14%,63%)
(0.00/0.16/0.14/0.63)	

CMYK percentages

%0
%15.96
%13.83
%63.14

Codes

Color #5E4F51 in popluar color models

5E4F51
RGB947981
HSL352°8.67%33.92%
HSB/HSV352°15.96%36.86%
CMYK0.00%15.96%13.83%
63.14%

Color #5E4F51 in popluar number systems.

HEX5E4F51
Decimal947981
Binary101111010011111010001
Octal136117121

Shades and tints

Shades of #5E4F51

#5E4F51
(94,79,81)
#56484A
(86,72,74)
#4E4143
(78,65,67)
#463A3C
(70,58,60)
#3E3335
(62,51,53)
#362C2E
(54,44,46)
#2E2527
(46,37,39)
#261E20
(38,30,32)
#1E1719
(30,23,25)
#161012
(22,16,18)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #5E4F51

#5E4F51
(94,79,81)
#6C5F60
(108,95,96)
#7A6F6F
(122,111,111)
#887F7E
(136,127,126)
#968F8D
(150,143,141)
#A49F9C
(164,159,156)
#B2AFAB
(178,175,171)
#C0BFBA
(192,191,186)
#CECFC9
(206,207,201)
#DCDFD8
(220,223,216)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4F51; }

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

This text font color is #5E4F51.


Background Color

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

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

This div background color is #5E4F51.


Border color

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

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

This div border color is #5E4F51.


Opacity

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

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

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

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

This text has shadow with #5E4F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4F51 on black background.


Color preview on white background

This text has color #5E4F51 on white background.



Black color preview on #5E4F51 background

This text has black color on #5E4F51 background.


White color preview on #5E4F51 background

This text has white color on #5E4F51 background.