COLOR #4E324C

HEX: #4E324C
RGB: (78,50,76)

Color info

#4E324C contains red, green and blue colors in about the same proportion. Web safe color of #4E324C is #663333 (or #633).

RGB color model

#4E324C color RGB value is (78,50,76).

  • red value is 78;
  • green value is 50;
  • blue value is 76.
RGB:
(78,50,76)
(31%,20%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 76 of 255 = 30%

78
50
76

R + G + B ~ 27%. #4E324C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 76 = 204 (100%)
R 78 of 204 ~ 38.24%
G 50 of 204 ~ 24.51%
B 76 of 204 ~ 37.25%

%38.24
%24.51
%37.25

CMYK color model

#4E324C color CMYK value is (0,36,3,69).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 2.56%
  • key color value is 69.41%
CMYK:
(0,36,3,69)
C0M36Y3K69 
(0%,36%,3%,69%)
(0.00/0.36/0.03/0.69)	

CMYK percentages

%0
%35.9
%2.56
%69.41

Codes

Color #4E324C in popluar color models

4E324C
RGB785076
HSL304°21.88%25.10%
HSB/HSV304°35.90%30.59%
CMYK0.00%35.90%2.56%
69.41%

Color #4E324C in popluar number systems.

HEX4E324C
Decimal785076
Binary10011101100101001100
Octal11662114

Shades and tints

Shades of #4E324C

#4E324C
(78,50,76)
#472E46
(71,46,70)
#402A40
(64,42,64)
#39263A
(57,38,58)
#322234
(50,34,52)
#2B1E2E
(43,30,46)
#241A28
(36,26,40)
#1D1622
(29,22,34)
#16121C
(22,18,28)
#0F0E16
(15,14,22)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E324C

#4E324C
(78,50,76)
#5E445C
(94,68,92)
#6E566C
(110,86,108)
#7E687C
(126,104,124)
#8E7A8C
(142,122,140)
#9E8C9C
(158,140,156)
#AE9EAC
(174,158,172)
#BEB0BC
(190,176,188)
#CEC2CC
(206,194,204)
#DED4DC
(222,212,220)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E324C; }

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

This text font color is #4E324C.


Background Color

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

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

This div background color is #4E324C.


Border color

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

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

This div border color is #4E324C.


Opacity

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

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

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

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

This text has shadow with #4E324C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E324C on black background.


Color preview on white background

This text has color #4E324C on white background.



Black color preview on #4E324C background

This text has black color on #4E324C background.


White color preview on #4E324C background

This text has white color on #4E324C background.