COLOR #4E1E29

HEX: #4E1E29
RGB: (78,30,41)

Color info

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

RGB color model

#4E1E29 color RGB value is (78,30,41).

  • red value is 78;
  • green value is 30;
  • blue value is 41.
RGB:
(78,30,41)
(31%,12%,16%)

RGB channels and saturation

R 78 of 255 = 31%
G 30 of 255 = 12%
B 41 of 255 = 16%

78
30
41

R + G + B ~ 20%. #4E1E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 30 + 41 = 149 (100%)
R 78 of 149 ~ 52.35%
G 30 of 149 ~ 20.13%
B 41 of 149 ~ 27.52%

%52.35
%20.13
%27.52

CMYK color model

#4E1E29 color CMYK value is (0,62,47,69).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 47.44%
  • key color value is 69.41%
CMYK:
(0,62,47,69)
C0M62Y47K69 
(0%,62%,47%,69%)
(0.00/0.62/0.47/0.69)	

CMYK percentages

%0
%61.54
%47.44
%69.41

Codes

Color #4E1E29 in popluar color models

4E1E29
RGB783041
HSL346°44.44%21.18%
HSB/HSV346°61.54%30.59%
CMYK0.00%61.54%47.44%
69.41%

Color #4E1E29 in popluar number systems.

HEX4E1E29
Decimal783041
Binary100111011110101001
Octal1163651

Shades and tints

Shades of #4E1E29

#4E1E29
(78,30,41)
#471C26
(71,28,38)
#401A23
(64,26,35)
#391820
(57,24,32)
#32161D
(50,22,29)
#2B141A
(43,20,26)
#241217
(36,18,23)
#1D1014
(29,16,20)
#160E11
(22,14,17)
#0F0C0E
(15,12,14)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E1E29

#4E1E29
(78,30,41)
#5E323C
(94,50,60)
#6E464F
(110,70,79)
#7E5A62
(126,90,98)
#8E6E75
(142,110,117)
#9E8288
(158,130,136)
#AE969B
(174,150,155)
#BEAAAE
(190,170,174)
#CEBEC1
(206,190,193)
#DED2D4
(222,210,212)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1E29 color. Also use rgb(78,30,41) instead hex code.

Text Font Color

.myTextColor { color: #4E1E29; }

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

This text font color is #4E1E29.


Background Color

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

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

This div background color is #4E1E29.


Border color

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

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

This div border color is #4E1E29.


Opacity

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

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

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

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

This text has shadow with #4E1E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1E29 on black background.


Color preview on white background

This text has color #4E1E29 on white background.



Black color preview on #4E1E29 background

This text has black color on #4E1E29 background.


White color preview on #4E1E29 background

This text has white color on #4E1E29 background.