COLOR #4E332F

HEX: #4E332F
RGB: (78,51,47)

Color info

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

RGB color model

#4E332F color RGB value is (78,51,47).

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

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 47 of 255 = 18%

78
51
47

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

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 47 = 176 (100%)
R 78 of 176 ~ 44.32%
G 51 of 176 ~ 28.98%
B 47 of 176 ~ 26.7%

%44.32
%28.98
%26.7

CMYK color model

#4E332F color CMYK value is (0,35,40,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 39.74%
  • key color value is 69.41%
CMYK:
(0,35,40,69)
C0M35Y40K69 
(0%,35%,40%,69%)
(0.00/0.35/0.40/0.69)	

CMYK percentages

%0
%34.62
%39.74
%69.41

Codes

Color #4E332F in popluar color models

4E332F
RGB785147
HSL24.80%24.51%
HSB/HSV39.74%30.59%
CMYK0.00%34.62%39.74%
69.41%

Color #4E332F in popluar number systems.

HEX4E332F
Decimal785147
Binary1001110110011101111
Octal1166357

Shades and tints

Shades of #4E332F

#4E332F
(78,51,47)
#472F2B
(71,47,43)
#402B27
(64,43,39)
#392723
(57,39,35)
#32231F
(50,35,31)
#2B1F1B
(43,31,27)
#241B17
(36,27,23)
#1D1713
(29,23,19)
#16130F
(22,19,15)
#0F0F0B
(15,15,11)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #4E332F

#4E332F
(78,51,47)
#5E4541
(94,69,65)
#6E5753
(110,87,83)
#7E6965
(126,105,101)
#8E7B77
(142,123,119)
#9E8D89
(158,141,137)
#AE9F9B
(174,159,155)
#BEB1AD
(190,177,173)
#CEC3BF
(206,195,191)
#DED5D1
(222,213,209)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E332F; }

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

This text font color is #4E332F.


Background Color

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

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

This div background color is #4E332F.


Border color

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

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

This div border color is #4E332F.


Opacity

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

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

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

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

This text has shadow with #4E332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E332F on black background.


Color preview on white background

This text has color #4E332F on white background.



Black color preview on #4E332F background

This text has black color on #4E332F background.


White color preview on #4E332F background

This text has white color on #4E332F background.