COLOR #4E3F4C

HEX: #4E3F4C RGB: (78,63,76)

Color info

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

RGB color model

#4E3F4C color RGB value is (78,63,76).

RGB: (78,63,76) (31%, 25%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 63 of 255 = 25%
B 76 of 255 = 30%

78
63
76

R + G + B ~ 29%. #4E3F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 63 + 76 = 217 (100%)
R 78 of 217 ~ 35.94%
G 63 of 217 ~ 29.03%
B 76 of 217 ~ 35.02'%

%35.94
%29.03
%35.02

CMYK color model

#4E3F4C color CMYK value is (0,19,3,69).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 2.56%
  • key color value is 69.41%

CMYK: (0,19,3,69)
C0M19Y3K69 (0%, 19%, 3%, 69%)
(0.00 / 0.19 / 0.03 / 0.69)

CMYK percentages

%0
%19.23
%2.56
%69.41

Codes

Color #4E3F4C in popluar color models

4E 3F 4C
RGB 78 63 76
HSL 308° 10.64% 27.65%
HSB/HSV 308° 19.23% 30.59%
CMYK 0.00% 19.23% 2.56%
69.41%

Color #4E3F4C in popluar number systems.

HEX 4E 3F 4C
Decimal 78 63 76
Binary 1001110 111111 1001100
Octal 116 77 114

Shades and tints

Shades of #4E3F4C

#4E3F4C
(78,63,76)
#473A46
(71,58,70)
#403540
(64,53,64)
#39303A
(57,48,58)
#322B34
(50,43,52)
#2B262E
(43,38,46)
#242128
(36,33,40)
#1D1C22
(29,28,34)
#16171C
(22,23,28)
#0F1216
(15,18,22)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E3F4C

#4E3F4C
(78,63,76)
#5E505C
(94,80,92)
#6E616C
(110,97,108)
#7E727C
(126,114,124)
#8E838C
(142,131,140)
#9E949C
(158,148,156)
#AEA5AC
(174,165,172)
#BEB6BC
(190,182,188)
#CEC7CC
(206,199,204)
#DED8DC
(222,216,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3F4C; }

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

This text font color is #4E3F4C.

Background Color

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

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

This div background color is #4E3F4C.

Border color

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

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

This div border color is #4E3F4C.

Opacity

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

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

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

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

This text has shadow with #4E3F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3F4C.

Preview

Color preview on black background

This text has color #4E3F4C on black background.


Color preview on white background

This text has color #4E3F4C on white background.


Black color preview on #4E3F4C background

This text has black color on #4E3F4C background.


White color preview on #4E3F4C background

This text has white color on #4E3F4C background.


Related colors

Complementary color

Complementary color for #hex is #B1C0B3.


I love getcolorcode.com

Triadic colors

1 #4C4E3F and #3F4C4E with #4E3F4C are triadic colors.

2 #4C3F4E and #3F4E4C with #4E3F4C are triadic colors.