COLOR #5E2E51

HEX: #5E2E51
RGB: (94,46,81)

Color info

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

RGB color model

#5E2E51 color RGB value is (94,46,81).

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

RGB channels and saturation

R 94 of 255 = 37%
G 46 of 255 = 18%
B 81 of 255 = 32%

94
46
81

R + G + B ~ 29%. #5E2E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 46 + 81 = 221 (100%)
R 94 of 221 ~ 42.53%
G 46 of 221 ~ 20.81%
B 81 of 221 ~ 36.65%

%42.53
%20.81
%36.65

CMYK color model

#5E2E51 color CMYK value is (0,51,14,63).

  • cyan value is 0.00%
  • magenta value is 51.06%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(0,51,14,63)
C0M51Y14K63 
(0%,51%,14%,63%)
(0.00/0.51/0.14/0.63)	

CMYK percentages

%0
%51.06
%13.83
%63.14

Codes

Color #5E2E51 in popluar color models

5E2E51
RGB944681
HSL316°34.29%27.45%
HSB/HSV316°51.06%36.86%
CMYK0.00%51.06%13.83%
63.14%

Color #5E2E51 in popluar number systems.

HEX5E2E51
Decimal944681
Binary10111101011101010001
Octal13656121

Shades and tints

Shades of #5E2E51

#5E2E51
(94,46,81)
#562A4A
(86,42,74)
#4E2643
(78,38,67)
#46223C
(70,34,60)
#3E1E35
(62,30,53)
#361A2E
(54,26,46)
#2E1627
(46,22,39)
#261220
(38,18,32)
#1E0E19
(30,14,25)
#160A12
(22,10,18)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #5E2E51

#5E2E51
(94,46,81)
#6C4160
(108,65,96)
#7A546F
(122,84,111)
#88677E
(136,103,126)
#967A8D
(150,122,141)
#A48D9C
(164,141,156)
#B2A0AB
(178,160,171)
#C0B3BA
(192,179,186)
#CEC6C9
(206,198,201)
#DCD9D8
(220,217,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E2E51; }

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

This text font color is #5E2E51.


Background Color

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

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

This div background color is #5E2E51.


Border color

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

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

This div border color is #5E2E51.


Opacity

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

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

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

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

This text has shadow with #5E2E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2E51 on black background.


Color preview on white background

This text has color #5E2E51 on white background.



Black color preview on #5E2E51 background

This text has black color on #5E2E51 background.


White color preview on #5E2E51 background

This text has white color on #5E2E51 background.