COLOR #4E0428

HEX: #4E0428
RGB: (78,4,40)

Color info

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

RGB color model

#4E0428 color RGB value is (78,4,40).

  • red value is 78;
  • green value is 4;
  • blue value is 40.
RGB:
(78,4,40)
(31%,2%,16%)

RGB channels and saturation

R 78 of 255 = 31%
G 4 of 255 = 2%
B 40 of 255 = 16%

78
4
40

R + G + B ~ 16%. #4E0428 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 4 + 40 = 122 (100%)
R 78 of 122 ~ 63.93%
G 4 of 122 ~ 3.28%
B 40 of 122 ~ 32.79%

%63.93
%32.79

CMYK color model

#4E0428 color CMYK value is (0,95,49,69).

  • cyan value is 0.00%
  • magenta value is 94.87%
  • yellow value is 48.72%
  • key color value is 69.41%
CMYK:
(0,95,49,69)
C0M95Y49K69 
(0%,95%,49%,69%)
(0.00/0.95/0.49/0.69)	

CMYK percentages

%0
%94.87
%48.72
%69.41

Codes

Color #4E0428 in popluar color models

4E0428
RGB78440
HSL331°90.24%16.08%
HSB/HSV331°94.87%30.59%
CMYK0.00%94.87%48.72%
69.41%

Color #4E0428 in popluar number systems.

HEX4E0428
Decimal78440
Binary1001110100101000
Octal116450

Shades and tints

Shades of #4E0428

#4E0428
(78,4,40)
#470425
(71,4,37)
#400422
(64,4,34)
#39041F
(57,4,31)
#32041C
(50,4,28)
#2B0419
(43,4,25)
#240416
(36,4,22)
#1D0413
(29,4,19)
#160410
(22,4,16)
#0F040D
(15,4,13)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #4E0428

#4E0428
(78,4,40)
#5E1A3B
(94,26,59)
#6E304E
(110,48,78)
#7E4661
(126,70,97)
#8E5C74
(142,92,116)
#9E7287
(158,114,135)
#AE889A
(174,136,154)
#BE9EAD
(190,158,173)
#CEB4C0
(206,180,192)
#DECAD3
(222,202,211)
#EEE0E6
(238,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0428; }

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

This text font color is #4E0428.


Background Color

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

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

This div background color is #4E0428.


Border color

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

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

This div border color is #4E0428.


Opacity

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

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

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

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

This text has shadow with #4E0428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0428 on black background.


Color preview on white background

This text has color #4E0428 on white background.



Black color preview on #4E0428 background

This text has black color on #4E0428 background.


White color preview on #4E0428 background

This text has white color on #4E0428 background.