COLOR #4E421E

HEX: #4E421E
RGB: (78,66,30)

Color info

#4E421E contains red, green and blue colors in about the same proportion. Web safe color of #4E421E is #663333 (or #633).

RGB color model

#4E421E color RGB value is (78,66,30).

  • red value is 78;
  • green value is 66;
  • blue value is 30.
RGB:
(78,66,30)
(31%,26%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 66 of 255 = 26%
B 30 of 255 = 12%

78
66
30

R + G + B ~ 23%. #4E421E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 66 + 30 = 174 (100%)
R 78 of 174 ~ 44.83%
G 66 of 174 ~ 37.93%
B 30 of 174 ~ 17.24%

%44.83
%37.93
%17.24

CMYK color model

#4E421E color CMYK value is (0,15,62,69).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK:
(0,15,62,69)
C0M15Y62K69 
(0%,15%,62%,69%)
(0.00/0.15/0.62/0.69)	

CMYK percentages

%0
%15.38
%61.54
%69.41

Codes

Color #4E421E in popluar color models

4E421E
RGB786630
HSL45°44.44%21.18%
HSB/HSV45°61.54%30.59%
CMYK0.00%15.38%61.54%
69.41%

Color #4E421E in popluar number systems.

HEX4E421E
Decimal786630
Binary1001110100001011110
Octal11610236

Shades and tints

Shades of #4E421E

#4E421E
(78,66,30)
#473C1C
(71,60,28)
#40361A
(64,54,26)
#393018
(57,48,24)
#322A16
(50,42,22)
#2B2414
(43,36,20)
#241E12
(36,30,18)
#1D1810
(29,24,16)
#16120E
(22,18,14)
#0F0C0C
(15,12,12)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #4E421E

#4E421E
(78,66,30)
#5E5332
(94,83,50)
#6E6446
(110,100,70)
#7E755A
(126,117,90)
#8E866E
(142,134,110)
#9E9782
(158,151,130)
#AEA896
(174,168,150)
#BEB9AA
(190,185,170)
#CECABE
(206,202,190)
#DEDBD2
(222,219,210)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E421E color. Also use rgb(78,66,30) instead hex code.

Text Font Color

.myTextColor { color: #4E421E; }

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

This text font color is #4E421E.


Background Color

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

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

This div background color is #4E421E.


Border color

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

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

This div border color is #4E421E.


Opacity

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

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

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

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

This text has shadow with #4E421E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E421E on black background.


Color preview on white background

This text has color #4E421E on white background.



Black color preview on #4E421E background

This text has black color on #4E421E background.


White color preview on #4E421E background

This text has white color on #4E421E background.