COLOR #4E2E10

HEX: #4E2E10
RGB: (78,46,16)

Color info

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

RGB color model

#4E2E10 color RGB value is (78,46,16).

  • red value is 78;
  • green value is 46;
  • blue value is 16.
RGB:
(78,46,16)
(31%,18%,6%)

RGB channels and saturation

R 78 of 255 = 31%
G 46 of 255 = 18%
B 16 of 255 = 6%

78
46
16

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

Portions of RGB colors in percentages

R + G + B =
78 + 46 + 16 = 140 (100%)
R 78 of 140 ~ 55.71%
G 46 of 140 ~ 32.86%
B 16 of 140 ~ 11.43%

%55.71
%32.86
%11.43

CMYK color model

#4E2E10 color CMYK value is (0,41,79,69).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 79.49%
  • key color value is 69.41%
CMYK:
(0,41,79,69)
C0M41Y79K69 
(0%,41%,79%,69%)
(0.00/0.41/0.79/0.69)	

CMYK percentages

%0
%41.03
%79.49
%69.41

Codes

Color #4E2E10 in popluar color models

4E2E10
RGB784616
HSL29°65.96%18.43%
HSB/HSV29°79.49%30.59%
CMYK0.00%41.03%79.49%
69.41%

Color #4E2E10 in popluar number systems.

HEX4E2E10
Decimal784616
Binary100111010111010000
Octal1165620

Shades and tints

Shades of #4E2E10

#4E2E10
(78,46,16)
#472A0F
(71,42,15)
#40260E
(64,38,14)
#39220D
(57,34,13)
#321E0C
(50,30,12)
#2B1A0B
(43,26,11)
#24160A
(36,22,10)
#1D1209
(29,18,9)
#160E08
(22,14,8)
#0F0A07
(15,10,7)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #4E2E10

#4E2E10
(78,46,16)
#5E4125
(94,65,37)
#6E543A
(110,84,58)
#7E674F
(126,103,79)
#8E7A64
(142,122,100)
#9E8D79
(158,141,121)
#AEA08E
(174,160,142)
#BEB3A3
(190,179,163)
#CEC6B8
(206,198,184)
#DED9CD
(222,217,205)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2E10 color. Also use rgb(78,46,16) instead hex code.

Text Font Color

.myTextColor { color: #4E2E10; }

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

This text font color is #4E2E10.


Background Color

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

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

This div background color is #4E2E10.


Border color

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

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

This div border color is #4E2E10.


Opacity

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

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

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

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

This text has shadow with #4E2E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2E10 on black background.


Color preview on white background

This text has color #4E2E10 on white background.



Black color preview on #4E2E10 background

This text has black color on #4E2E10 background.


White color preview on #4E2E10 background

This text has white color on #4E2E10 background.