COLOR #4E3253

HEX: #4E3253
RGB: (78,50,83)

Color info

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

RGB color model

#4E3253 color RGB value is (78,50,83).

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

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 83 of 255 = 33%

78
50
83

R + G + B ~ 28%. #4E3253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 83 = 211 (100%)
R 78 of 211 ~ 36.97%
G 50 of 211 ~ 23.7%
B 83 of 211 ~ 39.34%

%36.97
%23.7
%39.34

CMYK color model

#4E3253 color CMYK value is (6,40,0,67).

  • cyan value is 6.02%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(6,40,0,67)
C6M40Y0K67 
(6%,40%,0%,67%)
(0.06/0.40/0.00/0.67)	

CMYK percentages

%6.02
%39.76
%0
%67.45

Codes

Color #4E3253 in popluar color models

4E3253
RGB785083
HSL291°24.81%26.08%
HSB/HSV291°39.76%32.55%
CMYK6.02%39.76%0.00%
67.45%

Color #4E3253 in popluar number systems.

HEX4E3253
Decimal785083
Binary10011101100101010011
Octal11662123

Shades and tints

Shades of #4E3253

#4E3253
(78,50,83)
#472E4C
(71,46,76)
#402A45
(64,42,69)
#39263E
(57,38,62)
#322237
(50,34,55)
#2B1E30
(43,30,48)
#241A29
(36,26,41)
#1D1622
(29,22,34)
#16121B
(22,18,27)
#0F0E14
(15,14,20)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E3253

#4E3253
(78,50,83)
#5E4462
(94,68,98)
#6E5671
(110,86,113)
#7E6880
(126,104,128)
#8E7A8F
(142,122,143)
#9E8C9E
(158,140,158)
#AE9EAD
(174,158,173)
#BEB0BC
(190,176,188)
#CEC2CB
(206,194,203)
#DED4DA
(222,212,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3253; }

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

This text font color is #4E3253.


Background Color

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

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

This div background color is #4E3253.


Border color

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

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

This div border color is #4E3253.


Opacity

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

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

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

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

This text has shadow with #4E3253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3253 on black background.


Color preview on white background

This text has color #4E3253 on white background.



Black color preview on #4E3253 background

This text has black color on #4E3253 background.


White color preview on #4E3253 background

This text has white color on #4E3253 background.