COLOR #4A520F

HEX: #4A520F
RGB: (74,82,15)

Color info

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

RGB color model

#4A520F color RGB value is (74,82,15).

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

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 15 of 255 = 6%

74
82
15

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

Portions of RGB colors in percentages

R + G + B =
74 + 82 + 15 = 171 (100%)
R 74 of 171 ~ 43.27%
G 82 of 171 ~ 47.95%
B 15 of 171 ~ 8.77%

%43.27
%47.95

CMYK color model

#4A520F color CMYK value is (10,0,82,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 81.71%
  • key color value is 67.84%
CMYK:
(10,0,82,68)
C10M0Y82K68 
(10%,0%,82%,68%)
(0.10/0.00/0.82/0.68)	

CMYK percentages

%9.76
%0
%81.71
%67.84

Codes

Color #4A520F in popluar color models

4A520F
RGB748215
HSL67°69.07%19.02%
HSB/HSV67°81.71%32.16%
CMYK9.76%0.00%81.71%
67.84%

Color #4A520F in popluar number systems.

HEX4A520F
Decimal748215
Binary100101010100101111
Octal11212217

Shades and tints

Shades of #4A520F

#4A520F
(74,82,15)
#444B0E
(68,75,14)
#3E440D
(62,68,13)
#383D0C
(56,61,12)
#32360B
(50,54,11)
#2C2F0A
(44,47,10)
#262809
(38,40,9)
#202108
(32,33,8)
#1A1A07
(26,26,7)
#141306
(20,19,6)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #4A520F

#4A520F
(74,82,15)
#5A6124
(90,97,36)
#6A7039
(106,112,57)
#7A7F4E
(122,127,78)
#8A8E63
(138,142,99)
#9A9D78
(154,157,120)
#AAAC8D
(170,172,141)
#BABBA2
(186,187,162)
#CACAB7
(202,202,183)
#DAD9CC
(218,217,204)
#EAE8E1
(234,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A520F; }

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

This text font color is #4A520F.


Background Color

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

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

This div background color is #4A520F.


Border color

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

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

This div border color is #4A520F.


Opacity

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

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

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

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

This text has shadow with #4A520F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A520F on black background.


Color preview on white background

This text has color #4A520F on white background.



Black color preview on #4A520F background

This text has black color on #4A520F background.


White color preview on #4A520F background

This text has white color on #4A520F background.