COLOR #4E034C

HEX: #4E034C
RGB: (78,3,76)

Color info

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

RGB color model

#4E034C color RGB value is (78,3,76).

  • red value is 78;
  • green value is 3;
  • blue value is 76.
RGB:
(78,3,76)
(31%,1%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 3 of 255 = 1%
B 76 of 255 = 30%

78
3
76

R + G + B ~ 21%. #4E034C is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 3 + 76 = 157 (100%)
R 78 of 157 ~ 49.68%
G 3 of 157 ~ 1.91%
B 76 of 157 ~ 48.41%

%49.68
%48.41

CMYK color model

#4E034C color CMYK value is (0,96,3,69).

  • cyan value is 0.00%
  • magenta value is 96.15%
  • yellow value is 2.56%
  • key color value is 69.41%
CMYK:
(0,96,3,69)
C0M96Y3K69 
(0%,96%,3%,69%)
(0.00/0.96/0.03/0.69)	

CMYK percentages

%0
%96.15
%2.56
%69.41

Codes

Color #4E034C in popluar color models

4E034C
RGB78376
HSL302°92.59%15.88%
HSB/HSV302°96.15%30.59%
CMYK0.00%96.15%2.56%
69.41%

Color #4E034C in popluar number systems.

HEX4E034C
Decimal78376
Binary1001110111001100
Octal1163114

Shades and tints

Shades of #4E034C

#4E034C
(78,3,76)
#470346
(71,3,70)
#400340
(64,3,64)
#39033A
(57,3,58)
#320334
(50,3,52)
#2B032E
(43,3,46)
#240328
(36,3,40)
#1D0322
(29,3,34)
#16031C
(22,3,28)
#0F0316
(15,3,22)
#080310
(8,3,16)
#000000
(0,0,0)

Tints of #4E034C

#4E034C
(78,3,76)
#5E195C
(94,25,92)
#6E2F6C
(110,47,108)
#7E457C
(126,69,124)
#8E5B8C
(142,91,140)
#9E719C
(158,113,156)
#AE87AC
(174,135,172)
#BE9DBC
(190,157,188)
#CEB3CC
(206,179,204)
#DEC9DC
(222,201,220)
#EEDFEC
(238,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E034C color. Also use rgb(78,3,76) instead hex code.

Text Font Color

.myTextColor { color: #4E034C; }

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

This text font color is #4E034C.


Background Color

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

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

This div background color is #4E034C.


Border color

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

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

This div border color is #4E034C.


Opacity

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

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

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

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

This text has shadow with #4E034C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E034C on black background.


Color preview on white background

This text has color #4E034C on white background.



Black color preview on #4E034C background

This text has black color on #4E034C background.


White color preview on #4E034C background

This text has white color on #4E034C background.