COLOR #4A800E

HEX: #4A800E
RGB: (74,128,14)

Color info

#4A800E contains mainly red and green colors. Web safe color of #4A800E is #336600 (or #360).

RGB color model

#4A800E color RGB value is (74,128,14).

  • red value is 74;
  • green value is 128;
  • blue value is 14.
RGB:
(74,128,14)
(29%,50%,5%)

RGB channels and saturation

R 74 of 255 = 29%
G 128 of 255 = 50%
B 14 of 255 = 5%

74
128
14

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

Portions of RGB colors in percentages

R + G + B =
74 + 128 + 14 = 216 (100%)
R 74 of 216 ~ 34.26%
G 128 of 216 ~ 59.26%
B 14 of 216 ~ 6.48%

%34.26
%59.26

CMYK color model

#4A800E color CMYK value is (42,0,89,50).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 89.06%
  • key color value is 49.80%
CMYK:
(42,0,89,50)
C42M0Y89K50 
(42%,0%,89%,50%)
(0.42/0.00/0.89/0.50)	

CMYK percentages

%42.19
%0
%89.06
%49.8

Codes

Color #4A800E in popluar color models

4A800E
RGB7412814
HSL88°80.28%27.84%
HSB/HSV88°89.06%50.20%
CMYK42.19%0.00%89.06%
49.80%

Color #4A800E in popluar number systems.

HEX4A800E
Decimal7412814
Binary1001010100000001110
Octal11220016

Shades and tints

Shades of #4A800E

#4A800E
(74,128,14)
#44750D
(68,117,13)
#3E6A0C
(62,106,12)
#385F0B
(56,95,11)
#32540A
(50,84,10)
#2C4909
(44,73,9)
#263E08
(38,62,8)
#203307
(32,51,7)
#1A2806
(26,40,6)
#141D05
(20,29,5)
#0E1204
(14,18,4)
#000000
(0,0,0)

Tints of #4A800E

#4A800E
(74,128,14)
#5A8B23
(90,139,35)
#6A9638
(106,150,56)
#7AA14D
(122,161,77)
#8AAC62
(138,172,98)
#9AB777
(154,183,119)
#AAC28C
(170,194,140)
#BACDA1
(186,205,161)
#CAD8B6
(202,216,182)
#DAE3CB
(218,227,203)
#EAEEE0
(234,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A800E color. Also use rgb(74,128,14) instead hex code.

Text Font Color

.myTextColor { color: #4A800E; }

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

This text font color is #4A800E.


Background Color

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

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

This div background color is #4A800E.


Border color

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

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

This div border color is #4A800E.


Opacity

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

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

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

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

This text has shadow with #4A800E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A800E on black background.


Color preview on white background

This text has color #4A800E on white background.



Black color preview on #4A800E background

This text has black color on #4A800E background.


White color preview on #4A800E background

This text has white color on #4A800E background.