COLOR #4E2D19

HEX: #4E2D19
RGB: (78,45,25)

Color info

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

RGB color model

#4E2D19 color RGB value is (78,45,25).

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

RGB channels and saturation

R 78 of 255 = 31%
G 45 of 255 = 18%
B 25 of 255 = 10%

78
45
25

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

Portions of RGB colors in percentages

R + G + B =
78 + 45 + 25 = 148 (100%)
R 78 of 148 ~ 52.7%
G 45 of 148 ~ 30.41%
B 25 of 148 ~ 16.89%

%52.7
%30.41
%16.89

CMYK color model

#4E2D19 color CMYK value is (0,42,68,69).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 67.95%
  • key color value is 69.41%
CMYK:
(0,42,68,69)
C0M42Y68K69 
(0%,42%,68%,69%)
(0.00/0.42/0.68/0.69)	

CMYK percentages

%0
%42.31
%67.95
%69.41

Codes

Color #4E2D19 in popluar color models

4E2D19
RGB784525
HSL23°51.46%20.20%
HSB/HSV23°67.95%30.59%
CMYK0.00%42.31%67.95%
69.41%

Color #4E2D19 in popluar number systems.

HEX4E2D19
Decimal784525
Binary100111010110111001
Octal1165531

Shades and tints

Shades of #4E2D19

#4E2D19
(78,45,25)
#472917
(71,41,23)
#402515
(64,37,21)
#392113
(57,33,19)
#321D11
(50,29,17)
#2B190F
(43,25,15)
#24150D
(36,21,13)
#1D110B
(29,17,11)
#160D09
(22,13,9)
#0F0907
(15,9,7)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #4E2D19

#4E2D19
(78,45,25)
#5E402D
(94,64,45)
#6E5341
(110,83,65)
#7E6655
(126,102,85)
#8E7969
(142,121,105)
#9E8C7D
(158,140,125)
#AE9F91
(174,159,145)
#BEB2A5
(190,178,165)
#CEC5B9
(206,197,185)
#DED8CD
(222,216,205)
#EEEBE1
(238,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2D19; }

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

This text font color is #4E2D19.


Background Color

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

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

This div background color is #4E2D19.


Border color

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

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

This div border color is #4E2D19.


Opacity

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

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

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

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

This text has shadow with #4E2D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2D19 on black background.


Color preview on white background

This text has color #4E2D19 on white background.



Black color preview on #4E2D19 background

This text has black color on #4E2D19 background.


White color preview on #4E2D19 background

This text has white color on #4E2D19 background.