COLOR #4E0231

HEX: #4E0231
RGB: (78,2,49)

Color info

#4E0231 contains mainly red and blue colors. Web safe color of #4E0231 is #660033 (or #603).

RGB color model

#4E0231 color RGB value is (78,2,49).

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

RGB channels and saturation

R 78 of 255 = 31%
G 2 of 255 = 1%
B 49 of 255 = 19%

78
2
49

R + G + B ~ 17%. #4E0231 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 2 + 49 = 129 (100%)
R 78 of 129 ~ 60.47%
G 2 of 129 ~ 1.55%
B 49 of 129 ~ 37.98%

%60.47
%37.98

CMYK color model

#4E0231 color CMYK value is (0,97,37,69).

  • cyan value is 0.00%
  • magenta value is 97.44%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(0,97,37,69)
C0M97Y37K69 
(0%,97%,37%,69%)
(0.00/0.97/0.37/0.69)	

CMYK percentages

%0
%97.44
%37.18
%69.41

Codes

Color #4E0231 in popluar color models

4E0231
RGB78249
HSL323°95.00%15.69%
HSB/HSV323°97.44%30.59%
CMYK0.00%97.44%37.18%
69.41%

Color #4E0231 in popluar number systems.

HEX4E0231
Decimal78249
Binary100111010110001
Octal116261

Shades and tints

Shades of #4E0231

#4E0231
(78,2,49)
#47022D
(71,2,45)
#400229
(64,2,41)
#390225
(57,2,37)
#320221
(50,2,33)
#2B021D
(43,2,29)
#240219
(36,2,25)
#1D0215
(29,2,21)
#160211
(22,2,17)
#0F020D
(15,2,13)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #4E0231

#4E0231
(78,2,49)
#5E1943
(94,25,67)
#6E3055
(110,48,85)
#7E4767
(126,71,103)
#8E5E79
(142,94,121)
#9E758B
(158,117,139)
#AE8C9D
(174,140,157)
#BEA3AF
(190,163,175)
#CEBAC1
(206,186,193)
#DED1D3
(222,209,211)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0231; }

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

This text font color is #4E0231.


Background Color

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

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

This div background color is #4E0231.


Border color

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

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

This div border color is #4E0231.


Opacity

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

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

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

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

This text has shadow with #4E0231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0231 on black background.


Color preview on white background

This text has color #4E0231 on white background.



Black color preview on #4E0231 background

This text has black color on #4E0231 background.


White color preview on #4E0231 background

This text has white color on #4E0231 background.