COLOR #4E290A

HEX: #4E290A
RGB: (78,41,10)

Color info

#4E290A contains mainly red and green colors. Web safe color of #4E290A is #663300 (or #630).

RGB color model

#4E290A color RGB value is (78,41,10).

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

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 10 of 255 = 4%

78
41
10

R + G + B ~ 17%. #4E290A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 41 + 10 = 129 (100%)
R 78 of 129 ~ 60.47%
G 41 of 129 ~ 31.78%
B 10 of 129 ~ 7.75%

%60.47
%31.78

CMYK color model

#4E290A color CMYK value is (0,47,87,69).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 87.18%
  • key color value is 69.41%
CMYK:
(0,47,87,69)
C0M47Y87K69 
(0%,47%,87%,69%)
(0.00/0.47/0.87/0.69)	

CMYK percentages

%0
%47.44
%87.18
%69.41

Codes

Color #4E290A in popluar color models

4E290A
RGB784110
HSL27°77.27%17.25%
HSB/HSV27°87.18%30.59%
CMYK0.00%47.44%87.18%
69.41%

Color #4E290A in popluar number systems.

HEX4E290A
Decimal784110
Binary10011101010011010
Octal1165112

Shades and tints

Shades of #4E290A

#4E290A
(78,41,10)
#47260A
(71,38,10)
#40230A
(64,35,10)
#39200A
(57,32,10)
#321D0A
(50,29,10)
#2B1A0A
(43,26,10)
#24170A
(36,23,10)
#1D140A
(29,20,10)
#16110A
(22,17,10)
#0F0E0A
(15,14,10)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E290A

#4E290A
(78,41,10)
#5E3C20
(94,60,32)
#6E4F36
(110,79,54)
#7E624C
(126,98,76)
#8E7562
(142,117,98)
#9E8878
(158,136,120)
#AE9B8E
(174,155,142)
#BEAEA4
(190,174,164)
#CEC1BA
(206,193,186)
#DED4D0
(222,212,208)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E290A; }

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

This text font color is #4E290A.


Background Color

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

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

This div background color is #4E290A.


Border color

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

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

This div border color is #4E290A.


Opacity

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

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

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

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

This text has shadow with #4E290A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E290A on black background.


Color preview on white background

This text has color #4E290A on white background.



Black color preview on #4E290A background

This text has black color on #4E290A background.


White color preview on #4E290A background

This text has white color on #4E290A background.