COLOR #4E213C

HEX: #4E213C RGB: (78,33,60)

Color info

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

RGB color model

#4E213C color RGB value is (78,33,60).

RGB: (78,33,60) (31%, 13%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 60 of 255 = 24%

78
33
60

R + G + B ~ 23%. #4E213C is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 33 + 60 = 171 (100%)
R 78 of 171 ~ 45.61%
G 33 of 171 ~ 19.3%
B 60 of 171 ~ 35.09'%

%45.61
%19.3
%35.09

CMYK color model

#4E213C color CMYK value is (0,58,23,69).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 23.08%
  • key color value is 69.41%

CMYK: (0,58,23,69)
C0M58Y23K69 (0%, 58%, 23%, 69%)
(0.00 / 0.58 / 0.23 / 0.69)

CMYK percentages

%0
%57.69
%23.08
%69.41

Codes

Color #4E213C in popluar color models

4E 21 3C
RGB 78 33 60
HSL 324° 40.54% 21.76%
HSB/HSV 324° 57.69% 30.59%
CMYK 0.00% 57.69% 23.08%
69.41%

Color #4E213C in popluar number systems.

HEX 4E 21 3C
Decimal 78 33 60
Binary 1001110 100001 111100
Octal 116 41 74

Shades and tints

Shades of #4E213C

#4E213C
(78,33,60)
#471E37
(71,30,55)
#401B32
(64,27,50)
#39182D
(57,24,45)
#321528
(50,21,40)
#2B1223
(43,18,35)
#240F1E
(36,15,30)
#1D0C19
(29,12,25)
#160914
(22,9,20)
#0F060F
(15,6,15)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #4E213C

#4E213C
(78,33,60)
#5E354D
(94,53,77)
#6E495E
(110,73,94)
#7E5D6F
(126,93,111)
#8E7180
(142,113,128)
#9E8591
(158,133,145)
#AE99A2
(174,153,162)
#BEADB3
(190,173,179)
#CEC1C4
(206,193,196)
#DED5D5
(222,213,213)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E213C; }

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

This text font color is #4E213C.

Background Color

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

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

This div background color is #4E213C.

Border color

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

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

This div border color is #4E213C.

Opacity

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

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

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

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

This text has shadow with #4E213C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E213C.

Preview

Color preview on black background

This text has color #4E213C on black background.


Color preview on white background

This text has color #4E213C on white background.


Black color preview on #4E213C background

This text has black color on #4E213C background.


White color preview on #4E213C background

This text has white color on #4E213C background.


Related colors

Complementary color

Complementary color for #hex is #B1DEC3.


I love getcolorcode.com

Triadic colors

1 #3C4E21 and #213C4E with #4E213C are triadic colors.

2 #3C214E and #214E3C with #4E213C are triadic colors.