COLOR #4E1230

HEX: #4E1230 RGB: (78,18,48)

Color info

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

RGB color model

#4E1230 color RGB value is (78,18,48).

RGB: (78,18,48) (31%, 7%, 19%)

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 48 of 255 = 19%

78
18
48

R + G + B ~ 19%. #4E1230 is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 18 + 48 = 144 (100%)
R 78 of 144 ~ 54.17%
G 18 of 144 ~ 12.5%
B 48 of 144 ~ 33.33'%

%54.17
%12.5
%33.33

CMYK color model

#4E1230 color CMYK value is (0,77,38,69).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 38.46%
  • key color value is 69.41%

CMYK: (0,77,38,69)
C0M77Y38K69 (0%, 77%, 38%, 69%)
(0.00 / 0.77 / 0.38 / 0.69)

CMYK percentages

%0
%76.92
%38.46
%69.41

Codes

Color #4E1230 in popluar color models

4E 12 30
RGB 78 18 48
HSL 330° 62.50% 18.82%
HSB/HSV 330° 76.92% 30.59%
CMYK 0.00% 76.92% 38.46%
69.41%

Color #4E1230 in popluar number systems.

HEX 4E 12 30
Decimal 78 18 48
Binary 1001110 10010 110000
Octal 116 22 60

Shades and tints

Shades of #4E1230

#4E1230
(78,18,48)
#47112C
(71,17,44)
#401028
(64,16,40)
#390F24
(57,15,36)
#320E20
(50,14,32)
#2B0D1C
(43,13,28)
#240C18
(36,12,24)
#1D0B14
(29,11,20)
#160A10
(22,10,16)
#0F090C
(15,9,12)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #4E1230

#4E1230
(78,18,48)
#5E2742
(94,39,66)
#6E3C54
(110,60,84)
#7E5166
(126,81,102)
#8E6678
(142,102,120)
#9E7B8A
(158,123,138)
#AE909C
(174,144,156)
#BEA5AE
(190,165,174)
#CEBAC0
(206,186,192)
#DECFD2
(222,207,210)
#EEE4E4
(238,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1230 color. Also use rgb(78,18,48) instead hex code.

Text Font Color

.myTextColor { color: #4E1230; }

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

This text font color is #4E1230.

Background Color

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

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

This div background color is #4E1230.

Border color

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

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

This div border color is #4E1230.

Opacity

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

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

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

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

This text has shadow with #4E1230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1230.

Preview

Color preview on black background

This text has color #4E1230 on black background.


Color preview on white background

This text has color #4E1230 on white background.


Black color preview on #4E1230 background

This text has black color on #4E1230 background.


White color preview on #4E1230 background

This text has white color on #4E1230 background.


Related colors

Complementary color

Complementary color for #hex is #B1EDCF.


I love getcolorcode.com

Triadic colors

1 #304E12 and #12304E with #4E1230 are triadic colors.

2 #30124E and #124E30 with #4E1230 are triadic colors.