COLOR #4E2C48

HEX: #4E2C48
RGB: (78,44,72)

Color info

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

RGB color model

#4E2C48 color RGB value is (78,44,72).

  • red value is 78;
  • green value is 44;
  • blue value is 72.
RGB:
(78,44,72)
(31%,17%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 44 of 255 = 17%
B 72 of 255 = 28%

78
44
72

R + G + B ~ 25%. #4E2C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 44 + 72 = 194 (100%)
R 78 of 194 ~ 40.21%
G 44 of 194 ~ 22.68%
B 72 of 194 ~ 37.11%

%40.21
%22.68
%37.11

CMYK color model

#4E2C48 color CMYK value is (0,44,8,69).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 7.69%
  • key color value is 69.41%
CMYK:
(0,44,8,69)
C0M44Y8K69 
(0%,44%,8%,69%)
(0.00/0.44/0.08/0.69)	

CMYK percentages

%0
%43.59
%7.69
%69.41

Codes

Color #4E2C48 in popluar color models

4E2C48
RGB784472
HSL311°27.87%23.92%
HSB/HSV311°43.59%30.59%
CMYK0.00%43.59%7.69%
69.41%

Color #4E2C48 in popluar number systems.

HEX4E2C48
Decimal784472
Binary10011101011001001000
Octal11654110

Shades and tints

Shades of #4E2C48

#4E2C48
(78,44,72)
#472842
(71,40,66)
#40243C
(64,36,60)
#392036
(57,32,54)
#321C30
(50,28,48)
#2B182A
(43,24,42)
#241424
(36,20,36)
#1D101E
(29,16,30)
#160C18
(22,12,24)
#0F0812
(15,8,18)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #4E2C48

#4E2C48
(78,44,72)
#5E3F58
(94,63,88)
#6E5268
(110,82,104)
#7E6578
(126,101,120)
#8E7888
(142,120,136)
#9E8B98
(158,139,152)
#AE9EA8
(174,158,168)
#BEB1B8
(190,177,184)
#CEC4C8
(206,196,200)
#DED7D8
(222,215,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2C48 color. Also use rgb(78,44,72) instead hex code.

Text Font Color

.myTextColor { color: #4E2C48; }

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

This text font color is #4E2C48.


Background Color

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

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

This div background color is #4E2C48.


Border color

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

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

This div border color is #4E2C48.


Opacity

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

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

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

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

This text has shadow with #4E2C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2C48 on black background.


Color preview on white background

This text has color #4E2C48 on white background.



Black color preview on #4E2C48 background

This text has black color on #4E2C48 background.


White color preview on #4E2C48 background

This text has white color on #4E2C48 background.