COLOR #4E6340

HEX: #4E6340
RGB: (78,99,64)

Color info

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

RGB color model

#4E6340 color RGB value is (78,99,64).

  • red value is 78;
  • green value is 99;
  • blue value is 64.
RGB:
(78,99,64)
(31%,39%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 64 of 255 = 25%

78
99
64

R + G + B ~ 32%. #4E6340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 64 = 241 (100%)
R 78 of 241 ~ 32.37%
G 99 of 241 ~ 41.08%
B 64 of 241 ~ 26.56%

%32.37
%41.08
%26.56

CMYK color model

#4E6340 color CMYK value is (21,0,35,61).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(21,0,35,61)
C21M0Y35K61 
(21%,0%,35%,61%)
(0.21/0.00/0.35/0.61)	

CMYK percentages

%21.21
%0
%35.35
%61.18

Codes

Color #4E6340 in popluar color models

4E6340
RGB789964
HSL96°21.47%31.96%
HSB/HSV96°35.35%38.82%
CMYK21.21%0.00%35.35%
61.18%

Color #4E6340 in popluar number systems.

HEX4E6340
Decimal789964
Binary100111011000111000000
Octal116143100

Shades and tints

Shades of #4E6340

#4E6340
(78,99,64)
#475A3B
(71,90,59)
#405136
(64,81,54)
#394831
(57,72,49)
#323F2C
(50,63,44)
#2B3627
(43,54,39)
#242D22
(36,45,34)
#1D241D
(29,36,29)
#161B18
(22,27,24)
#0F1213
(15,18,19)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #4E6340

#4E6340
(78,99,64)
#5E7151
(94,113,81)
#6E7F62
(110,127,98)
#7E8D73
(126,141,115)
#8E9B84
(142,155,132)
#9EA995
(158,169,149)
#AEB7A6
(174,183,166)
#BEC5B7
(190,197,183)
#CED3C8
(206,211,200)
#DEE1D9
(222,225,217)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6340 color. Also use rgb(78,99,64) instead hex code.

Text Font Color

.myTextColor { color: #4E6340; }

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

This text font color is #4E6340.


Background Color

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

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

This div background color is #4E6340.


Border color

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

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

This div border color is #4E6340.


Opacity

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

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

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

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

This text has shadow with #4E6340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6340 on black background.


Color preview on white background

This text has color #4E6340 on white background.



Black color preview on #4E6340 background

This text has black color on #4E6340 background.


White color preview on #4E6340 background

This text has white color on #4E6340 background.