COLOR #4E123B

HEX: #4E123B RGB: (78,18,59)

Color info

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

RGB color model

#4E123B color RGB value is (78,18,59).

RGB: (78,18,59) (31%, 7%, 23%)

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 59 of 255 = 23%

78
18
59

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

Portions of RGB colors in percentages

R + G + B = 78 + 18 + 59 = 155 (100%)
R 78 of 155 ~ 50.32%
G 18 of 155 ~ 11.61%
B 59 of 155 ~ 38.06'%

%50.32
%11.61
%38.06

CMYK color model

#4E123B color CMYK value is (0,77,24,69).

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

CMYK: (0,77,24,69)
C0M77Y24K69 (0%, 77%, 24%, 69%)
(0.00 / 0.77 / 0.24 / 0.69)

CMYK percentages

%0
%76.92
%24.36
%69.41

Codes

Color #4E123B in popluar color models

4E 12 3B
RGB 78 18 59
HSL 319° 62.50% 18.82%
HSB/HSV 319° 76.92% 30.59%
CMYK 0.00% 76.92% 24.36%
69.41%

Color #4E123B in popluar number systems.

HEX 4E 12 3B
Decimal 78 18 59
Binary 1001110 10010 111011
Octal 116 22 73

Shades and tints

Shades of #4E123B

#4E123B
(78,18,59)
#471136
(71,17,54)
#401031
(64,16,49)
#390F2C
(57,15,44)
#320E27
(50,14,39)
#2B0D22
(43,13,34)
#240C1D
(36,12,29)
#1D0B18
(29,11,24)
#160A13
(22,10,19)
#0F090E
(15,9,14)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #4E123B

#4E123B
(78,18,59)
#5E274C
(94,39,76)
#6E3C5D
(110,60,93)
#7E516E
(126,81,110)
#8E667F
(142,102,127)
#9E7B90
(158,123,144)
#AE90A1
(174,144,161)
#BEA5B2
(190,165,178)
#CEBAC3
(206,186,195)
#DECFD4
(222,207,212)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E123B; }

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

This text font color is #4E123B.

Background Color

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

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

This div background color is #4E123B.

Border color

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

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

This div border color is #4E123B.

Opacity

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

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

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

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

This text has shadow with #4E123B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E123B.

Preview

Color preview on black background

This text has color #4E123B on black background.


Color preview on white background

This text has color #4E123B on white background.


Black color preview on #4E123B background

This text has black color on #4E123B background.


White color preview on #4E123B background

This text has white color on #4E123B background.


Related colors

Complementary color

Complementary color for #hex is #B1EDC4.


I love getcolorcode.com

Triadic colors

1 #3B4E12 and #123B4E with #4E123B are triadic colors.

2 #3B124E and #124E3B with #4E123B are triadic colors.