COLOR #4E2606

HEX: #4E2606
RGB: (78,38,6)

Color info

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

RGB color model

#4E2606 color RGB value is (78,38,6).

  • red value is 78;
  • green value is 38;
  • blue value is 6.
RGB:
(78,38,6)
(31%,15%,2%)

RGB channels and saturation

R 78 of 255 = 31%
G 38 of 255 = 15%
B 6 of 255 = 2%

78
38
6

R + G + B ~ 16%. #4E2606 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 38 + 6 = 122 (100%)
R 78 of 122 ~ 63.93%
G 38 of 122 ~ 31.15%
B 6 of 122 ~ 4.92%

%63.93
%31.15

CMYK color model

#4E2606 color CMYK value is (0,51,92,69).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 92.31%
  • key color value is 69.41%
CMYK:
(0,51,92,69)
C0M51Y92K69 
(0%,51%,92%,69%)
(0.00/0.51/0.92/0.69)	

CMYK percentages

%0
%51.28
%92.31
%69.41

Codes

Color #4E2606 in popluar color models

4E2606
RGB78386
HSL27°85.71%16.47%
HSB/HSV27°92.31%30.59%
CMYK0.00%51.28%92.31%
69.41%

Color #4E2606 in popluar number systems.

HEX4E2606
Decimal78386
Binary1001110100110110
Octal116466

Shades and tints

Shades of #4E2606

#4E2606
(78,38,6)
#472306
(71,35,6)
#402006
(64,32,6)
#391D06
(57,29,6)
#321A06
(50,26,6)
#2B1706
(43,23,6)
#241406
(36,20,6)
#1D1106
(29,17,6)
#160E06
(22,14,6)
#0F0B06
(15,11,6)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #4E2606

#4E2606
(78,38,6)
#5E391C
(94,57,28)
#6E4C32
(110,76,50)
#7E5F48
(126,95,72)
#8E725E
(142,114,94)
#9E8574
(158,133,116)
#AE988A
(174,152,138)
#BEABA0
(190,171,160)
#CEBEB6
(206,190,182)
#DED1CC
(222,209,204)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2606 color. Also use rgb(78,38,6) instead hex code.

Text Font Color

.myTextColor { color: #4E2606; }

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

This text font color is #4E2606.


Background Color

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

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

This div background color is #4E2606.


Border color

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

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

This div border color is #4E2606.


Opacity

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

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

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

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

This text has shadow with #4E2606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2606 on black background.


Color preview on white background

This text has color #4E2606 on white background.



Black color preview on #4E2606 background

This text has black color on #4E2606 background.


White color preview on #4E2606 background

This text has white color on #4E2606 background.