COLOR #4E3249

HEX: #4E3249
RGB: (78,50,73)

Color info

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

RGB color model

#4E3249 color RGB value is (78,50,73).

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

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 73 of 255 = 29%

78
50
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 73 = 201 (100%)
R 78 of 201 ~ 38.81%
G 50 of 201 ~ 24.88%
B 73 of 201 ~ 36.32%

%38.81
%24.88
%36.32

CMYK color model

#4E3249 color CMYK value is (0,36,6,69).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 6.41%
  • key color value is 69.41%
CMYK:
(0,36,6,69)
C0M36Y6K69 
(0%,36%,6%,69%)
(0.00/0.36/0.06/0.69)	

CMYK percentages

%0
%35.9
%6.41
%69.41

Codes

Color #4E3249 in popluar color models

4E3249
RGB785073
HSL311°21.88%25.10%
HSB/HSV311°35.90%30.59%
CMYK0.00%35.90%6.41%
69.41%

Color #4E3249 in popluar number systems.

HEX4E3249
Decimal785073
Binary10011101100101001001
Octal11662111

Shades and tints

Shades of #4E3249

#4E3249
(78,50,73)
#472E43
(71,46,67)
#402A3D
(64,42,61)
#392637
(57,38,55)
#322231
(50,34,49)
#2B1E2B
(43,30,43)
#241A25
(36,26,37)
#1D161F
(29,22,31)
#161219
(22,18,25)
#0F0E13
(15,14,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E3249

#4E3249
(78,50,73)
#5E4459
(94,68,89)
#6E5669
(110,86,105)
#7E6879
(126,104,121)
#8E7A89
(142,122,137)
#9E8C99
(158,140,153)
#AE9EA9
(174,158,169)
#BEB0B9
(190,176,185)
#CEC2C9
(206,194,201)
#DED4D9
(222,212,217)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3249; }

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

This text font color is #4E3249.


Background Color

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

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

This div background color is #4E3249.


Border color

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

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

This div border color is #4E3249.


Opacity

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

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

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

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

This text has shadow with #4E3249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3249 on black background.


Color preview on white background

This text has color #4E3249 on white background.



Black color preview on #4E3249 background

This text has black color on #4E3249 background.


White color preview on #4E3249 background

This text has white color on #4E3249 background.