COLOR #4A5214

HEX: #4A5214
RGB: (74,82,20)

Color info

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

RGB color model

#4A5214 color RGB value is (74,82,20).

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

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 20 of 255 = 8%

74
82
20

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

Portions of RGB colors in percentages

R + G + B =
74 + 82 + 20 = 176 (100%)
R 74 of 176 ~ 42.05%
G 82 of 176 ~ 46.59%
B 20 of 176 ~ 11.36%

%42.05
%46.59
%11.36

CMYK color model

#4A5214 color CMYK value is (10,0,76,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 67.84%
CMYK: (10,0,76,68) C10M0Y76K68 (10%,0%,76%,68%) (0.10/0.00/0.76/0.68)

CMYK percentages

%9.76
%0
%75.61
%67.84

Codes

Color #4A5214 in popluar color models

4A5214
RGB748220
HSL68°60.78%20.00%
HSB/HSV68°75.61%32.16%
CMYK9.76%0.00%75.61%
67.84%

Color #4A5214 in popluar number systems.

HEX4A5214
Decimal748220
Binary1001010101001010100
Octal11212224

Shades and tints

Shades of #4A5214

#4A5214
(74,82,20)
#444B13
(68,75,19)
#3E4412
(62,68,18)
#383D11
(56,61,17)
#323610
(50,54,16)
#2C2F0F
(44,47,15)
#26280E
(38,40,14)
#20210D
(32,33,13)
#1A1A0C
(26,26,12)
#14130B
(20,19,11)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #4A5214

#4A5214
(74,82,20)
#5A6129
(90,97,41)
#6A703E
(106,112,62)
#7A7F53
(122,127,83)
#8A8E68
(138,142,104)
#9A9D7D
(154,157,125)
#AAAC92
(170,172,146)
#BABBA7
(186,187,167)
#CACABC
(202,202,188)
#DAD9D1
(218,217,209)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5214; }

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

This text font color is #4A5214.


Background Color

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

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

This div background color is #4A5214.


Border color

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

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

This div border color is #4A5214.


Opacity

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

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

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

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

This text has shadow with #4A5214 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A5214 on black background.


Color preview on white background

This text has color #4A5214 on white background.



Black color preview on #4A5214 background

This text has black color on #4A5214 background.


White color preview on #4A5214 background

This text has white color on #4A5214 background.