COLOR #4A6316

HEX: #4A6316
RGB: (74,99,22)

Color info

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

RGB color model

#4A6316 color RGB value is (74,99,22).

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

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 22 of 255 = 9%

74
99
22

R + G + B ~ 26%. #4A6316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 99 + 22 = 195 (100%)
R 74 of 195 ~ 37.95%
G 99 of 195 ~ 50.77%
B 22 of 195 ~ 11.28%

%37.95
%50.77
%11.28

CMYK color model

#4A6316 color CMYK value is (25,0,78,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(25,0,78,61)
C25M0Y78K61 
(25%,0%,78%,61%)
(0.25/0.00/0.78/0.61)	

CMYK percentages

%25.25
%0
%77.78
%61.18

Codes

Color #4A6316 in popluar color models

4A6316
RGB749922
HSL79°63.64%23.73%
HSB/HSV79°77.78%38.82%
CMYK25.25%0.00%77.78%
61.18%

Color #4A6316 in popluar number systems.

HEX4A6316
Decimal749922
Binary1001010110001110110
Octal11214326

Shades and tints

Shades of #4A6316

#4A6316
(74,99,22)
#445A14
(68,90,20)
#3E5112
(62,81,18)
#384810
(56,72,16)
#323F0E
(50,63,14)
#2C360C
(44,54,12)
#262D0A
(38,45,10)
#202408
(32,36,8)
#1A1B06
(26,27,6)
#141204
(20,18,4)
#0E0902
(14,9,2)
#000000
(0,0,0)

Tints of #4A6316

#4A6316
(74,99,22)
#5A712B
(90,113,43)
#6A7F40
(106,127,64)
#7A8D55
(122,141,85)
#8A9B6A
(138,155,106)
#9AA97F
(154,169,127)
#AAB794
(170,183,148)
#BAC5A9
(186,197,169)
#CAD3BE
(202,211,190)
#DAE1D3
(218,225,211)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6316; }

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

This text font color is #4A6316.


Background Color

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

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

This div background color is #4A6316.


Border color

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

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

This div border color is #4A6316.


Opacity

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

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

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

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

This text has shadow with #4A6316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6316 on black background.


Color preview on white background

This text has color #4A6316 on white background.



Black color preview on #4A6316 background

This text has black color on #4A6316 background.


White color preview on #4A6316 background

This text has white color on #4A6316 background.