COLOR #4E7312

HEX: #4E7312
RGB: (78,115,18)

Color info

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

RGB color model

#4E7312 color RGB value is (78,115,18).

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

RGB channels and saturation

R 78 of 255 = 31%
G 115 of 255 = 45%
B 18 of 255 = 7%

78
115
18

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

Portions of RGB colors in percentages

R + G + B =
78 + 115 + 18 = 211 (100%)
R 78 of 211 ~ 36.97%
G 115 of 211 ~ 54.5%
B 18 of 211 ~ 8.53%

%36.97
%54.5

CMYK color model

#4E7312 color CMYK value is (32,0,84,55).

  • cyan value is 32.17%
  • magenta value is 0.00%
  • yellow value is 84.35%
  • key color value is 54.90%
CMYK:
(32,0,84,55)
C32M0Y84K55 
(32%,0%,84%,55%)
(0.32/0.00/0.84/0.55)	

CMYK percentages

%32.17
%0
%84.35
%54.9

Codes

Color #4E7312 in popluar color models

4E7312
RGB7811518
HSL83°72.93%26.08%
HSB/HSV83°84.35%45.10%
CMYK32.17%0.00%84.35%
54.90%

Color #4E7312 in popluar number systems.

HEX4E7312
Decimal7811518
Binary1001110111001110010
Octal11616322

Shades and tints

Shades of #4E7312

#4E7312
(78,115,18)
#476911
(71,105,17)
#405F10
(64,95,16)
#39550F
(57,85,15)
#324B0E
(50,75,14)
#2B410D
(43,65,13)
#24370C
(36,55,12)
#1D2D0B
(29,45,11)
#16230A
(22,35,10)
#0F1909
(15,25,9)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #4E7312

#4E7312
(78,115,18)
#5E7F27
(94,127,39)
#6E8B3C
(110,139,60)
#7E9751
(126,151,81)
#8EA366
(142,163,102)
#9EAF7B
(158,175,123)
#AEBB90
(174,187,144)
#BEC7A5
(190,199,165)
#CED3BA
(206,211,186)
#DEDFCF
(222,223,207)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7312 color. Also use rgb(78,115,18) instead hex code.

Text Font Color

.myTextColor { color: #4E7312; }

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

This text font color is #4E7312.


Background Color

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

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

This div background color is #4E7312.


Border color

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

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

This div border color is #4E7312.


Opacity

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

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

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

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

This text has shadow with #4E7312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7312 on black background.


Color preview on white background

This text has color #4E7312 on white background.



Black color preview on #4E7312 background

This text has black color on #4E7312 background.


White color preview on #4E7312 background

This text has white color on #4E7312 background.