COLOR #4E2A19

HEX: #4E2A19
RGB: (78,42,25)

Color info

#4E2A19 contains red, green and blue colors in about the same proportion. Web safe color of #4E2A19 is #663300 (or #630).

RGB color model

#4E2A19 color RGB value is (78,42,25).

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

RGB channels and saturation

R 78 of 255 = 31%
G 42 of 255 = 16%
B 25 of 255 = 10%

78
42
25

R + G + B ~ 19%. #4E2A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 42 + 25 = 145 (100%)
R 78 of 145 ~ 53.79%
G 42 of 145 ~ 28.97%
B 25 of 145 ~ 17.24%

%53.79
%28.97
%17.24

CMYK color model

#4E2A19 color CMYK value is (0,46,68,69).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 67.95%
  • key color value is 69.41%
CMYK:
(0,46,68,69)
C0M46Y68K69 
(0%,46%,68%,69%)
(0.00/0.46/0.68/0.69)	

CMYK percentages

%0
%46.15
%67.95
%69.41

Codes

Color #4E2A19 in popluar color models

4E2A19
RGB784225
HSL19°51.46%20.20%
HSB/HSV19°67.95%30.59%
CMYK0.00%46.15%67.95%
69.41%

Color #4E2A19 in popluar number systems.

HEX4E2A19
Decimal784225
Binary100111010101011001
Octal1165231

Shades and tints

Shades of #4E2A19

#4E2A19
(78,42,25)
#472717
(71,39,23)
#402415
(64,36,21)
#392113
(57,33,19)
#321E11
(50,30,17)
#2B1B0F
(43,27,15)
#24180D
(36,24,13)
#1D150B
(29,21,11)
#161209
(22,18,9)
#0F0F07
(15,15,7)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #4E2A19

#4E2A19
(78,42,25)
#5E3D2D
(94,61,45)
#6E5041
(110,80,65)
#7E6355
(126,99,85)
#8E7669
(142,118,105)
#9E897D
(158,137,125)
#AE9C91
(174,156,145)
#BEAFA5
(190,175,165)
#CEC2B9
(206,194,185)
#DED5CD
(222,213,205)
#EEE8E1
(238,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2A19 color. Also use rgb(78,42,25) instead hex code.

Text Font Color

.myTextColor { color: #4E2A19; }

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

This text font color is #4E2A19.


Background Color

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

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

This div background color is #4E2A19.


Border color

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

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

This div border color is #4E2A19.


Opacity

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

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

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

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

This text has shadow with #4E2A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2A19 on black background.


Color preview on white background

This text has color #4E2A19 on white background.



Black color preview on #4E2A19 background

This text has black color on #4E2A19 background.


White color preview on #4E2A19 background

This text has white color on #4E2A19 background.