COLOR #4A5216

HEX: #4A5216
RGB: (74,82,22)

Color info

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

RGB color model

#4A5216 color RGB value is (74,82,22).

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

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 22 of 255 = 9%

74
82
22

R + G + B ~ 23%. #4A5216 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 82 + 22 = 178 (100%)
R 74 of 178 ~ 41.57%
G 82 of 178 ~ 46.07%
B 22 of 178 ~ 12.36%

%41.57
%46.07
%12.36

CMYK color model

#4A5216 color CMYK value is (10,0,73,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 73.17%
  • key color value is 67.84%
CMYK:
(10,0,73,68)
C10M0Y73K68 
(10%,0%,73%,68%)
(0.10/0.00/0.73/0.68)	

CMYK percentages

%9.76
%0
%73.17
%67.84

Codes

Color #4A5216 in popluar color models

4A5216
RGB748222
HSL68°57.69%20.39%
HSB/HSV68°73.17%32.16%
CMYK9.76%0.00%73.17%
67.84%

Color #4A5216 in popluar number systems.

HEX4A5216
Decimal748222
Binary1001010101001010110
Octal11212226

Shades and tints

Shades of #4A5216

#4A5216
(74,82,22)
#444B14
(68,75,20)
#3E4412
(62,68,18)
#383D10
(56,61,16)
#32360E
(50,54,14)
#2C2F0C
(44,47,12)
#26280A
(38,40,10)
#202108
(32,33,8)
#1A1A06
(26,26,6)
#141304
(20,19,4)
#0E0C02
(14,12,2)
#000000
(0,0,0)

Tints of #4A5216

#4A5216
(74,82,22)
#5A612B
(90,97,43)
#6A7040
(106,112,64)
#7A7F55
(122,127,85)
#8A8E6A
(138,142,106)
#9A9D7F
(154,157,127)
#AAAC94
(170,172,148)
#BABBA9
(186,187,169)
#CACABE
(202,202,190)
#DAD9D3
(218,217,211)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5216; }

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

This text font color is #4A5216.


Background Color

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

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

This div background color is #4A5216.


Border color

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

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

This div border color is #4A5216.


Opacity

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

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

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

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

This text has shadow with #4A5216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5216 on black background.


Color preview on white background

This text has color #4A5216 on white background.



Black color preview on #4A5216 background

This text has black color on #4A5216 background.


White color preview on #4A5216 background

This text has white color on #4A5216 background.