COLOR #5E4850

HEX: #5E4850
RGB: (94,72,80)

Color info

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

RGB color model

#5E4850 color RGB value is (94,72,80).

  • red value is 94;
  • green value is 72;
  • blue value is 80.
RGB:
(94,72,80)
(37%,28%,31%)

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 80 of 255 = 31%

94
72
80

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

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 80 = 246 (100%)
R 94 of 246 ~ 38.21%
G 72 of 246 ~ 29.27%
B 80 of 246 ~ 32.52%

%38.21
%29.27
%32.52

CMYK color model

#5E4850 color CMYK value is (0,23,15,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(0,23,15,63)
C0M23Y15K63 
(0%,23%,15%,63%)
(0.00/0.23/0.15/0.63)	

CMYK percentages

%0
%23.4
%14.89
%63.14

Codes

Color #5E4850 in popluar color models

5E4850
RGB947280
HSL338°13.25%32.55%
HSB/HSV338°23.40%36.86%
CMYK0.00%23.40%14.89%
63.14%

Color #5E4850 in popluar number systems.

HEX5E4850
Decimal947280
Binary101111010010001010000
Octal136110120

Shades and tints

Shades of #5E4850

#5E4850
(94,72,80)
#564249
(86,66,73)
#4E3C42
(78,60,66)
#46363B
(70,54,59)
#3E3034
(62,48,52)
#362A2D
(54,42,45)
#2E2426
(46,36,38)
#261E1F
(38,30,31)
#1E1818
(30,24,24)
#161211
(22,18,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #5E4850

#5E4850
(94,72,80)
#6C585F
(108,88,95)
#7A686E
(122,104,110)
#88787D
(136,120,125)
#96888C
(150,136,140)
#A4989B
(164,152,155)
#B2A8AA
(178,168,170)
#C0B8B9
(192,184,185)
#CEC8C8
(206,200,200)
#DCD8D7
(220,216,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4850 color. Also use rgb(94,72,80) instead hex code.

Text Font Color

.myTextColor { color: #5E4850; }

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

This text font color is #5E4850.


Background Color

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

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

This div background color is #5E4850.


Border color

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

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

This div border color is #5E4850.


Opacity

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

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

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

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

This text has shadow with #5E4850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4850 on black background.


Color preview on white background

This text has color #5E4850 on white background.



Black color preview on #5E4850 background

This text has black color on #5E4850 background.


White color preview on #5E4850 background

This text has white color on #5E4850 background.