COLOR #4E2F31

HEX: #4E2F31
RGB: (78,47,49)

Color info

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

RGB color model

#4E2F31 color RGB value is (78,47,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 47 of 255 = 18%
B 49 of 255 = 19%

78
47
49

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

Portions of RGB colors in percentages

R + G + B =
78 + 47 + 49 = 174 (100%)
R 78 of 174 ~ 44.83%
G 47 of 174 ~ 27.01%
B 49 of 174 ~ 28.16%

%44.83
%27.01
%28.16

CMYK color model

#4E2F31 color CMYK value is (0,40,37,69).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(0,40,37,69)
C0M40Y37K69 
(0%,40%,37%,69%)
(0.00/0.40/0.37/0.69)	

CMYK percentages

%0
%39.74
%37.18
%69.41

Codes

Color #4E2F31 in popluar color models

4E2F31
RGB784749
HSL356°24.80%24.51%
HSB/HSV356°39.74%30.59%
CMYK0.00%39.74%37.18%
69.41%

Color #4E2F31 in popluar number systems.

HEX4E2F31
Decimal784749
Binary1001110101111110001
Octal1165761

Shades and tints

Shades of #4E2F31

#4E2F31
(78,47,49)
#472B2D
(71,43,45)
#402729
(64,39,41)
#392325
(57,35,37)
#321F21
(50,31,33)
#2B1B1D
(43,27,29)
#241719
(36,23,25)
#1D1315
(29,19,21)
#160F11
(22,15,17)
#0F0B0D
(15,11,13)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E2F31

#4E2F31
(78,47,49)
#5E4143
(94,65,67)
#6E5355
(110,83,85)
#7E6567
(126,101,103)
#8E7779
(142,119,121)
#9E898B
(158,137,139)
#AE9B9D
(174,155,157)
#BEADAF
(190,173,175)
#CEBFC1
(206,191,193)
#DED1D3
(222,209,211)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2F31; }

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

This text font color is #4E2F31.


Background Color

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

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

This div background color is #4E2F31.


Border color

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

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

This div border color is #4E2F31.


Opacity

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

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

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

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

This text has shadow with #4E2F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2F31 on black background.


Color preview on white background

This text has color #4E2F31 on white background.



Black color preview on #4E2F31 background

This text has black color on #4E2F31 background.


White color preview on #4E2F31 background

This text has white color on #4E2F31 background.