COLOR #4E0A31

HEX: #4E0A31
RGB: (78,10,49)

Color info

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

RGB color model

#4E0A31 color RGB value is (78,10,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 49 of 255 = 19%

78
10
49

R + G + B ~ 18%. #4E0A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 49 = 137 (100%)
R 78 of 137 ~ 56.93%
G 10 of 137 ~ 7.3%
B 49 of 137 ~ 35.77%

%56.93
%35.77

CMYK color model

#4E0A31 color CMYK value is (0,87,37,69).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(0,87,37,69)
C0M87Y37K69 
(0%,87%,37%,69%)
(0.00/0.87/0.37/0.69)	

CMYK percentages

%0
%87.18
%37.18
%69.41

Codes

Color #4E0A31 in popluar color models

4E0A31
RGB781049
HSL326°77.27%17.25%
HSB/HSV326°87.18%30.59%
CMYK0.00%87.18%37.18%
69.41%

Color #4E0A31 in popluar number systems.

HEX4E0A31
Decimal781049
Binary10011101010110001
Octal1161261

Shades and tints

Shades of #4E0A31

#4E0A31
(78,10,49)
#470A2D
(71,10,45)
#400A29
(64,10,41)
#390A25
(57,10,37)
#320A21
(50,10,33)
#2B0A1D
(43,10,29)
#240A19
(36,10,25)
#1D0A15
(29,10,21)
#160A11
(22,10,17)
#0F0A0D
(15,10,13)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E0A31

#4E0A31
(78,10,49)
#5E2043
(94,32,67)
#6E3655
(110,54,85)
#7E4C67
(126,76,103)
#8E6279
(142,98,121)
#9E788B
(158,120,139)
#AE8E9D
(174,142,157)
#BEA4AF
(190,164,175)
#CEBAC1
(206,186,193)
#DED0D3
(222,208,211)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0A31; }

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

This text font color is #4E0A31.


Background Color

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

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

This div background color is #4E0A31.


Border color

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

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

This div border color is #4E0A31.


Opacity

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

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

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

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

This text has shadow with #4E0A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A31 on black background.


Color preview on white background

This text has color #4E0A31 on white background.



Black color preview on #4E0A31 background

This text has black color on #4E0A31 background.


White color preview on #4E0A31 background

This text has white color on #4E0A31 background.