COLOR #4A5B16

HEX: #4A5B16
RGB: (74,91,22)

Color info

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

RGB color model

#4A5B16 color RGB value is (74,91,22).

  • red value is 74;
  • green value is 91;
  • blue value is 22.
RGB:
(74,91,22)
(29%,36%,9%)

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 22 of 255 = 9%

74
91
22

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

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 22 = 187 (100%)
R 74 of 187 ~ 39.57%
G 91 of 187 ~ 48.66%
B 22 of 187 ~ 11.76%

%39.57
%48.66
%11.76

CMYK color model

#4A5B16 color CMYK value is (19,0,76,64).

  • cyan value is 18.68%
  • magenta value is 0.00%
  • yellow value is 75.82%
  • key color value is 64.31%
CMYK:
(19,0,76,64)
C19M0Y76K64 
(19%,0%,76%,64%)
(0.19/0.00/0.76/0.64)	

CMYK percentages

%18.68
%0
%75.82
%64.31

Codes

Color #4A5B16 in popluar color models

4A5B16
RGB749122
HSL75°61.06%22.16%
HSB/HSV75°75.82%35.69%
CMYK18.68%0.00%75.82%
64.31%

Color #4A5B16 in popluar number systems.

HEX4A5B16
Decimal749122
Binary1001010101101110110
Octal11213326

Shades and tints

Shades of #4A5B16

#4A5B16
(74,91,22)
#445314
(68,83,20)
#3E4B12
(62,75,18)
#384310
(56,67,16)
#323B0E
(50,59,14)
#2C330C
(44,51,12)
#262B0A
(38,43,10)
#202308
(32,35,8)
#1A1B06
(26,27,6)
#141304
(20,19,4)
#0E0B02
(14,11,2)
#000000
(0,0,0)

Tints of #4A5B16

#4A5B16
(74,91,22)
#5A692B
(90,105,43)
#6A7740
(106,119,64)
#7A8555
(122,133,85)
#8A936A
(138,147,106)
#9AA17F
(154,161,127)
#AAAF94
(170,175,148)
#BABDA9
(186,189,169)
#CACBBE
(202,203,190)
#DAD9D3
(218,217,211)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5B16 color. Also use rgb(74,91,22) instead hex code.

Text Font Color

.myTextColor { color: #4A5B16; }

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

This text font color is #4A5B16.


Background Color

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

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

This div background color is #4A5B16.


Border color

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

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

This div border color is #4A5B16.


Opacity

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

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

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

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

This text has shadow with #4A5B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5B16 on black background.


Color preview on white background

This text has color #4A5B16 on white background.



Black color preview on #4A5B16 background

This text has black color on #4A5B16 background.


White color preview on #4A5B16 background

This text has white color on #4A5B16 background.