COLOR #4E3108

HEX: #4E3108
RGB: (78,49,8)

Color info

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

RGB color model

#4E3108 color RGB value is (78,49,8).

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

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 8 of 255 = 3%

78
49
8

R + G + B ~ 18%. #4E3108 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 49 + 8 = 135 (100%)
R 78 of 135 ~ 57.78%
G 49 of 135 ~ 36.3%
B 8 of 135 ~ 5.93%

%57.78
%36.3

CMYK color model

#4E3108 color CMYK value is (0,37,90,69).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 89.74%
  • key color value is 69.41%
CMYK:
(0,37,90,69)
C0M37Y90K69 
(0%,37%,90%,69%)
(0.00/0.37/0.90/0.69)	

CMYK percentages

%0
%37.18
%89.74
%69.41

Codes

Color #4E3108 in popluar color models

4E3108
RGB78498
HSL35°81.40%16.86%
HSB/HSV35°89.74%30.59%
CMYK0.00%37.18%89.74%
69.41%

Color #4E3108 in popluar number systems.

HEX4E3108
Decimal78498
Binary10011101100011000
Octal1166110

Shades and tints

Shades of #4E3108

#4E3108
(78,49,8)
#472D08
(71,45,8)
#402908
(64,41,8)
#392508
(57,37,8)
#322108
(50,33,8)
#2B1D08
(43,29,8)
#241908
(36,25,8)
#1D1508
(29,21,8)
#161108
(22,17,8)
#0F0D08
(15,13,8)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #4E3108

#4E3108
(78,49,8)
#5E431E
(94,67,30)
#6E5534
(110,85,52)
#7E674A
(126,103,74)
#8E7960
(142,121,96)
#9E8B76
(158,139,118)
#AE9D8C
(174,157,140)
#BEAFA2
(190,175,162)
#CEC1B8
(206,193,184)
#DED3CE
(222,211,206)
#EEE5E4
(238,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3108; }

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

This text font color is #4E3108.


Background Color

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

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

This div background color is #4E3108.


Border color

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

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

This div border color is #4E3108.


Opacity

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

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

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

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

This text has shadow with #4E3108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3108 on black background.


Color preview on white background

This text has color #4E3108 on white background.



Black color preview on #4E3108 background

This text has black color on #4E3108 background.


White color preview on #4E3108 background

This text has white color on #4E3108 background.