COLOR #4E154C

HEX: #4E154C RGB: (78,21,76)

Color info

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

RGB color model

#4E154C color RGB value is (78,21,76).

RGB: (78,21,76) (31%, 8%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 21 of 255 = 8%
B 76 of 255 = 30%

78
21
76

R + G + B ~ 23%. #4E154C is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 21 + 76 = 175 (100%)
R 78 of 175 ~ 44.57%
G 21 of 175 ~ 12%
B 76 of 175 ~ 43.43'%

%44.57
%12
%43.43

CMYK color model

#4E154C color CMYK value is (0,73,3,69).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 2.56%
  • key color value is 69.41%

CMYK: (0,73,3,69)
C0M73Y3K69 (0%, 73%, 3%, 69%)
(0.00 / 0.73 / 0.03 / 0.69)

CMYK percentages

%0
%73.08
%2.56
%69.41

Codes

Color #4E154C in popluar color models

4E 15 4C
RGB 78 21 76
HSL 302° 57.58% 19.41%
HSB/HSV 302° 73.08% 30.59%
CMYK 0.00% 73.08% 2.56%
69.41%

Color #4E154C in popluar number systems.

HEX 4E 15 4C
Decimal 78 21 76
Binary 1001110 10101 1001100
Octal 116 25 114

Shades and tints

Shades of #4E154C

#4E154C
(78,21,76)
#471446
(71,20,70)
#401340
(64,19,64)
#39123A
(57,18,58)
#321134
(50,17,52)
#2B102E
(43,16,46)
#240F28
(36,15,40)
#1D0E22
(29,14,34)
#160D1C
(22,13,28)
#0F0C16
(15,12,22)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E154C

#4E154C
(78,21,76)
#5E2A5C
(94,42,92)
#6E3F6C
(110,63,108)
#7E547C
(126,84,124)
#8E698C
(142,105,140)
#9E7E9C
(158,126,156)
#AE93AC
(174,147,172)
#BEA8BC
(190,168,188)
#CEBDCC
(206,189,204)
#DED2DC
(222,210,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E154C color. Also use rgb(78,21,76) instead hex code.

Text Font Color

.myTextColor { color: #4E154C; }

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

This text font color is #4E154C.

Background Color

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

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

This div background color is #4E154C.

Border color

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

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

This div border color is #4E154C.

Opacity

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

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

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

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

This text has shadow with #4E154C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E154C.

Preview

Color preview on black background

This text has color #4E154C on black background.


Color preview on white background

This text has color #4E154C on white background.


Black color preview on #4E154C background

This text has black color on #4E154C background.


White color preview on #4E154C background

This text has white color on #4E154C background.


Related colors

Complementary color

Complementary color for #hex is #B1EAB3.


I love getcolorcode.com

Triadic colors

1 #4C4E15 and #154C4E with #4E154C are triadic colors.

2 #4C154E and #154E4C with #4E154C are triadic colors.