COLOR #5E4751

HEX: #5E4751
RGB: (94,71,81)

Color info

#5E4751 contains red, green and blue colors in about the same proportion. Web safe color of #5E4751 is #663366 (or #636).

RGB color model

#5E4751 color RGB value is (94,71,81).

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

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 81 of 255 = 32%

94
71
81

R + G + B ~ 32%. #5E4751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 81 = 246 (100%)
R 94 of 246 ~ 38.21%
G 71 of 246 ~ 28.86%
B 81 of 246 ~ 32.93%

%38.21
%28.86
%32.93

CMYK color model

#5E4751 color CMYK value is (0,24,14,63).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(0,24,14,63)
C0M24Y14K63 
(0%,24%,14%,63%)
(0.00/0.24/0.14/0.63)	

CMYK percentages

%0
%24.47
%13.83
%63.14

Codes

Color #5E4751 in popluar color models

5E4751
RGB947181
HSL334°13.94%32.35%
HSB/HSV334°24.47%36.86%
CMYK0.00%24.47%13.83%
63.14%

Color #5E4751 in popluar number systems.

HEX5E4751
Decimal947181
Binary101111010001111010001
Octal136107121

Shades and tints

Shades of #5E4751

#5E4751
(94,71,81)
#56414A
(86,65,74)
#4E3B43
(78,59,67)
#46353C
(70,53,60)
#3E2F35
(62,47,53)
#36292E
(54,41,46)
#2E2327
(46,35,39)
#261D20
(38,29,32)
#1E1719
(30,23,25)
#161112
(22,17,18)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #5E4751

#5E4751
(94,71,81)
#6C5760
(108,87,96)
#7A676F
(122,103,111)
#88777E
(136,119,126)
#96878D
(150,135,141)
#A4979C
(164,151,156)
#B2A7AB
(178,167,171)
#C0B7BA
(192,183,186)
#CEC7C9
(206,199,201)
#DCD7D8
(220,215,216)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4751; }

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

This text font color is #5E4751.


Background Color

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

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

This div background color is #5E4751.


Border color

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

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

This div border color is #5E4751.


Opacity

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

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

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

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

This text has shadow with #5E4751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4751 on black background.


Color preview on white background

This text has color #5E4751 on white background.



Black color preview on #5E4751 background

This text has black color on #5E4751 background.


White color preview on #5E4751 background

This text has white color on #5E4751 background.