COLOR #4E012B

HEX: #4E012B RGB: (78,1,43)

Color info

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

RGB color model

#4E012B color RGB value is (78,1,43).

RGB: (78,1,43) (31%, 0%, 17%)

RGB channels and saturation

R 78 of 255 = 31%
G 1 of 255 = 0%
B 43 of 255 = 17%

78
1
43

R + G + B ~ 16%. #4E012B is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 1 + 43 = 122 (100%)
R 78 of 122 ~ 63.93%
G 1 of 122 ~ 0.82%
B 43 of 122 ~ 35.25'%

%63.93
%35.25

CMYK color model

#4E012B color CMYK value is (0,99,45,69).

  • cyan value is 0.00%
  • magenta value is 98.72%
  • yellow value is 44.87%
  • key color value is 69.41%

CMYK: (0,99,45,69)
C0M99Y45K69 (0%, 99%, 45%, 69%)
(0.00 / 0.99 / 0.45 / 0.69)

CMYK percentages

%0
%98.72
%44.87
%69.41

Codes

Color #4E012B in popluar color models

4E 01 2B
RGB 78 1 43
HSL 327° 97.47% 15.49%
HSB/HSV 327° 98.72% 30.59%
CMYK 0.00% 98.72% 44.87%
69.41%

Color #4E012B in popluar number systems.

HEX 4E 01 2B
Decimal 78 1 43
Binary 1001110 1 101011
Octal 116 1 53

Shades and tints

Shades of #4E012B

#4E012B
(78,1,43)
#470128
(71,1,40)
#400125
(64,1,37)
#390122
(57,1,34)
#32011F
(50,1,31)
#2B011C
(43,1,28)
#240119
(36,1,25)
#1D0116
(29,1,22)
#160113
(22,1,19)
#0F0110
(15,1,16)
#08010D
(8,1,13)
#000000
(0,0,0)

Tints of #4E012B

#4E012B
(78,1,43)
#5E183E
(94,24,62)
#6E2F51
(110,47,81)
#7E4664
(126,70,100)
#8E5D77
(142,93,119)
#9E748A
(158,116,138)
#AE8B9D
(174,139,157)
#BEA2B0
(190,162,176)
#CEB9C3
(206,185,195)
#DED0D6
(222,208,214)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E012B color. Also use rgb(78,1,43) instead hex code.

Text Font Color

.myTextColor { color: #4E012B; }

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

This text font color is #4E012B.

Background Color

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

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

This div background color is #4E012B.

Border color

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

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

This div border color is #4E012B.

Opacity

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

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

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

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

This text has shadow with #4E012B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E012B.

Preview

Color preview on black background

This text has color #4E012B on black background.


Color preview on white background

This text has color #4E012B on white background.


Black color preview on #4E012B background

This text has black color on #4E012B background.


White color preview on #4E012B background

This text has white color on #4E012B background.


Related colors

Complementary color

Complementary color for #hex is #B1FED4.


I love getcolorcode.com

Triadic colors

1 #2B4E01 and #012B4E with #4E012B are triadic colors.

2 #2B014E and #014E2B with #4E012B are triadic colors.