COLOR #5E004A

HEX: #5E004A
RGB: (94,0,74)

Color info

#5E004A contains only red and blue colors. Web safe color of #5E004A is #660033 (or #603).

RGB color model

#5E004A color RGB value is (94,0,74).

  • red value is 94;
  • green value is 0;
  • blue value is 74.
RGB:
(94,0,74)
(37%,0%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 0 of 255 = 0%
B 74 of 255 = 29%

94
0
74

R + G + B ~ 22%. #5E004A is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 0 + 74 = 168 (100%)
R 94 of 168 ~ 55.95%
G 0 of 168 ~ 0%
B 74 of 168 ~ 44.05%

%55.95
%44.05

CMYK color model

#5E004A color CMYK value is (0,100,21,63).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,100,21,63)
C0M100Y21K63 
(0%,100%,21%,63%)
(0.00/1.00/0.21/0.63)	

CMYK percentages

%0
%100
%21.28
%63.14

Codes

Color #5E004A in popluar color models

5E004A
RGB94074
HSL313°100.00%18.43%
HSB/HSV313°100.00%36.86%
CMYK0.00%100.00%21.28%
63.14%

Color #5E004A in popluar number systems.

HEX5E004A
Decimal94074
Binary101111001001010
Octal1360112

Shades and tints

Shades of #5E004A

#5E004A
(94,0,74)
#560044
(86,0,68)
#4E003E
(78,0,62)
#460038
(70,0,56)
#3E0032
(62,0,50)
#36002C
(54,0,44)
#2E0026
(46,0,38)
#260020
(38,0,32)
#1E001A
(30,0,26)
#160014
(22,0,20)
#0E000E
(14,0,14)
#000000
(0,0,0)

Tints of #5E004A

#5E004A
(94,0,74)
#6C175A
(108,23,90)
#7A2E6A
(122,46,106)
#88457A
(136,69,122)
#965C8A
(150,92,138)
#A4739A
(164,115,154)
#B28AAA
(178,138,170)
#C0A1BA
(192,161,186)
#CEB8CA
(206,184,202)
#DCCFDA
(220,207,218)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E004A color. Also use rgb(94,0,74) instead hex code.

Text Font Color

.myTextColor { color: #5E004A; }

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

This text font color is #5E004A.


Background Color

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

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

This div background color is #5E004A.


Border color

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

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

This div border color is #5E004A.


Opacity

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

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

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

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

This text has shadow with #5E004A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E004A on black background.


Color preview on white background

This text has color #5E004A on white background.



Black color preview on #5E004A background

This text has black color on #5E004A background.


White color preview on #5E004A background

This text has white color on #5E004A background.