COLOR #4A4810

HEX: #4A4810
RGB: (74,72,16)

Color info

#4A4810 contains red, green and blue colors in about the same proportion. Web safe color of #4A4810 is #333300 (or #330).

RGB color model

#4A4810 color RGB value is (74,72,16).

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

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 16 of 255 = 6%

74
72
16

R + G + B ~ 21%. #4A4810 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 16 = 162 (100%)
R 74 of 162 ~ 45.68%
G 72 of 162 ~ 44.44%
B 16 of 162 ~ 9.88%

%45.68
%44.44
%9.88

CMYK color model

#4A4810 color CMYK value is (0,3,78,71).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 78.38%
  • key color value is 70.98%
CMYK:
(0,3,78,71)
C0M3Y78K71 
(0%,3%,78%,71%)
(0.00/0.03/0.78/0.71)	

CMYK percentages

%0
%2.7
%78.38
%70.98

Codes

Color #4A4810 in popluar color models

4A4810
RGB747216
HSL58°64.44%17.65%
HSB/HSV58°78.38%29.02%
CMYK0.00%2.70%78.38%
70.98%

Color #4A4810 in popluar number systems.

HEX4A4810
Decimal747216
Binary1001010100100010000
Octal11211020

Shades and tints

Shades of #4A4810

#4A4810
(74,72,16)
#44420F
(68,66,15)
#3E3C0E
(62,60,14)
#38360D
(56,54,13)
#32300C
(50,48,12)
#2C2A0B
(44,42,11)
#26240A
(38,36,10)
#201E09
(32,30,9)
#1A1808
(26,24,8)
#141207
(20,18,7)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #4A4810

#4A4810
(74,72,16)
#5A5825
(90,88,37)
#6A683A
(106,104,58)
#7A784F
(122,120,79)
#8A8864
(138,136,100)
#9A9879
(154,152,121)
#AAA88E
(170,168,142)
#BAB8A3
(186,184,163)
#CAC8B8
(202,200,184)
#DAD8CD
(218,216,205)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4810; }

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

This text font color is #4A4810.


Background Color

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

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

This div background color is #4A4810.


Border color

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

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

This div border color is #4A4810.


Opacity

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

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

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

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

This text has shadow with #4A4810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4810 on black background.


Color preview on white background

This text has color #4A4810 on white background.



Black color preview on #4A4810 background

This text has black color on #4A4810 background.


White color preview on #4A4810 background

This text has white color on #4A4810 background.