COLOR #4E2808

HEX: #4E2808
RGB: (78,40,8)

Color info

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

RGB color model

#4E2808 color RGB value is (78,40,8).

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

RGB channels and saturation

R 78 of 255 = 31%
G 40 of 255 = 16%
B 8 of 255 = 3%

78
40
8

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

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 8 = 126 (100%)
R 78 of 126 ~ 61.9%
G 40 of 126 ~ 31.75%
B 8 of 126 ~ 6.35%

%61.9
%31.75

CMYK color model

#4E2808 color CMYK value is (0,49,90,69).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 89.74%
  • key color value is 69.41%
CMYK:
(0,49,90,69)
C0M49Y90K69 
(0%,49%,90%,69%)
(0.00/0.49/0.90/0.69)	

CMYK percentages

%0
%48.72
%89.74
%69.41

Codes

Color #4E2808 in popluar color models

4E2808
RGB78408
HSL27°81.40%16.86%
HSB/HSV27°89.74%30.59%
CMYK0.00%48.72%89.74%
69.41%

Color #4E2808 in popluar number systems.

HEX4E2808
Decimal78408
Binary10011101010001000
Octal1165010

Shades and tints

Shades of #4E2808

#4E2808
(78,40,8)
#472508
(71,37,8)
#402208
(64,34,8)
#391F08
(57,31,8)
#321C08
(50,28,8)
#2B1908
(43,25,8)
#241608
(36,22,8)
#1D1308
(29,19,8)
#161008
(22,16,8)
#0F0D08
(15,13,8)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #4E2808

#4E2808
(78,40,8)
#5E3B1E
(94,59,30)
#6E4E34
(110,78,52)
#7E614A
(126,97,74)
#8E7460
(142,116,96)
#9E8776
(158,135,118)
#AE9A8C
(174,154,140)
#BEADA2
(190,173,162)
#CEC0B8
(206,192,184)
#DED3CE
(222,211,206)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2808; }

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

This text font color is #4E2808.


Background Color

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

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

This div background color is #4E2808.


Border color

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

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

This div border color is #4E2808.


Opacity

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

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

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

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

This text has shadow with #4E2808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2808 on black background.


Color preview on white background

This text has color #4E2808 on white background.



Black color preview on #4E2808 background

This text has black color on #4E2808 background.


White color preview on #4E2808 background

This text has white color on #4E2808 background.