COLOR #4E3451

HEX: #4E3451
RGB: (78,52,81)

Color info

#4E3451 contains red, green and blue colors in about the same proportion. Web safe color of #4E3451 is #663366 (or #636).

RGB color model

#4E3451 color RGB value is (78,52,81).

  • red value is 78;
  • green value is 52;
  • blue value is 81.
RGB:
(78,52,81)
(31%,20%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 52 of 255 = 20%
B 81 of 255 = 32%

78
52
81

R + G + B ~ 28%. #4E3451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 52 + 81 = 211 (100%)
R 78 of 211 ~ 36.97%
G 52 of 211 ~ 24.64%
B 81 of 211 ~ 38.39%

%36.97
%24.64
%38.39

CMYK color model

#4E3451 color CMYK value is (4,36,0,68).

  • cyan value is 3.70%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(4,36,0,68)
C4M36Y0K68 
(4%,36%,0%,68%)
(0.04/0.36/0.00/0.68)	

CMYK percentages

%3.7
%35.8
%0
%68.24

Codes

Color #4E3451 in popluar color models

4E3451
RGB785281
HSL294°21.80%26.08%
HSB/HSV294°35.80%31.76%
CMYK3.70%35.80%0.00%
68.24%

Color #4E3451 in popluar number systems.

HEX4E3451
Decimal785281
Binary10011101101001010001
Octal11664121

Shades and tints

Shades of #4E3451

#4E3451
(78,52,81)
#47304A
(71,48,74)
#402C43
(64,44,67)
#39283C
(57,40,60)
#322435
(50,36,53)
#2B202E
(43,32,46)
#241C27
(36,28,39)
#1D1820
(29,24,32)
#161419
(22,20,25)
#0F1012
(15,16,18)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E3451

#4E3451
(78,52,81)
#5E4660
(94,70,96)
#6E586F
(110,88,111)
#7E6A7E
(126,106,126)
#8E7C8D
(142,124,141)
#9E8E9C
(158,142,156)
#AEA0AB
(174,160,171)
#BEB2BA
(190,178,186)
#CEC4C9
(206,196,201)
#DED6D8
(222,214,216)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3451; }

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

This text font color is #4E3451.


Background Color

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

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

This div background color is #4E3451.


Border color

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

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

This div border color is #4E3451.


Opacity

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

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

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

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

This text has shadow with #4E3451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3451 on black background.


Color preview on white background

This text has color #4E3451 on white background.



Black color preview on #4E3451 background

This text has black color on #4E3451 background.


White color preview on #4E3451 background

This text has white color on #4E3451 background.