COLOR #4E3A4A

HEX: #4E3A4A
RGB: (78,58,74)

Color info

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

RGB color model

#4E3A4A color RGB value is (78,58,74).

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

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 74 of 255 = 29%

78
58
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 58 + 74 = 210 (100%)
R 78 of 210 ~ 37.14%
G 58 of 210 ~ 27.62%
B 74 of 210 ~ 35.24%

%37.14
%27.62
%35.24

CMYK color model

#4E3A4A color CMYK value is (0,26,5,69).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK:
(0,26,5,69)
C0M26Y5K69 
(0%,26%,5%,69%)
(0.00/0.26/0.05/0.69)	

CMYK percentages

%0
%25.64
%5.13
%69.41

Codes

Color #4E3A4A in popluar color models

4E3A4A
RGB785874
HSL312°14.71%26.67%
HSB/HSV312°25.64%30.59%
CMYK0.00%25.64%5.13%
69.41%

Color #4E3A4A in popluar number systems.

HEX4E3A4A
Decimal785874
Binary10011101110101001010
Octal11672112

Shades and tints

Shades of #4E3A4A

#4E3A4A
(78,58,74)
#473544
(71,53,68)
#40303E
(64,48,62)
#392B38
(57,43,56)
#322632
(50,38,50)
#2B212C
(43,33,44)
#241C26
(36,28,38)
#1D1720
(29,23,32)
#16121A
(22,18,26)
#0F0D14
(15,13,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #4E3A4A

#4E3A4A
(78,58,74)
#5E4B5A
(94,75,90)
#6E5C6A
(110,92,106)
#7E6D7A
(126,109,122)
#8E7E8A
(142,126,138)
#9E8F9A
(158,143,154)
#AEA0AA
(174,160,170)
#BEB1BA
(190,177,186)
#CEC2CA
(206,194,202)
#DED3DA
(222,211,218)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3A4A; }

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

This text font color is #4E3A4A.


Background Color

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

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

This div background color is #4E3A4A.


Border color

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

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

This div border color is #4E3A4A.


Opacity

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

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

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

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

This text has shadow with #4E3A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3A4A on black background.


Color preview on white background

This text has color #4E3A4A on white background.



Black color preview on #4E3A4A background

This text has black color on #4E3A4A background.


White color preview on #4E3A4A background

This text has white color on #4E3A4A background.