COLOR #4A4512

HEX: #4A4512
RGB: (74,69,18)

Color info

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

RGB color model

#4A4512 color RGB value is (74,69,18).

  • red value is 74;
  • green value is 69;
  • blue value is 18.
RGB:
(74,69,18)
(29%,27%,7%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 18 of 255 = 7%

74
69
18

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

Portions of RGB colors in percentages

R + G + B =
74 + 69 + 18 = 161 (100%)
R 74 of 161 ~ 45.96%
G 69 of 161 ~ 42.86%
B 18 of 161 ~ 11.18%

%45.96
%42.86
%11.18

CMYK color model

#4A4512 color CMYK value is (0,7,76,71).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 75.68%
  • key color value is 70.98%
CMYK:
(0,7,76,71)
C0M7Y76K71 
(0%,7%,76%,71%)
(0.00/0.07/0.76/0.71)	

CMYK percentages

%0
%6.76
%75.68
%70.98

Codes

Color #4A4512 in popluar color models

4A4512
RGB746918
HSL55°60.87%18.04%
HSB/HSV55°75.68%29.02%
CMYK0.00%6.76%75.68%
70.98%

Color #4A4512 in popluar number systems.

HEX4A4512
Decimal746918
Binary1001010100010110010
Octal11210522

Shades and tints

Shades of #4A4512

#4A4512
(74,69,18)
#443F11
(68,63,17)
#3E3910
(62,57,16)
#38330F
(56,51,15)
#322D0E
(50,45,14)
#2C270D
(44,39,13)
#26210C
(38,33,12)
#201B0B
(32,27,11)
#1A150A
(26,21,10)
#140F09
(20,15,9)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #4A4512

#4A4512
(74,69,18)
#5A5527
(90,85,39)
#6A653C
(106,101,60)
#7A7551
(122,117,81)
#8A8566
(138,133,102)
#9A957B
(154,149,123)
#AAA590
(170,165,144)
#BAB5A5
(186,181,165)
#CAC5BA
(202,197,186)
#DAD5CF
(218,213,207)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4512 color. Also use rgb(74,69,18) instead hex code.

Text Font Color

.myTextColor { color: #4A4512; }

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

This text font color is #4A4512.


Background Color

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

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

This div background color is #4A4512.


Border color

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

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

This div border color is #4A4512.


Opacity

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

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

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

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

This text has shadow with #4A4512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4512 on black background.


Color preview on white background

This text has color #4A4512 on white background.



Black color preview on #4A4512 background

This text has black color on #4A4512 background.


White color preview on #4A4512 background

This text has white color on #4A4512 background.