COLOR #4E0A37

HEX: #4E0A37
RGB: (78,10,55)

Color info

#4E0A37 contains mainly red and blue colors. Web safe color of #4E0A37 is #660033 (or #603).

RGB color model

#4E0A37 color RGB value is (78,10,55).

  • red value is 78;
  • green value is 10;
  • blue value is 55.
RGB:
(78,10,55)
(31%,4%,22%)

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 55 of 255 = 22%

78
10
55

R + G + B ~ 19%. #4E0A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 55 = 143 (100%)
R 78 of 143 ~ 54.55%
G 10 of 143 ~ 6.99%
B 55 of 143 ~ 38.46%

%54.55
%38.46

CMYK color model

#4E0A37 color CMYK value is (0,87,29,69).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 29.49%
  • key color value is 69.41%
CMYK:
(0,87,29,69)
C0M87Y29K69 
(0%,87%,29%,69%)
(0.00/0.87/0.29/0.69)	

CMYK percentages

%0
%87.18
%29.49
%69.41

Codes

Color #4E0A37 in popluar color models

4E0A37
RGB781055
HSL320°77.27%17.25%
HSB/HSV320°87.18%30.59%
CMYK0.00%87.18%29.49%
69.41%

Color #4E0A37 in popluar number systems.

HEX4E0A37
Decimal781055
Binary10011101010110111
Octal1161267

Shades and tints

Shades of #4E0A37

#4E0A37
(78,10,55)
#470A32
(71,10,50)
#400A2D
(64,10,45)
#390A28
(57,10,40)
#320A23
(50,10,35)
#2B0A1E
(43,10,30)
#240A19
(36,10,25)
#1D0A14
(29,10,20)
#160A0F
(22,10,15)
#0F0A0A
(15,10,10)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #4E0A37

#4E0A37
(78,10,55)
#5E2049
(94,32,73)
#6E365B
(110,54,91)
#7E4C6D
(126,76,109)
#8E627F
(142,98,127)
#9E7891
(158,120,145)
#AE8EA3
(174,142,163)
#BEA4B5
(190,164,181)
#CEBAC7
(206,186,199)
#DED0D9
(222,208,217)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0A37 color. Also use rgb(78,10,55) instead hex code.

Text Font Color

.myTextColor { color: #4E0A37; }

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

This text font color is #4E0A37.


Background Color

.myBgColor { background-color: #4E0A37; }

<div style="background-color:#4E0A37">Inner text</div>

This div background color is #4E0A37.


Border color

.myBorderColor { border: 1px solid #4E0A37; }

<div style="border:3px solid #4E0A37">Div</div>

This div border color is #4E0A37.


Opacity

.myOpacity80 { color: #4E0A37; opacity: 0.8; }

<p style="color:#4E0A37;opacity:0.8;">80%</p>

Text with #4E0A37 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 #4E0A37;}

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

This text has shadow with #4E0A37 color.

.textShadow {text-shadow: 3px 3px 1px #4E0A37, 3px 3px 1px red;}

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

This text has shadow with #4E0A37 primary color and red secondary color.


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

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

This text has shadow with #4E0A37 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A37 on black background.


Color preview on white background

This text has color #4E0A37 on white background.



Black color preview on #4E0A37 background

This text has black color on #4E0A37 background.


White color preview on #4E0A37 background

This text has white color on #4E0A37 background.