COLOR #4E1731

HEX: #4E1731
RGB: (78,23,49)

Color info

#4E1731 contains red, green and blue colors in about the same proportion. Web safe color of #4E1731 is #660033 (or #603).

RGB color model

#4E1731 color RGB value is (78,23,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 23 of 255 = 9%
B 49 of 255 = 19%

78
23
49

R + G + B ~ 20%. #4E1731 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 23 + 49 = 150 (100%)
R 78 of 150 ~ 52%
G 23 of 150 ~ 15.33%
B 49 of 150 ~ 32.67%

%52
%15.33
%32.67

CMYK color model

#4E1731 color CMYK value is (0,71,37,69).

  • cyan value is 0.00%
  • magenta value is 70.51%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(0,71,37,69)
C0M71Y37K69 
(0%,71%,37%,69%)
(0.00/0.71/0.37/0.69)	

CMYK percentages

%0
%70.51
%37.18
%69.41

Codes

Color #4E1731 in popluar color models

4E1731
RGB782349
HSL332°54.46%19.80%
HSB/HSV332°70.51%30.59%
CMYK0.00%70.51%37.18%
69.41%

Color #4E1731 in popluar number systems.

HEX4E1731
Decimal782349
Binary100111010111110001
Octal1162761

Shades and tints

Shades of #4E1731

#4E1731
(78,23,49)
#47152D
(71,21,45)
#401329
(64,19,41)
#391125
(57,17,37)
#320F21
(50,15,33)
#2B0D1D
(43,13,29)
#240B19
(36,11,25)
#1D0915
(29,9,21)
#160711
(22,7,17)
#0F050D
(15,5,13)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #4E1731

#4E1731
(78,23,49)
#5E2C43
(94,44,67)
#6E4155
(110,65,85)
#7E5667
(126,86,103)
#8E6B79
(142,107,121)
#9E808B
(158,128,139)
#AE959D
(174,149,157)
#BEAAAF
(190,170,175)
#CEBFC1
(206,191,193)
#DED4D3
(222,212,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1731; }

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

This text font color is #4E1731.


Background Color

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

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

This div background color is #4E1731.


Border color

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

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

This div border color is #4E1731.


Opacity

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

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

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

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

This text has shadow with #4E1731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1731 on black background.


Color preview on white background

This text has color #4E1731 on white background.



Black color preview on #4E1731 background

This text has black color on #4E1731 background.


White color preview on #4E1731 background

This text has white color on #4E1731 background.