COLOR #4E3146

HEX: #4E3146
RGB: (78,49,70)

Color info

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

RGB color model

#4E3146 color RGB value is (78,49,70).

  • red value is 78;
  • green value is 49;
  • blue value is 70.
RGB:
(78,49,70)
(31%,19%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 70 of 255 = 27%

78
49
70

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

Portions of RGB colors in percentages

R + G + B =
78 + 49 + 70 = 197 (100%)
R 78 of 197 ~ 39.59%
G 49 of 197 ~ 24.87%
B 70 of 197 ~ 35.53%

%39.59
%24.87
%35.53

CMYK color model

#4E3146 color CMYK value is (0,37,10,69).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 10.26%
  • key color value is 69.41%
CMYK:
(0,37,10,69)
C0M37Y10K69 
(0%,37%,10%,69%)
(0.00/0.37/0.10/0.69)	

CMYK percentages

%0
%37.18
%10.26
%69.41

Codes

Color #4E3146 in popluar color models

4E3146
RGB784970
HSL317°22.83%24.90%
HSB/HSV317°37.18%30.59%
CMYK0.00%37.18%10.26%
69.41%

Color #4E3146 in popluar number systems.

HEX4E3146
Decimal784970
Binary10011101100011000110
Octal11661106

Shades and tints

Shades of #4E3146

#4E3146
(78,49,70)
#472D40
(71,45,64)
#40293A
(64,41,58)
#392534
(57,37,52)
#32212E
(50,33,46)
#2B1D28
(43,29,40)
#241922
(36,25,34)
#1D151C
(29,21,28)
#161116
(22,17,22)
#0F0D10
(15,13,16)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #4E3146

#4E3146
(78,49,70)
#5E4356
(94,67,86)
#6E5566
(110,85,102)
#7E6776
(126,103,118)
#8E7986
(142,121,134)
#9E8B96
(158,139,150)
#AE9DA6
(174,157,166)
#BEAFB6
(190,175,182)
#CEC1C6
(206,193,198)
#DED3D6
(222,211,214)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3146 color. Also use rgb(78,49,70) instead hex code.

Text Font Color

.myTextColor { color: #4E3146; }

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

This text font color is #4E3146.


Background Color

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

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

This div background color is #4E3146.


Border color

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

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

This div border color is #4E3146.


Opacity

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

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

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

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

This text has shadow with #4E3146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3146 on black background.


Color preview on white background

This text has color #4E3146 on white background.



Black color preview on #4E3146 background

This text has black color on #4E3146 background.


White color preview on #4E3146 background

This text has white color on #4E3146 background.