COLOR #4E330D

HEX: #4E330D
RGB: (78,51,13)

Color info

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

RGB color model

#4E330D color RGB value is (78,51,13).

  • red value is 78;
  • green value is 51;
  • blue value is 13.
RGB:
(78,51,13)
(31%,20%,5%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 13 of 255 = 5%

78
51
13

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

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 13 = 142 (100%)
R 78 of 142 ~ 54.93%
G 51 of 142 ~ 35.92%
B 13 of 142 ~ 9.15%

%54.93
%35.92

CMYK color model

#4E330D color CMYK value is (0,35,83,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 83.33%
  • key color value is 69.41%
CMYK:
(0,35,83,69)
C0M35Y83K69 
(0%,35%,83%,69%)
(0.00/0.35/0.83/0.69)	

CMYK percentages

%0
%34.62
%83.33
%69.41

Codes

Color #4E330D in popluar color models

4E330D
RGB785113
HSL35°71.43%17.84%
HSB/HSV35°83.33%30.59%
CMYK0.00%34.62%83.33%
69.41%

Color #4E330D in popluar number systems.

HEX4E330D
Decimal785113
Binary10011101100111101
Octal1166315

Shades and tints

Shades of #4E330D

#4E330D
(78,51,13)
#472F0C
(71,47,12)
#402B0B
(64,43,11)
#39270A
(57,39,10)
#322309
(50,35,9)
#2B1F08
(43,31,8)
#241B07
(36,27,7)
#1D1706
(29,23,6)
#161305
(22,19,5)
#0F0F04
(15,15,4)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #4E330D

#4E330D
(78,51,13)
#5E4523
(94,69,35)
#6E5739
(110,87,57)
#7E694F
(126,105,79)
#8E7B65
(142,123,101)
#9E8D7B
(158,141,123)
#AE9F91
(174,159,145)
#BEB1A7
(190,177,167)
#CEC3BD
(206,195,189)
#DED5D3
(222,213,211)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E330D color. Also use rgb(78,51,13) instead hex code.

Text Font Color

.myTextColor { color: #4E330D; }

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

This text font color is #4E330D.


Background Color

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

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

This div background color is #4E330D.


Border color

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

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

This div border color is #4E330D.


Opacity

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

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

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

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

This text has shadow with #4E330D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E330D on black background.


Color preview on white background

This text has color #4E330D on white background.



Black color preview on #4E330D background

This text has black color on #4E330D background.


White color preview on #4E330D background

This text has white color on #4E330D background.