COLOR #4E642F

HEX: #4E642F RGB: (78,100,47)

Color info

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

RGB color model

#4E642F color RGB value is (78,100,47).

RGB: (78,100,47) (31%, 39%, 18%)

RGB channels and saturation

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

78
100
47

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

Portions of RGB colors in percentages

R + G + B = 78 + 100 + 47 = 225 (100%)
R 78 of 225 ~ 34.67%
G 100 of 225 ~ 44.44%
B 47 of 225 ~ 20.89'%

%34.67
%44.44
%20.89

CMYK color model

#4E642F color CMYK value is (22,0,53,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 53.00%
  • key color value is 60.78%

CMYK: (22,0,53,61)
C22M0Y53K61 (22%, 0%, 53%, 61%)
(0.22 / 0.00 / 0.53 / 0.61)

CMYK percentages

%22
%0
%53
%60.78

Codes

Color #4E642F in popluar color models

4E 64 2F
RGB 78 100 47
HSL 85° 36.05% 28.82%
HSB/HSV 85° 53.00% 39.22%
CMYK 22.00% 0.00% 53.00%
60.78%

Color #4E642F in popluar number systems.

HEX 4E 64 2F
Decimal 78 100 47
Binary 1001110 1100100 101111
Octal 116 144 57

Shades and tints

Shades of #4E642F

#4E642F
(78,100,47)
#475B2B
(71,91,43)
#405227
(64,82,39)
#394923
(57,73,35)
#32401F
(50,64,31)
#2B371B
(43,55,27)
#242E17
(36,46,23)
#1D2513
(29,37,19)
#161C0F
(22,28,15)
#0F130B
(15,19,11)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #4E642F

#4E642F
(78,100,47)
#5E7241
(94,114,65)
#6E8053
(110,128,83)
#7E8E65
(126,142,101)
#8E9C77
(142,156,119)
#9EAA89
(158,170,137)
#AEB89B
(174,184,155)
#BEC6AD
(190,198,173)
#CED4BF
(206,212,191)
#DEE2D1
(222,226,209)
#EEF0E3
(238,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E642F; }

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

This text font color is #4E642F.

Background Color

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

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

This div background color is #4E642F.

Border color

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

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

This div border color is #4E642F.

Opacity

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

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

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

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

This text has shadow with #4E642F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E642F.

Preview

Color preview on black background

This text has color #4E642F on black background.


Color preview on white background

This text has color #4E642F on white background.


Black color preview on #4E642F background

This text has black color on #4E642F background.


White color preview on #4E642F background

This text has white color on #4E642F background.


Related colors

Complementary color

Complementary color for #hex is #B19BD0.


I love getcolorcode.com

Triadic colors

1 #2F4E64 and #642F4E with #4E642F are triadic colors.

2 #2F644E and #644E2F with #4E642F are triadic colors.