COLOR #4E1437

HEX: #4E1437 RGB: (78,20,55)

Color info

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

RGB color model

#4E1437 color RGB value is (78,20,55).

RGB: (78,20,55) (31%, 8%, 22%)

RGB channels and saturation

R 78 of 255 = 31%
G 20 of 255 = 8%
B 55 of 255 = 22%

78
20
55

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

Portions of RGB colors in percentages

R + G + B = 78 + 20 + 55 = 153 (100%)
R 78 of 153 ~ 50.98%
G 20 of 153 ~ 13.07%
B 55 of 153 ~ 35.95'%

%50.98
%13.07
%35.95

CMYK color model

#4E1437 color CMYK value is (0,74,29,69).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 29.49%
  • key color value is 69.41%

CMYK: (0,74,29,69)
C0M74Y29K69 (0%, 74%, 29%, 69%)
(0.00 / 0.74 / 0.29 / 0.69)

CMYK percentages

%0
%74.36
%29.49
%69.41

Codes

Color #4E1437 in popluar color models

4E 14 37
RGB 78 20 55
HSL 324° 59.18% 19.22%
HSB/HSV 324° 74.36% 30.59%
CMYK 0.00% 74.36% 29.49%
69.41%

Color #4E1437 in popluar number systems.

HEX 4E 14 37
Decimal 78 20 55
Binary 1001110 10100 110111
Octal 116 24 67

Shades and tints

Shades of #4E1437

#4E1437
(78,20,55)
#471332
(71,19,50)
#40122D
(64,18,45)
#391128
(57,17,40)
#321023
(50,16,35)
#2B0F1E
(43,15,30)
#240E19
(36,14,25)
#1D0D14
(29,13,20)
#160C0F
(22,12,15)
#0F0B0A
(15,11,10)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #4E1437

#4E1437
(78,20,55)
#5E2949
(94,41,73)
#6E3E5B
(110,62,91)
#7E536D
(126,83,109)
#8E687F
(142,104,127)
#9E7D91
(158,125,145)
#AE92A3
(174,146,163)
#BEA7B5
(190,167,181)
#CEBCC7
(206,188,199)
#DED1D9
(222,209,217)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1437 color. Also use rgb(78,20,55) instead hex code.

Text Font Color

.myTextColor { color: #4E1437; }

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

This text font color is #4E1437.

Background Color

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

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

This div background color is #4E1437.

Border color

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

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

This div border color is #4E1437.

Opacity

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

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

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

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

This text has shadow with #4E1437 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1437.

Preview

Color preview on black background

This text has color #4E1437 on black background.


Color preview on white background

This text has color #4E1437 on white background.


Black color preview on #4E1437 background

This text has black color on #4E1437 background.


White color preview on #4E1437 background

This text has white color on #4E1437 background.


Related colors

Complementary color

Complementary color for #hex is #B1EBC8.


I love getcolorcode.com

Triadic colors

1 #374E14 and #14374E with #4E1437 are triadic colors.

2 #37144E and #144E37 with #4E1437 are triadic colors.