COLOR #4E064A

HEX: #4E064A
RGB: (78,6,74)

Color info

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

RGB color model

#4E064A color RGB value is (78,6,74).

  • red value is 78;
  • green value is 6;
  • blue value is 74.
RGB:
(78,6,74)
(31%,2%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 6 of 255 = 2%
B 74 of 255 = 29%

78
6
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 6 + 74 = 158 (100%)
R 78 of 158 ~ 49.37%
G 6 of 158 ~ 3.8%
B 74 of 158 ~ 46.84%

%49.37
%46.84

CMYK color model

#4E064A color CMYK value is (0,92,5,69).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK:
(0,92,5,69)
C0M92Y5K69 
(0%,92%,5%,69%)
(0.00/0.92/0.05/0.69)	

CMYK percentages

%0
%92.31
%5.13
%69.41

Codes

Color #4E064A in popluar color models

4E064A
RGB78674
HSL303°85.71%16.47%
HSB/HSV303°92.31%30.59%
CMYK0.00%92.31%5.13%
69.41%

Color #4E064A in popluar number systems.

HEX4E064A
Decimal78674
Binary10011101101001010
Octal1166112

Shades and tints

Shades of #4E064A

#4E064A
(78,6,74)
#470644
(71,6,68)
#40063E
(64,6,62)
#390638
(57,6,56)
#320632
(50,6,50)
#2B062C
(43,6,44)
#240626
(36,6,38)
#1D0620
(29,6,32)
#16061A
(22,6,26)
#0F0614
(15,6,20)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #4E064A

#4E064A
(78,6,74)
#5E1C5A
(94,28,90)
#6E326A
(110,50,106)
#7E487A
(126,72,122)
#8E5E8A
(142,94,138)
#9E749A
(158,116,154)
#AE8AAA
(174,138,170)
#BEA0BA
(190,160,186)
#CEB6CA
(206,182,202)
#DECCDA
(222,204,218)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E064A color. Also use rgb(78,6,74) instead hex code.

Text Font Color

.myTextColor { color: #4E064A; }

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

This text font color is #4E064A.


Background Color

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

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

This div background color is #4E064A.


Border color

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

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

This div border color is #4E064A.


Opacity

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

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

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

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

This text has shadow with #4E064A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E064A on black background.


Color preview on white background

This text has color #4E064A on white background.



Black color preview on #4E064A background

This text has black color on #4E064A background.


White color preview on #4E064A background

This text has white color on #4E064A background.