COLOR #4E443F

HEX: #4E443F
RGB: (78,68,63)

Color info

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

RGB color model

#4E443F color RGB value is (78,68,63).

  • red value is 78;
  • green value is 68;
  • blue value is 63.
RGB:
(78,68,63)
(31%,27%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 63 of 255 = 25%

78
68
63

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

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 63 = 209 (100%)
R 78 of 209 ~ 37.32%
G 68 of 209 ~ 32.54%
B 63 of 209 ~ 30.14%

%37.32
%32.54
%30.14

CMYK color model

#4E443F color CMYK value is (0,13,19,69).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 19.23%
  • key color value is 69.41%
CMYK:
(0,13,19,69)
C0M13Y19K69 
(0%,13%,19%,69%)
(0.00/0.13/0.19/0.69)	

CMYK percentages

%0
%12.82
%19.23
%69.41

Codes

Color #4E443F in popluar color models

4E443F
RGB786863
HSL20°10.64%27.65%
HSB/HSV20°19.23%30.59%
CMYK0.00%12.82%19.23%
69.41%

Color #4E443F in popluar number systems.

HEX4E443F
Decimal786863
Binary10011101000100111111
Octal11610477

Shades and tints

Shades of #4E443F

#4E443F
(78,68,63)
#473E3A
(71,62,58)
#403835
(64,56,53)
#393230
(57,50,48)
#322C2B
(50,44,43)
#2B2626
(43,38,38)
#242021
(36,32,33)
#1D1A1C
(29,26,28)
#161417
(22,20,23)
#0F0E12
(15,14,18)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #4E443F

#4E443F
(78,68,63)
#5E5550
(94,85,80)
#6E6661
(110,102,97)
#7E7772
(126,119,114)
#8E8883
(142,136,131)
#9E9994
(158,153,148)
#AEAAA5
(174,170,165)
#BEBBB6
(190,187,182)
#CECCC7
(206,204,199)
#DEDDD8
(222,221,216)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E443F; }

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

This text font color is #4E443F.


Background Color

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

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

This div background color is #4E443F.


Border color

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

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

This div border color is #4E443F.


Opacity

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

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

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

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

This text has shadow with #4E443F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E443F on black background.


Color preview on white background

This text has color #4E443F on white background.



Black color preview on #4E443F background

This text has black color on #4E443F background.


White color preview on #4E443F background

This text has white color on #4E443F background.