COLOR #4E1433

HEX: #4E1433 RGB: (78,20,51)

Color info

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

RGB color model

#4E1433 color RGB value is (78,20,51).

RGB: (78,20,51) (31%, 8%, 20%)

RGB channels and saturation

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

78
20
51

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

Portions of RGB colors in percentages

R + G + B = 78 + 20 + 51 = 149 (100%)
R 78 of 149 ~ 52.35%
G 20 of 149 ~ 13.42%
B 51 of 149 ~ 34.23'%

%52.35
%13.42
%34.23

CMYK color model

#4E1433 color CMYK value is (0,74,35,69).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 34.62%
  • key color value is 69.41%

CMYK: (0,74,35,69)
C0M74Y35K69 (0%, 74%, 35%, 69%)
(0.00 / 0.74 / 0.35 / 0.69)

CMYK percentages

%0
%74.36
%34.62
%69.41

Codes

Color #4E1433 in popluar color models

4E 14 33
RGB 78 20 51
HSL 328° 59.18% 19.22%
HSB/HSV 328° 74.36% 30.59%
CMYK 0.00% 74.36% 34.62%
69.41%

Color #4E1433 in popluar number systems.

HEX 4E 14 33
Decimal 78 20 51
Binary 1001110 10100 110011
Octal 116 24 63

Shades and tints

Shades of #4E1433

#4E1433
(78,20,51)
#47132F
(71,19,47)
#40122B
(64,18,43)
#391127
(57,17,39)
#321023
(50,16,35)
#2B0F1F
(43,15,31)
#240E1B
(36,14,27)
#1D0D17
(29,13,23)
#160C13
(22,12,19)
#0F0B0F
(15,11,15)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E1433

#4E1433
(78,20,51)
#5E2945
(94,41,69)
#6E3E57
(110,62,87)
#7E5369
(126,83,105)
#8E687B
(142,104,123)
#9E7D8D
(158,125,141)
#AE929F
(174,146,159)
#BEA7B1
(190,167,177)
#CEBCC3
(206,188,195)
#DED1D5
(222,209,213)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1433; }

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

This text font color is #4E1433.

Background Color

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

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

This div background color is #4E1433.

Border color

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

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

This div border color is #4E1433.

Opacity

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

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

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

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

This text has shadow with #4E1433 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1433.

Preview

Color preview on black background

This text has color #4E1433 on black background.


Color preview on white background

This text has color #4E1433 on white background.


Black color preview on #4E1433 background

This text has black color on #4E1433 background.


White color preview on #4E1433 background

This text has white color on #4E1433 background.


Related colors

Complementary color

Complementary color for #hex is #B1EBCC.


I love getcolorcode.com

Triadic colors

1 #334E14 and #14334E with #4E1433 are triadic colors.

2 #33144E and #144E33 with #4E1433 are triadic colors.