COLOR #4E2D4B

HEX: #4E2D4B
RGB: (78,45,75)

Color info

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

RGB color model

#4E2D4B color RGB value is (78,45,75).

  • red value is 78;
  • green value is 45;
  • blue value is 75.
RGB:
(78,45,75)
(31%,18%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 45 of 255 = 18%
B 75 of 255 = 29%

78
45
75

R + G + B ~ 26%. #4E2D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 45 + 75 = 198 (100%)
R 78 of 198 ~ 39.39%
G 45 of 198 ~ 22.73%
B 75 of 198 ~ 37.88%

%39.39
%22.73
%37.88

CMYK color model

#4E2D4B color CMYK value is (0,42,4,69).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 3.85%
  • key color value is 69.41%
CMYK:
(0,42,4,69)
C0M42Y4K69 
(0%,42%,4%,69%)
(0.00/0.42/0.04/0.69)	

CMYK percentages

%0
%42.31
%3.85
%69.41

Codes

Color #4E2D4B in popluar color models

4E2D4B
RGB784575
HSL305°26.83%24.12%
HSB/HSV305°42.31%30.59%
CMYK0.00%42.31%3.85%
69.41%

Color #4E2D4B in popluar number systems.

HEX4E2D4B
Decimal784575
Binary10011101011011001011
Octal11655113

Shades and tints

Shades of #4E2D4B

#4E2D4B
(78,45,75)
#472945
(71,41,69)
#40253F
(64,37,63)
#392139
(57,33,57)
#321D33
(50,29,51)
#2B192D
(43,25,45)
#241527
(36,21,39)
#1D1121
(29,17,33)
#160D1B
(22,13,27)
#0F0915
(15,9,21)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #4E2D4B

#4E2D4B
(78,45,75)
#5E405B
(94,64,91)
#6E536B
(110,83,107)
#7E667B
(126,102,123)
#8E798B
(142,121,139)
#9E8C9B
(158,140,155)
#AE9FAB
(174,159,171)
#BEB2BB
(190,178,187)
#CEC5CB
(206,197,203)
#DED8DB
(222,216,219)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2D4B color. Also use rgb(78,45,75) instead hex code.

Text Font Color

.myTextColor { color: #4E2D4B; }

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

This text font color is #4E2D4B.


Background Color

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

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

This div background color is #4E2D4B.


Border color

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

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

This div border color is #4E2D4B.


Opacity

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

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

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

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

This text has shadow with #4E2D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2D4B on black background.


Color preview on white background

This text has color #4E2D4B on white background.



Black color preview on #4E2D4B background

This text has black color on #4E2D4B background.


White color preview on #4E2D4B background

This text has white color on #4E2D4B background.