COLOR #4E3262

HEX: #4E3262
RGB: (78,50,98)

Color info

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

RGB color model

#4E3262 color RGB value is (78,50,98).

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

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 98 of 255 = 38%

78
50
98

R + G + B ~ 30%. #4E3262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 50 + 98 = 226 (100%)
R 78 of 226 ~ 34.51%
G 50 of 226 ~ 22.12%
B 98 of 226 ~ 43.36%

%34.51
%22.12
%43.36

CMYK color model

#4E3262 color CMYK value is (20,49,0,62).

  • cyan value is 20.41%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(20,49,0,62)
C20M49Y0K62 
(20%,49%,0%,62%)
(0.20/0.49/0.00/0.62)	

CMYK percentages

%20.41
%48.98
%0
%61.57

Codes

Color #4E3262 in popluar color models

4E3262
RGB785098
HSL275°32.43%29.02%
HSB/HSV275°48.98%38.43%
CMYK20.41%48.98%0.00%
61.57%

Color #4E3262 in popluar number systems.

HEX4E3262
Decimal785098
Binary10011101100101100010
Octal11662142

Shades and tints

Shades of #4E3262

#4E3262
(78,50,98)
#472E5A
(71,46,90)
#402A52
(64,42,82)
#39264A
(57,38,74)
#322242
(50,34,66)
#2B1E3A
(43,30,58)
#241A32
(36,26,50)
#1D162A
(29,22,42)
#161222
(22,18,34)
#0F0E1A
(15,14,26)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #4E3262

#4E3262
(78,50,98)
#5E4470
(94,68,112)
#6E567E
(110,86,126)
#7E688C
(126,104,140)
#8E7A9A
(142,122,154)
#9E8CA8
(158,140,168)
#AE9EB6
(174,158,182)
#BEB0C4
(190,176,196)
#CEC2D2
(206,194,210)
#DED4E0
(222,212,224)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3262; }

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

This text font color is #4E3262.


Background Color

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

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

This div background color is #4E3262.


Border color

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

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

This div border color is #4E3262.


Opacity

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

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

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

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

This text has shadow with #4E3262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3262 on black background.


Color preview on white background

This text has color #4E3262 on white background.



Black color preview on #4E3262 background

This text has black color on #4E3262 background.


White color preview on #4E3262 background

This text has white color on #4E3262 background.