COLOR #4E2B49

HEX: #4E2B49
RGB: (78,43,73)

Color info

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

RGB color model

#4E2B49 color RGB value is (78,43,73).

  • red value is 78;
  • green value is 43;
  • blue value is 73.
RGB:
(78,43,73)
(31%,17%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 43 of 255 = 17%
B 73 of 255 = 29%

78
43
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 43 + 73 = 194 (100%)
R 78 of 194 ~ 40.21%
G 43 of 194 ~ 22.16%
B 73 of 194 ~ 37.63%

%40.21
%22.16
%37.63

CMYK color model

#4E2B49 color CMYK value is (0,45,6,69).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 6.41%
  • key color value is 69.41%
CMYK:
(0,45,6,69)
C0M45Y6K69 
(0%,45%,6%,69%)
(0.00/0.45/0.06/0.69)	

CMYK percentages

%0
%44.87
%6.41
%69.41

Codes

Color #4E2B49 in popluar color models

4E2B49
RGB784373
HSL309°28.93%23.73%
HSB/HSV309°44.87%30.59%
CMYK0.00%44.87%6.41%
69.41%

Color #4E2B49 in popluar number systems.

HEX4E2B49
Decimal784373
Binary10011101010111001001
Octal11653111

Shades and tints

Shades of #4E2B49

#4E2B49
(78,43,73)
#472843
(71,40,67)
#40253D
(64,37,61)
#392237
(57,34,55)
#321F31
(50,31,49)
#2B1C2B
(43,28,43)
#241925
(36,25,37)
#1D161F
(29,22,31)
#161319
(22,19,25)
#0F1013
(15,16,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E2B49

#4E2B49
(78,43,73)
#5E3E59
(94,62,89)
#6E5169
(110,81,105)
#7E6479
(126,100,121)
#8E7789
(142,119,137)
#9E8A99
(158,138,153)
#AE9DA9
(174,157,169)
#BEB0B9
(190,176,185)
#CEC3C9
(206,195,201)
#DED6D9
(222,214,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2B49 color. Also use rgb(78,43,73) instead hex code.

Text Font Color

.myTextColor { color: #4E2B49; }

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

This text font color is #4E2B49.


Background Color

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

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

This div background color is #4E2B49.


Border color

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

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

This div border color is #4E2B49.


Opacity

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

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

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

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

This text has shadow with #4E2B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2B49 on black background.


Color preview on white background

This text has color #4E2B49 on white background.



Black color preview on #4E2B49 background

This text has black color on #4E2B49 background.


White color preview on #4E2B49 background

This text has white color on #4E2B49 background.