COLOR #4E2F11

HEX: #4E2F11
RGB: (78,47,17)

Color info

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

RGB color model

#4E2F11 color RGB value is (78,47,17).

  • red value is 78;
  • green value is 47;
  • blue value is 17.
RGB:
(78,47,17)
(31%,18%,7%)

RGB channels and saturation

R 78 of 255 = 31%
G 47 of 255 = 18%
B 17 of 255 = 7%

78
47
17

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

Portions of RGB colors in percentages

R + G + B =
78 + 47 + 17 = 142 (100%)
R 78 of 142 ~ 54.93%
G 47 of 142 ~ 33.1%
B 17 of 142 ~ 11.97%

%54.93
%33.1
%11.97

CMYK color model

#4E2F11 color CMYK value is (0,40,78,69).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 78.21%
  • key color value is 69.41%
CMYK:
(0,40,78,69)
C0M40Y78K69 
(0%,40%,78%,69%)
(0.00/0.40/0.78/0.69)	

CMYK percentages

%0
%39.74
%78.21
%69.41

Codes

Color #4E2F11 in popluar color models

4E2F11
RGB784717
HSL30°64.21%18.63%
HSB/HSV30°78.21%30.59%
CMYK0.00%39.74%78.21%
69.41%

Color #4E2F11 in popluar number systems.

HEX4E2F11
Decimal784717
Binary100111010111110001
Octal1165721

Shades and tints

Shades of #4E2F11

#4E2F11
(78,47,17)
#472B10
(71,43,16)
#40270F
(64,39,15)
#39230E
(57,35,14)
#321F0D
(50,31,13)
#2B1B0C
(43,27,12)
#24170B
(36,23,11)
#1D130A
(29,19,10)
#160F09
(22,15,9)
#0F0B08
(15,11,8)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #4E2F11

#4E2F11
(78,47,17)
#5E4126
(94,65,38)
#6E533B
(110,83,59)
#7E6550
(126,101,80)
#8E7765
(142,119,101)
#9E897A
(158,137,122)
#AE9B8F
(174,155,143)
#BEADA4
(190,173,164)
#CEBFB9
(206,191,185)
#DED1CE
(222,209,206)
#EEE3E3
(238,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2F11 color. Also use rgb(78,47,17) instead hex code.

Text Font Color

.myTextColor { color: #4E2F11; }

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

This text font color is #4E2F11.


Background Color

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

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

This div background color is #4E2F11.


Border color

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

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

This div border color is #4E2F11.


Opacity

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

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

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

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

This text has shadow with #4E2F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2F11 on black background.


Color preview on white background

This text has color #4E2F11 on white background.



Black color preview on #4E2F11 background

This text has black color on #4E2F11 background.


White color preview on #4E2F11 background

This text has white color on #4E2F11 background.