COLOR #4E2931

HEX: #4E2931
RGB: (78,41,49)

Color info

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

RGB color model

#4E2931 color RGB value is (78,41,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 49 of 255 = 19%

78
41
49

R + G + B ~ 22%. #4E2931 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 41 + 49 = 168 (100%)
R 78 of 168 ~ 46.43%
G 41 of 168 ~ 24.4%
B 49 of 168 ~ 29.17%

%46.43
%24.4
%29.17

CMYK color model

#4E2931 color CMYK value is (0,47,37,69).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(0,47,37,69)
C0M47Y37K69 
(0%,47%,37%,69%)
(0.00/0.47/0.37/0.69)	

CMYK percentages

%0
%47.44
%37.18
%69.41

Codes

Color #4E2931 in popluar color models

4E2931
RGB784149
HSL347°31.09%23.33%
HSB/HSV347°47.44%30.59%
CMYK0.00%47.44%37.18%
69.41%

Color #4E2931 in popluar number systems.

HEX4E2931
Decimal784149
Binary1001110101001110001
Octal1165161

Shades and tints

Shades of #4E2931

#4E2931
(78,41,49)
#47262D
(71,38,45)
#402329
(64,35,41)
#392025
(57,32,37)
#321D21
(50,29,33)
#2B1A1D
(43,26,29)
#241719
(36,23,25)
#1D1415
(29,20,21)
#161111
(22,17,17)
#0F0E0D
(15,14,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E2931

#4E2931
(78,41,49)
#5E3C43
(94,60,67)
#6E4F55
(110,79,85)
#7E6267
(126,98,103)
#8E7579
(142,117,121)
#9E888B
(158,136,139)
#AE9B9D
(174,155,157)
#BEAEAF
(190,174,175)
#CEC1C1
(206,193,193)
#DED4D3
(222,212,211)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2931; }

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

This text font color is #4E2931.


Background Color

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

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

This div background color is #4E2931.


Border color

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

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

This div border color is #4E2931.


Opacity

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

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

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

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

This text has shadow with #4E2931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2931 on black background.


Color preview on white background

This text has color #4E2931 on white background.



Black color preview on #4E2931 background

This text has black color on #4E2931 background.


White color preview on #4E2931 background

This text has white color on #4E2931 background.