COLOR #5E4852

HEX: #5E4852
RGB: (94,72,82)

Color info

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

RGB color model

#5E4852 color RGB value is (94,72,82).

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

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 82 of 255 = 32%

94
72
82

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

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 82 = 248 (100%)
R 94 of 248 ~ 37.9%
G 72 of 248 ~ 29.03%
B 82 of 248 ~ 33.06%

%37.9
%29.03
%33.06

CMYK color model

#5E4852 color CMYK value is (0,23,13,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 12.77%
  • key color value is 63.14%
CMYK:
(0,23,13,63)
C0M23Y13K63 
(0%,23%,13%,63%)
(0.00/0.23/0.13/0.63)	

CMYK percentages

%0
%23.4
%12.77
%63.14

Codes

Color #5E4852 in popluar color models

5E4852
RGB947282
HSL333°13.25%32.55%
HSB/HSV333°23.40%36.86%
CMYK0.00%23.40%12.77%
63.14%

Color #5E4852 in popluar number systems.

HEX5E4852
Decimal947282
Binary101111010010001010010
Octal136110122

Shades and tints

Shades of #5E4852

#5E4852
(94,72,82)
#56424B
(86,66,75)
#4E3C44
(78,60,68)
#46363D
(70,54,61)
#3E3036
(62,48,54)
#362A2F
(54,42,47)
#2E2428
(46,36,40)
#261E21
(38,30,33)
#1E181A
(30,24,26)
#161213
(22,18,19)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #5E4852

#5E4852
(94,72,82)
#6C5861
(108,88,97)
#7A6870
(122,104,112)
#88787F
(136,120,127)
#96888E
(150,136,142)
#A4989D
(164,152,157)
#B2A8AC
(178,168,172)
#C0B8BB
(192,184,187)
#CEC8CA
(206,200,202)
#DCD8D9
(220,216,217)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4852; }

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

This text font color is #5E4852.


Background Color

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

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

This div background color is #5E4852.


Border color

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

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

This div border color is #5E4852.


Opacity

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

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

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

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

This text has shadow with #5E4852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4852 on black background.


Color preview on white background

This text has color #5E4852 on white background.



Black color preview on #5E4852 background

This text has black color on #5E4852 background.


White color preview on #5E4852 background

This text has white color on #5E4852 background.