COLOR #4A6210

HEX: #4A6210
RGB: (74,98,16)

Color info

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

RGB color model

#4A6210 color RGB value is (74,98,16).

  • red value is 74;
  • green value is 98;
  • blue value is 16.
RGB:
(74,98,16)
(29%,38%,6%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 16 of 255 = 6%

74
98
16

R + G + B ~ 24%. #4A6210 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 16 = 188 (100%)
R 74 of 188 ~ 39.36%
G 98 of 188 ~ 52.13%
B 16 of 188 ~ 8.51%

%39.36
%52.13

CMYK color model

#4A6210 color CMYK value is (24,0,84,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 83.67%
  • key color value is 61.57%
CMYK:
(24,0,84,62)
C24M0Y84K62 
(24%,0%,84%,62%)
(0.24/0.00/0.84/0.62)	

CMYK percentages

%24.49
%0
%83.67
%61.57

Codes

Color #4A6210 in popluar color models

4A6210
RGB749816
HSL78°71.93%22.35%
HSB/HSV78°83.67%38.43%
CMYK24.49%0.00%83.67%
61.57%

Color #4A6210 in popluar number systems.

HEX4A6210
Decimal749816
Binary1001010110001010000
Octal11214220

Shades and tints

Shades of #4A6210

#4A6210
(74,98,16)
#445A0F
(68,90,15)
#3E520E
(62,82,14)
#384A0D
(56,74,13)
#32420C
(50,66,12)
#2C3A0B
(44,58,11)
#26320A
(38,50,10)
#202A09
(32,42,9)
#1A2208
(26,34,8)
#141A07
(20,26,7)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #4A6210

#4A6210
(74,98,16)
#5A7025
(90,112,37)
#6A7E3A
(106,126,58)
#7A8C4F
(122,140,79)
#8A9A64
(138,154,100)
#9AA879
(154,168,121)
#AAB68E
(170,182,142)
#BAC4A3
(186,196,163)
#CAD2B8
(202,210,184)
#DAE0CD
(218,224,205)
#EAEEE2
(234,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6210 color. Also use rgb(74,98,16) instead hex code.

Text Font Color

.myTextColor { color: #4A6210; }

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

This text font color is #4A6210.


Background Color

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

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

This div background color is #4A6210.


Border color

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

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

This div border color is #4A6210.


Opacity

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

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

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

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

This text has shadow with #4A6210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6210 on black background.


Color preview on white background

This text has color #4A6210 on white background.



Black color preview on #4A6210 background

This text has black color on #4A6210 background.


White color preview on #4A6210 background

This text has white color on #4A6210 background.