COLOR #4E7510

HEX: #4E7510 RGB: (78,117,16)

Color info

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

RGB color model

#4E7510 color RGB value is (78,117,16).

RGB: (78,117,16) (31%, 46%, 6%)

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 16 of 255 = 6%

78
117
16

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

Portions of RGB colors in percentages

R + G + B = 78 + 117 + 16 = 211 (100%)
R 78 of 211 ~ 36.97%
G 117 of 211 ~ 55.45%
B 16 of 211 ~ 7.58'%

%36.97
%55.45

CMYK color model

#4E7510 color CMYK value is (33,0,86,54).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 86.32%
  • key color value is 54.12%

CMYK: (33,0,86,54)
C33M0Y86K54 (33%, 0%, 86%, 54%)
(0.33 / 0.00 / 0.86 / 0.54)

CMYK percentages

%33.33
%0
%86.32
%54.12

Codes

Color #4E7510 in popluar color models

4E 75 10
RGB 78 117 16
HSL 83° 75.94% 26.08%
HSB/HSV 83° 86.32% 45.88%
CMYK 33.33% 0.00% 86.32%
54.12%

Color #4E7510 in popluar number systems.

HEX 4E 75 10
Decimal 78 117 16
Binary 1001110 1110101 10000
Octal 116 165 20

Shades and tints

Shades of #4E7510

#4E7510
(78,117,16)
#476B0F
(71,107,15)
#40610E
(64,97,14)
#39570D
(57,87,13)
#324D0C
(50,77,12)
#2B430B
(43,67,11)
#24390A
(36,57,10)
#1D2F09
(29,47,9)
#162508
(22,37,8)
#0F1B07
(15,27,7)
#081106
(8,17,6)
#000000
(0,0,0)

Tints of #4E7510

#4E7510
(78,117,16)
#5E8125
(94,129,37)
#6E8D3A
(110,141,58)
#7E994F
(126,153,79)
#8EA564
(142,165,100)
#9EB179
(158,177,121)
#AEBD8E
(174,189,142)
#BEC9A3
(190,201,163)
#CED5B8
(206,213,184)
#DEE1CD
(222,225,205)
#EEEDE2
(238,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7510; }

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

This text font color is #4E7510.

Background Color

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

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

This div background color is #4E7510.

Border color

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

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

This div border color is #4E7510.

Opacity

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

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

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

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

This text has shadow with #4E7510 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7510.

Preview

Color preview on black background

This text has color #4E7510 on black background.


Color preview on white background

This text has color #4E7510 on white background.


Black color preview on #4E7510 background

This text has black color on #4E7510 background.


White color preview on #4E7510 background

This text has white color on #4E7510 background.


Related colors

Complementary color

Complementary color for #hex is #B18AEF.


I love getcolorcode.com

Triadic colors

1 #104E75 and #75104E with #4E7510 are triadic colors.

2 #10754E and #754E10 with #4E7510 are triadic colors.