COLOR #4E4642

HEX: #4E4642
RGB: (78,70,66)

Color info

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

RGB color model

#4E4642 color RGB value is (78,70,66).

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

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 66 of 255 = 26%

78
70
66

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

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 66 = 214 (100%)
R 78 of 214 ~ 36.45%
G 70 of 214 ~ 32.71%
B 66 of 214 ~ 30.84%

%36.45
%32.71
%30.84

CMYK color model

#4E4642 color CMYK value is (0,10,15,69).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 15.38%
  • key color value is 69.41%
CMYK:
(0,10,15,69)
C0M10Y15K69 
(0%,10%,15%,69%)
(0.00/0.10/0.15/0.69)	

CMYK percentages

%0
%10.26
%15.38
%69.41

Codes

Color #4E4642 in popluar color models

4E4642
RGB787066
HSL20°8.33%28.24%
HSB/HSV20°15.38%30.59%
CMYK0.00%10.26%15.38%
69.41%

Color #4E4642 in popluar number systems.

HEX4E4642
Decimal787066
Binary100111010001101000010
Octal116106102

Shades and tints

Shades of #4E4642

#4E4642
(78,70,66)
#47403C
(71,64,60)
#403A36
(64,58,54)
#393430
(57,52,48)
#322E2A
(50,46,42)
#2B2824
(43,40,36)
#24221E
(36,34,30)
#1D1C18
(29,28,24)
#161612
(22,22,18)
#0F100C
(15,16,12)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #4E4642

#4E4642
(78,70,66)
#5E5653
(94,86,83)
#6E6664
(110,102,100)
#7E7675
(126,118,117)
#8E8686
(142,134,134)
#9E9697
(158,150,151)
#AEA6A8
(174,166,168)
#BEB6B9
(190,182,185)
#CEC6CA
(206,198,202)
#DED6DB
(222,214,219)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4642; }

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

This text font color is #4E4642.


Background Color

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

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

This div background color is #4E4642.


Border color

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

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

This div border color is #4E4642.


Opacity

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

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

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

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

This text has shadow with #4E4642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4642 on black background.


Color preview on white background

This text has color #4E4642 on white background.



Black color preview on #4E4642 background

This text has black color on #4E4642 background.


White color preview on #4E4642 background

This text has white color on #4E4642 background.