COLOR #4A5D05

HEX: #4A5D05
RGB: (74,93,5)

Color info

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

RGB color model

#4A5D05 color RGB value is (74,93,5).

  • red value is 74;
  • green value is 93;
  • blue value is 5.
RGB:
(74,93,5)
(29%,36%,2%)

RGB channels and saturation

R 74 of 255 = 29%
G 93 of 255 = 36%
B 5 of 255 = 2%

74
93
5

R + G + B ~ 22%. #4A5D05 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 93 + 5 = 172 (100%)
R 74 of 172 ~ 43.02%
G 93 of 172 ~ 54.07%
B 5 of 172 ~ 2.91%

%43.02
%54.07

CMYK color model

#4A5D05 color CMYK value is (20,0,95,64).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 94.62%
  • key color value is 63.53%
CMYK:
(20,0,95,64)
C20M0Y95K64 
(20%,0%,95%,64%)
(0.20/0.00/0.95/0.64)	

CMYK percentages

%20.43
%0
%94.62
%63.53

Codes

Color #4A5D05 in popluar color models

4A5D05
RGB74935
HSL73°89.80%19.22%
HSB/HSV73°94.62%36.47%
CMYK20.43%0.00%94.62%
63.53%

Color #4A5D05 in popluar number systems.

HEX4A5D05
Decimal74935
Binary10010101011101101
Octal1121355

Shades and tints

Shades of #4A5D05

#4A5D05
(74,93,5)
#445505
(68,85,5)
#3E4D05
(62,77,5)
#384505
(56,69,5)
#323D05
(50,61,5)
#2C3505
(44,53,5)
#262D05
(38,45,5)
#202505
(32,37,5)
#1A1D05
(26,29,5)
#141505
(20,21,5)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #4A5D05

#4A5D05
(74,93,5)
#5A6B1B
(90,107,27)
#6A7931
(106,121,49)
#7A8747
(122,135,71)
#8A955D
(138,149,93)
#9AA373
(154,163,115)
#AAB189
(170,177,137)
#BABF9F
(186,191,159)
#CACDB5
(202,205,181)
#DADBCB
(218,219,203)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5D05 color. Also use rgb(74,93,5) instead hex code.

Text Font Color

.myTextColor { color: #4A5D05; }

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

This text font color is #4A5D05.


Background Color

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

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

This div background color is #4A5D05.


Border color

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

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

This div border color is #4A5D05.


Opacity

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

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

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

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

This text has shadow with #4A5D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5D05 on black background.


Color preview on white background

This text has color #4A5D05 on white background.



Black color preview on #4A5D05 background

This text has black color on #4A5D05 background.


White color preview on #4A5D05 background

This text has white color on #4A5D05 background.