COLOR #4E3E4C

HEX: #4E3E4C
RGB: (78,62,76)

Color info

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

RGB color model

#4E3E4C color RGB value is (78,62,76).

  • red value is 78;
  • green value is 62;
  • blue value is 76.
RGB:
(78,62,76)
(31%,24%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 76 of 255 = 30%

78
62
76

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

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 76 = 216 (100%)
R 78 of 216 ~ 36.11%
G 62 of 216 ~ 28.7%
B 76 of 216 ~ 35.19%

%36.11
%28.7
%35.19

CMYK color model

#4E3E4C color CMYK value is (0,21,3,69).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 2.56%
  • key color value is 69.41%
CMYK:
(0,21,3,69)
C0M21Y3K69 
(0%,21%,3%,69%)
(0.00/0.21/0.03/0.69)	

CMYK percentages

%0
%20.51
%2.56
%69.41

Codes

Color #4E3E4C in popluar color models

4E3E4C
RGB786276
HSL308°11.43%27.45%
HSB/HSV308°20.51%30.59%
CMYK0.00%20.51%2.56%
69.41%

Color #4E3E4C in popluar number systems.

HEX4E3E4C
Decimal786276
Binary10011101111101001100
Octal11676114

Shades and tints

Shades of #4E3E4C

#4E3E4C
(78,62,76)
#473946
(71,57,70)
#403440
(64,52,64)
#392F3A
(57,47,58)
#322A34
(50,42,52)
#2B252E
(43,37,46)
#242028
(36,32,40)
#1D1B22
(29,27,34)
#16161C
(22,22,28)
#0F1116
(15,17,22)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E3E4C

#4E3E4C
(78,62,76)
#5E4F5C
(94,79,92)
#6E606C
(110,96,108)
#7E717C
(126,113,124)
#8E828C
(142,130,140)
#9E939C
(158,147,156)
#AEA4AC
(174,164,172)
#BEB5BC
(190,181,188)
#CEC6CC
(206,198,204)
#DED7DC
(222,215,220)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3E4C color. Also use rgb(78,62,76) instead hex code.

Text Font Color

.myTextColor { color: #4E3E4C; }

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

This text font color is #4E3E4C.


Background Color

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

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

This div background color is #4E3E4C.


Border color

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

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

This div border color is #4E3E4C.


Opacity

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

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

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

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

This text has shadow with #4E3E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E4C on black background.


Color preview on white background

This text has color #4E3E4C on white background.



Black color preview on #4E3E4C background

This text has black color on #4E3E4C background.


White color preview on #4E3E4C background

This text has white color on #4E3E4C background.