COLOR #4E1432

HEX: #4E1432
RGB: (78,20,50)

Color info

#4E1432 contains red, green and blue colors in about the same proportion. Web safe color of #4E1432 is #660033 (or #603).

RGB color model

#4E1432 color RGB value is (78,20,50).

  • red value is 78;
  • green value is 20;
  • blue value is 50.
RGB:
(78,20,50)
(31%,8%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 20 of 255 = 8%
B 50 of 255 = 20%

78
20
50

R + G + B ~ 20%. #4E1432 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 20 + 50 = 148 (100%)
R 78 of 148 ~ 52.7%
G 20 of 148 ~ 13.51%
B 50 of 148 ~ 33.78%

%52.7
%13.51
%33.78

CMYK color model

#4E1432 color CMYK value is (0,74,36,69).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 35.90%
  • key color value is 69.41%
CMYK:
(0,74,36,69)
C0M74Y36K69 
(0%,74%,36%,69%)
(0.00/0.74/0.36/0.69)	

CMYK percentages

%0
%74.36
%35.9
%69.41

Codes

Color #4E1432 in popluar color models

4E1432
RGB782050
HSL329°59.18%19.22%
HSB/HSV329°74.36%30.59%
CMYK0.00%74.36%35.90%
69.41%

Color #4E1432 in popluar number systems.

HEX4E1432
Decimal782050
Binary100111010100110010
Octal1162462

Shades and tints

Shades of #4E1432

#4E1432
(78,20,50)
#47132E
(71,19,46)
#40122A
(64,18,42)
#391126
(57,17,38)
#321022
(50,16,34)
#2B0F1E
(43,15,30)
#240E1A
(36,14,26)
#1D0D16
(29,13,22)
#160C12
(22,12,18)
#0F0B0E
(15,11,14)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E1432

#4E1432
(78,20,50)
#5E2944
(94,41,68)
#6E3E56
(110,62,86)
#7E5368
(126,83,104)
#8E687A
(142,104,122)
#9E7D8C
(158,125,140)
#AE929E
(174,146,158)
#BEA7B0
(190,167,176)
#CEBCC2
(206,188,194)
#DED1D4
(222,209,212)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1432 color. Also use rgb(78,20,50) instead hex code.

Text Font Color

.myTextColor { color: #4E1432; }

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

This text font color is #4E1432.


Background Color

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

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

This div background color is #4E1432.


Border color

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

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

This div border color is #4E1432.


Opacity

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

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

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

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

This text has shadow with #4E1432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1432 on black background.


Color preview on white background

This text has color #4E1432 on white background.



Black color preview on #4E1432 background

This text has black color on #4E1432 background.


White color preview on #4E1432 background

This text has white color on #4E1432 background.