COLOR #4E2408

HEX: #4E2408
RGB: (78,36,8)

Color info

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

RGB color model

#4E2408 color RGB value is (78,36,8).

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

RGB channels and saturation

R 78 of 255 = 31%
G 36 of 255 = 14%
B 8 of 255 = 3%

78
36
8

R + G + B ~ 16%. #4E2408 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 36 + 8 = 122 (100%)
R 78 of 122 ~ 63.93%
G 36 of 122 ~ 29.51%
B 8 of 122 ~ 6.56%

%63.93
%29.51

CMYK color model

#4E2408 color CMYK value is (0,54,90,69).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 89.74%
  • key color value is 69.41%
CMYK:
(0,54,90,69)
C0M54Y90K69 
(0%,54%,90%,69%)
(0.00/0.54/0.90/0.69)	

CMYK percentages

%0
%53.85
%89.74
%69.41

Codes

Color #4E2408 in popluar color models

4E2408
RGB78368
HSL24°81.40%16.86%
HSB/HSV24°89.74%30.59%
CMYK0.00%53.85%89.74%
69.41%

Color #4E2408 in popluar number systems.

HEX4E2408
Decimal78368
Binary10011101001001000
Octal1164410

Shades and tints

Shades of #4E2408

#4E2408
(78,36,8)
#472108
(71,33,8)
#401E08
(64,30,8)
#391B08
(57,27,8)
#321808
(50,24,8)
#2B1508
(43,21,8)
#241208
(36,18,8)
#1D0F08
(29,15,8)
#160C08
(22,12,8)
#0F0908
(15,9,8)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #4E2408

#4E2408
(78,36,8)
#5E371E
(94,55,30)
#6E4A34
(110,74,52)
#7E5D4A
(126,93,74)
#8E7060
(142,112,96)
#9E8376
(158,131,118)
#AE968C
(174,150,140)
#BEA9A2
(190,169,162)
#CEBCB8
(206,188,184)
#DECFCE
(222,207,206)
#EEE2E4
(238,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2408; }

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

This text font color is #4E2408.


Background Color

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

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

This div background color is #4E2408.


Border color

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

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

This div border color is #4E2408.


Opacity

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

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

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

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

This text has shadow with #4E2408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2408 on black background.


Color preview on white background

This text has color #4E2408 on white background.



Black color preview on #4E2408 background

This text has black color on #4E2408 background.


White color preview on #4E2408 background

This text has white color on #4E2408 background.