COLOR #4E2221

HEX: #4E2221 RGB: (78,34,33)

Color info

#4E2221 contains red, green and blue colors in about the same proportion. Web safe color of #4E2221 is #663333 (or #633).

RGB color model

#4E2221 color RGB value is (78,34,33).

RGB: (78,34,33) (31%, 13%, 13%)

RGB channels and saturation

R 78 of 255 = 31%
G 34 of 255 = 13%
B 33 of 255 = 13%

78
34
33

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

Portions of RGB colors in percentages

R + G + B = 78 + 34 + 33 = 145 (100%)
R 78 of 145 ~ 53.79%
G 34 of 145 ~ 23.45%
B 33 of 145 ~ 22.76'%

%53.79
%23.45
%22.76

CMYK color model

#4E2221 color CMYK value is (0,56,58,69).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK: (0,56,58,69) C0M56Y58K69 (0%,56%,58%,69%) (0.00/0.56/0.58/0.69) 

CMYK percentages

%0
%56.41
%57.69
%69.41

Codes

Color #4E2221 in popluar color models

4E 22 21
RGB 78 34 33
HSL 40.54% 21.76%
HSB/HSV 57.69% 30.59%
CMYK 0.00% 56.41% 57.69%
69.41%

Color #4E2221 in popluar number systems.

HEX 4E 22 21
Decimal 78 34 33
Binary 1001110 100010 100001
Octal 116 42 41

Shades and tints

Shades of #4E2221

#4E2221
(78,34,33)
#471F1E
(71,31,30)
#401C1B
(64,28,27)
#391918
(57,25,24)
#321615
(50,22,21)
#2B1312
(43,19,18)
#24100F
(36,16,15)
#1D0D0C
(29,13,12)
#160A09
(22,10,9)
#0F0706
(15,7,6)
#080403
(8,4,3)
#000000
(0,0,0)

Tints of #4E2221

#4E2221
(78,34,33)
#5E3635
(94,54,53)
#6E4A49
(110,74,73)
#7E5E5D
(126,94,93)
#8E7271
(142,114,113)
#9E8685
(158,134,133)
#AE9A99
(174,154,153)
#BEAEAD
(190,174,173)
#CEC2C1
(206,194,193)
#DED6D5
(222,214,213)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2221; }

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

This text font color is #4E2221.

Background Color

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

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

This div background color is #4E2221.

Border color

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

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

This div border color is #4E2221.

Opacity

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

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

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

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

This text has shadow with #4E2221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2221.

Preview

Color preview on black background

This text has color #4E2221 on black background.


Color preview on white background

This text has color #4E2221 on white background.


Black color preview on #4E2221 background

This text has black color on #4E2221 background.


White color preview on #4E2221 background

This text has white color on #4E2221 background.


Related colors

Complementary color

Complementary color for #hex is #B1DDDE.


I love getcolorcode.com

Triadic colors

1 #214E22 and #22214E with #4E2221 are triadic colors.

2 #21224E and #224E21 with #4E2221 are triadic colors.