COLOR #4E7210

HEX: #4E7210
RGB: (78,114,16)

Color info

#4E7210 contains mainly red and green colors. Web safe color of #4E7210 is #666600 (or #660).

RGB color model

#4E7210 color RGB value is (78,114,16).

  • red value is 78;
  • green value is 114;
  • blue value is 16.
RGB:
(78,114,16)
(31%,45%,6%)

RGB channels and saturation

R 78 of 255 = 31%
G 114 of 255 = 45%
B 16 of 255 = 6%

78
114
16

R + G + B ~ 27%. #4E7210 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 114 + 16 = 208 (100%)
R 78 of 208 ~ 37.5%
G 114 of 208 ~ 54.81%
B 16 of 208 ~ 7.69%

%37.5
%54.81

CMYK color model

#4E7210 color CMYK value is (32,0,86,55).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 85.96%
  • key color value is 55.29%
CMYK:
(32,0,86,55)
C32M0Y86K55 
(32%,0%,86%,55%)
(0.32/0.00/0.86/0.55)	

CMYK percentages

%31.58
%0
%85.96
%55.29

Codes

Color #4E7210 in popluar color models

4E7210
RGB7811416
HSL82°75.38%25.49%
HSB/HSV82°85.96%44.71%
CMYK31.58%0.00%85.96%
55.29%

Color #4E7210 in popluar number systems.

HEX4E7210
Decimal7811416
Binary1001110111001010000
Octal11616220

Shades and tints

Shades of #4E7210

#4E7210
(78,114,16)
#47680F
(71,104,15)
#405E0E
(64,94,14)
#39540D
(57,84,13)
#324A0C
(50,74,12)
#2B400B
(43,64,11)
#24360A
(36,54,10)
#1D2C09
(29,44,9)
#162208
(22,34,8)
#0F1807
(15,24,7)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #4E7210

#4E7210
(78,114,16)
#5E7E25
(94,126,37)
#6E8A3A
(110,138,58)
#7E964F
(126,150,79)
#8EA264
(142,162,100)
#9EAE79
(158,174,121)
#AEBA8E
(174,186,142)
#BEC6A3
(190,198,163)
#CED2B8
(206,210,184)
#DEDECD
(222,222,205)
#EEEAE2
(238,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7210 color. Also use rgb(78,114,16) instead hex code.

Text Font Color

.myTextColor { color: #4E7210; }

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

This text font color is #4E7210.


Background Color

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

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

This div background color is #4E7210.


Border color

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

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

This div border color is #4E7210.


Opacity

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

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

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

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

This text has shadow with #4E7210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7210 on black background.


Color preview on white background

This text has color #4E7210 on white background.



Black color preview on #4E7210 background

This text has black color on #4E7210 background.


White color preview on #4E7210 background

This text has white color on #4E7210 background.