COLOR #4E432E

HEX: #4E432E
RGB: (78,67,46)

Color info

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

RGB color model

#4E432E color RGB value is (78,67,46).

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

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 46 of 255 = 18%

78
67
46

R + G + B ~ 25%. #4E432E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 46 = 191 (100%)
R 78 of 191 ~ 40.84%
G 67 of 191 ~ 35.08%
B 46 of 191 ~ 24.08%

%40.84
%35.08
%24.08

CMYK color model

#4E432E color CMYK value is (0,14,41,69).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 41.03%
  • key color value is 69.41%
CMYK:
(0,14,41,69)
C0M14Y41K69 
(0%,14%,41%,69%)
(0.00/0.14/0.41/0.69)	

CMYK percentages

%0
%14.1
%41.03
%69.41

Codes

Color #4E432E in popluar color models

4E432E
RGB786746
HSL39°25.81%24.31%
HSB/HSV39°41.03%30.59%
CMYK0.00%14.10%41.03%
69.41%

Color #4E432E in popluar number systems.

HEX4E432E
Decimal786746
Binary10011101000011101110
Octal11610356

Shades and tints

Shades of #4E432E

#4E432E
(78,67,46)
#473D2A
(71,61,42)
#403726
(64,55,38)
#393122
(57,49,34)
#322B1E
(50,43,30)
#2B251A
(43,37,26)
#241F16
(36,31,22)
#1D1912
(29,25,18)
#16130E
(22,19,14)
#0F0D0A
(15,13,10)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #4E432E

#4E432E
(78,67,46)
#5E5441
(94,84,65)
#6E6554
(110,101,84)
#7E7667
(126,118,103)
#8E877A
(142,135,122)
#9E988D
(158,152,141)
#AEA9A0
(174,169,160)
#BEBAB3
(190,186,179)
#CECBC6
(206,203,198)
#DEDCD9
(222,220,217)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E432E; }

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

This text font color is #4E432E.


Background Color

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

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

This div background color is #4E432E.


Border color

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

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

This div border color is #4E432E.


Opacity

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

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

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

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

This text has shadow with #4E432E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E432E on black background.


Color preview on white background

This text has color #4E432E on white background.



Black color preview on #4E432E background

This text has black color on #4E432E background.


White color preview on #4E432E background

This text has white color on #4E432E background.