COLOR #4E2D51

HEX: #4E2D51
RGB: (78,45,81)

Color info

#4E2D51 contains red, green and blue colors in about the same proportion. Web safe color of #4E2D51 is #663366 (or #636).

RGB color model

#4E2D51 color RGB value is (78,45,81).

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

RGB channels and saturation

R 78 of 255 = 31%
G 45 of 255 = 18%
B 81 of 255 = 32%

78
45
81

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

Portions of RGB colors in percentages

R + G + B =
78 + 45 + 81 = 204 (100%)
R 78 of 204 ~ 38.24%
G 45 of 204 ~ 22.06%
B 81 of 204 ~ 39.71%

%38.24
%22.06
%39.71

CMYK color model

#4E2D51 color CMYK value is (4,44,0,68).

  • cyan value is 3.70%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(4,44,0,68)
C4M44Y0K68 
(4%,44%,0%,68%)
(0.04/0.44/0.00/0.68)	

CMYK percentages

%3.7
%44.44
%0
%68.24

Codes

Color #4E2D51 in popluar color models

4E2D51
RGB784581
HSL295°28.57%24.71%
HSB/HSV295°44.44%31.76%
CMYK3.70%44.44%0.00%
68.24%

Color #4E2D51 in popluar number systems.

HEX4E2D51
Decimal784581
Binary10011101011011010001
Octal11655121

Shades and tints

Shades of #4E2D51

#4E2D51
(78,45,81)
#47294A
(71,41,74)
#402543
(64,37,67)
#39213C
(57,33,60)
#321D35
(50,29,53)
#2B192E
(43,25,46)
#241527
(36,21,39)
#1D1120
(29,17,32)
#160D19
(22,13,25)
#0F0912
(15,9,18)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #4E2D51

#4E2D51
(78,45,81)
#5E4060
(94,64,96)
#6E536F
(110,83,111)
#7E667E
(126,102,126)
#8E798D
(142,121,141)
#9E8C9C
(158,140,156)
#AE9FAB
(174,159,171)
#BEB2BA
(190,178,186)
#CEC5C9
(206,197,201)
#DED8D8
(222,216,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2D51; }

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

This text font color is #4E2D51.


Background Color

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

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

This div background color is #4E2D51.


Border color

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

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

This div border color is #4E2D51.


Opacity

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

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

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

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

This text has shadow with #4E2D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2D51 on black background.


Color preview on white background

This text has color #4E2D51 on white background.



Black color preview on #4E2D51 background

This text has black color on #4E2D51 background.


White color preview on #4E2D51 background

This text has white color on #4E2D51 background.