COLOR #4E6010

HEX: #4E6010
RGB: (78,96,16)

Color info

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

RGB color model

#4E6010 color RGB value is (78,96,16).

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

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 16 of 255 = 6%

78
96
16

R + G + B ~ 25%. #4E6010 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 16 = 190 (100%)
R 78 of 190 ~ 41.05%
G 96 of 190 ~ 50.53%
B 16 of 190 ~ 8.42%

%41.05
%50.53

CMYK color model

#4E6010 color CMYK value is (19,0,83,62).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 62.35%
CMYK:
(19,0,83,62)
C19M0Y83K62 
(19%,0%,83%,62%)
(0.19/0.00/0.83/0.62)	

CMYK percentages

%18.75
%0
%83.33
%62.35

Codes

Color #4E6010 in popluar color models

4E6010
RGB789616
HSL74°71.43%21.96%
HSB/HSV74°83.33%37.65%
CMYK18.75%0.00%83.33%
62.35%

Color #4E6010 in popluar number systems.

HEX4E6010
Decimal789616
Binary1001110110000010000
Octal11614020

Shades and tints

Shades of #4E6010

#4E6010
(78,96,16)
#47580F
(71,88,15)
#40500E
(64,80,14)
#39480D
(57,72,13)
#32400C
(50,64,12)
#2B380B
(43,56,11)
#24300A
(36,48,10)
#1D2809
(29,40,9)
#162008
(22,32,8)
#0F1807
(15,24,7)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #4E6010

#4E6010
(78,96,16)
#5E6E25
(94,110,37)
#6E7C3A
(110,124,58)
#7E8A4F
(126,138,79)
#8E9864
(142,152,100)
#9EA679
(158,166,121)
#AEB48E
(174,180,142)
#BEC2A3
(190,194,163)
#CED0B8
(206,208,184)
#DEDECD
(222,222,205)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6010; }

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

This text font color is #4E6010.


Background Color

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

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

This div background color is #4E6010.


Border color

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

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

This div border color is #4E6010.


Opacity

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

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

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

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

This text has shadow with #4E6010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6010 on black background.


Color preview on white background

This text has color #4E6010 on white background.



Black color preview on #4E6010 background

This text has black color on #4E6010 background.


White color preview on #4E6010 background

This text has white color on #4E6010 background.