COLOR #4E1222

HEX: #4E1222
RGB: (78,18,34)

Color info

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

RGB color model

#4E1222 color RGB value is (78,18,34).

  • red value is 78;
  • green value is 18;
  • blue value is 34.
RGB:
(78,18,34)
(31%,7%,13%)

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 34 of 255 = 13%

78
18
34

R + G + B ~ 17%. #4E1222 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 18 + 34 = 130 (100%)
R 78 of 130 ~ 60%
G 18 of 130 ~ 13.85%
B 34 of 130 ~ 26.15%

%60
%13.85
%26.15

CMYK color model

#4E1222 color CMYK value is (0,77,56,69).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 56.41%
  • key color value is 69.41%
CMYK:
(0,77,56,69)
C0M77Y56K69 
(0%,77%,56%,69%)
(0.00/0.77/0.56/0.69)	

CMYK percentages

%0
%76.92
%56.41
%69.41

Codes

Color #4E1222 in popluar color models

4E1222
RGB781834
HSL344°62.50%18.82%
HSB/HSV344°76.92%30.59%
CMYK0.00%76.92%56.41%
69.41%

Color #4E1222 in popluar number systems.

HEX4E1222
Decimal781834
Binary100111010010100010
Octal1162242

Shades and tints

Shades of #4E1222

#4E1222
(78,18,34)
#47111F
(71,17,31)
#40101C
(64,16,28)
#390F19
(57,15,25)
#320E16
(50,14,22)
#2B0D13
(43,13,19)
#240C10
(36,12,16)
#1D0B0D
(29,11,13)
#160A0A
(22,10,10)
#0F0907
(15,9,7)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #4E1222

#4E1222
(78,18,34)
#5E2736
(94,39,54)
#6E3C4A
(110,60,74)
#7E515E
(126,81,94)
#8E6672
(142,102,114)
#9E7B86
(158,123,134)
#AE909A
(174,144,154)
#BEA5AE
(190,165,174)
#CEBAC2
(206,186,194)
#DECFD6
(222,207,214)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1222; }

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

This text font color is #4E1222.


Background Color

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

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

This div background color is #4E1222.


Border color

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

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

This div border color is #4E1222.


Opacity

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

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

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

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

This text has shadow with #4E1222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1222 on black background.


Color preview on white background

This text has color #4E1222 on white background.



Black color preview on #4E1222 background

This text has black color on #4E1222 background.


White color preview on #4E1222 background

This text has white color on #4E1222 background.