COLOR #4E642D

HEX: #4E642D
RGB: (78,100,45)

Color info

#4E642D contains red, green and blue colors in about the same proportion. Web safe color of #4E642D is #666633 (or #663).

RGB color model

#4E642D color RGB value is (78,100,45).

  • red value is 78;
  • green value is 100;
  • blue value is 45.
RGB:
(78,100,45)
(31%,39%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 45 of 255 = 18%

78
100
45

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

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 45 = 223 (100%)
R 78 of 223 ~ 34.98%
G 100 of 223 ~ 44.84%
B 45 of 223 ~ 20.18%

%34.98
%44.84
%20.18

CMYK color model

#4E642D color CMYK value is (22,0,55,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 60.78%
CMYK:
(22,0,55,61)
C22M0Y55K61 
(22%,0%,55%,61%)
(0.22/0.00/0.55/0.61)	

CMYK percentages

%22
%0
%55
%60.78

Codes

Color #4E642D in popluar color models

4E642D
RGB7810045
HSL84°37.93%28.43%
HSB/HSV84°55.00%39.22%
CMYK22.00%0.00%55.00%
60.78%

Color #4E642D in popluar number systems.

HEX4E642D
Decimal7810045
Binary10011101100100101101
Octal11614455

Shades and tints

Shades of #4E642D

#4E642D
(78,100,45)
#475B29
(71,91,41)
#405225
(64,82,37)
#394921
(57,73,33)
#32401D
(50,64,29)
#2B3719
(43,55,25)
#242E15
(36,46,21)
#1D2511
(29,37,17)
#161C0D
(22,28,13)
#0F1309
(15,19,9)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #4E642D

#4E642D
(78,100,45)
#5E7240
(94,114,64)
#6E8053
(110,128,83)
#7E8E66
(126,142,102)
#8E9C79
(142,156,121)
#9EAA8C
(158,170,140)
#AEB89F
(174,184,159)
#BEC6B2
(190,198,178)
#CED4C5
(206,212,197)
#DEE2D8
(222,226,216)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E642D color. Also use rgb(78,100,45) instead hex code.

Text Font Color

.myTextColor { color: #4E642D; }

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

This text font color is #4E642D.


Background Color

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

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

This div background color is #4E642D.


Border color

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

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

This div border color is #4E642D.


Opacity

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

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

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

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

This text has shadow with #4E642D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E642D on black background.


Color preview on white background

This text has color #4E642D on white background.



Black color preview on #4E642D background

This text has black color on #4E642D background.


White color preview on #4E642D background

This text has white color on #4E642D background.