COLOR #4E1628

HEX: #4E1628
RGB: (78,22,40)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 78 of 255 = 31%
G 22 of 255 = 9%
B 40 of 255 = 16%

78
22
40

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

Portions of RGB colors in percentages

R + G + B =
78 + 22 + 40 = 140 (100%)
R 78 of 140 ~ 55.71%
G 22 of 140 ~ 15.71%
B 40 of 140 ~ 28.57%

%55.71
%15.71
%28.57

CMYK color model

#4E1628 color CMYK value is (0,72,49,69).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 48.72%
  • key color value is 69.41%
CMYK:
(0,72,49,69)
C0M72Y49K69 
(0%,72%,49%,69%)
(0.00/0.72/0.49/0.69)	

CMYK percentages

%0
%71.79
%48.72
%69.41

Codes

Color #4E1628 in popluar color models

4E1628
RGB782240
HSL341°56.00%19.61%
HSB/HSV341°71.79%30.59%
CMYK0.00%71.79%48.72%
69.41%

Color #4E1628 in popluar number systems.

HEX4E1628
Decimal782240
Binary100111010110101000
Octal1162650

Shades and tints

Shades of #4E1628

#4E1628
(78,22,40)
#471425
(71,20,37)
#401222
(64,18,34)
#39101F
(57,16,31)
#320E1C
(50,14,28)
#2B0C19
(43,12,25)
#240A16
(36,10,22)
#1D0813
(29,8,19)
#160610
(22,6,16)
#0F040D
(15,4,13)
#08020A
(8,2,10)
#000000
(0,0,0)

Tints of #4E1628

#4E1628
(78,22,40)
#5E2B3B
(94,43,59)
#6E404E
(110,64,78)
#7E5561
(126,85,97)
#8E6A74
(142,106,116)
#9E7F87
(158,127,135)
#AE949A
(174,148,154)
#BEA9AD
(190,169,173)
#CEBEC0
(206,190,192)
#DED3D3
(222,211,211)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1628; }

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

This text font color is #4E1628.


Background Color

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

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

This div background color is #4E1628.


Border color

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

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

This div border color is #4E1628.


Opacity

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

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

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

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

This text has shadow with #4E1628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1628 on black background.


Color preview on white background

This text has color #4E1628 on white background.



Black color preview on #4E1628 background

This text has black color on #4E1628 background.


White color preview on #4E1628 background

This text has white color on #4E1628 background.