COLOR #4E241D

HEX: #4E241D
RGB: (78,36,29)

Color info

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

RGB color model

#4E241D color RGB value is (78,36,29).

  • red value is 78;
  • green value is 36;
  • blue value is 29.
RGB:
(78,36,29)
(31%,14%,11%)

RGB channels and saturation

R 78 of 255 = 31%
G 36 of 255 = 14%
B 29 of 255 = 11%

78
36
29

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

Portions of RGB colors in percentages

R + G + B =
78 + 36 + 29 = 143 (100%)
R 78 of 143 ~ 54.55%
G 36 of 143 ~ 25.17%
B 29 of 143 ~ 20.28%

%54.55
%25.17
%20.28

CMYK color model

#4E241D color CMYK value is (0,54,63,69).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 62.82%
  • key color value is 69.41%
CMYK:
(0,54,63,69)
C0M54Y63K69 
(0%,54%,63%,69%)
(0.00/0.54/0.63/0.69)	

CMYK percentages

%0
%53.85
%62.82
%69.41

Codes

Color #4E241D in popluar color models

4E241D
RGB783629
HSL45.79%20.98%
HSB/HSV62.82%30.59%
CMYK0.00%53.85%62.82%
69.41%

Color #4E241D in popluar number systems.

HEX4E241D
Decimal783629
Binary100111010010011101
Octal1164435

Shades and tints

Shades of #4E241D

#4E241D
(78,36,29)
#47211B
(71,33,27)
#401E19
(64,30,25)
#391B17
(57,27,23)
#321815
(50,24,21)
#2B1513
(43,21,19)
#241211
(36,18,17)
#1D0F0F
(29,15,15)
#160C0D
(22,12,13)
#0F090B
(15,9,11)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #4E241D

#4E241D
(78,36,29)
#5E3731
(94,55,49)
#6E4A45
(110,74,69)
#7E5D59
(126,93,89)
#8E706D
(142,112,109)
#9E8381
(158,131,129)
#AE9695
(174,150,149)
#BEA9A9
(190,169,169)
#CEBCBD
(206,188,189)
#DECFD1
(222,207,209)
#EEE2E5
(238,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E241D color. Also use rgb(78,36,29) instead hex code.

Text Font Color

.myTextColor { color: #4E241D; }

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

This text font color is #4E241D.


Background Color

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

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

This div background color is #4E241D.


Border color

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

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

This div border color is #4E241D.


Opacity

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

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

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

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

This text has shadow with #4E241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E241D on black background.


Color preview on white background

This text has color #4E241D on white background.



Black color preview on #4E241D background

This text has black color on #4E241D background.


White color preview on #4E241D background

This text has white color on #4E241D background.