COLOR #4A460E

HEX: #4A460E
RGB: (74,70,14)

Color info

#4A460E contains mainly red and green colors. Web safe color of #4A460E is #333300 (or #330).

RGB color model

#4A460E color RGB value is (74,70,14).

  • red value is 74;
  • green value is 70;
  • blue value is 14.
RGB:
(74,70,14)
(29%,27%,5%)

RGB channels and saturation

R 74 of 255 = 29%
G 70 of 255 = 27%
B 14 of 255 = 5%

74
70
14

R + G + B ~ 20%. #4A460E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 70 + 14 = 158 (100%)
R 74 of 158 ~ 46.84%
G 70 of 158 ~ 44.3%
B 14 of 158 ~ 8.86%

%46.84
%44.3

CMYK color model

#4A460E color CMYK value is (0,5,81,71).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 81.08%
  • key color value is 70.98%
CMYK:
(0,5,81,71)
C0M5Y81K71 
(0%,5%,81%,71%)
(0.00/0.05/0.81/0.71)	

CMYK percentages

%0
%5.41
%81.08
%70.98

Codes

Color #4A460E in popluar color models

4A460E
RGB747014
HSL56°68.18%17.25%
HSB/HSV56°81.08%29.02%
CMYK0.00%5.41%81.08%
70.98%

Color #4A460E in popluar number systems.

HEX4A460E
Decimal747014
Binary100101010001101110
Octal11210616

Shades and tints

Shades of #4A460E

#4A460E
(74,70,14)
#44400D
(68,64,13)
#3E3A0C
(62,58,12)
#38340B
(56,52,11)
#322E0A
(50,46,10)
#2C2809
(44,40,9)
#262208
(38,34,8)
#201C07
(32,28,7)
#1A1606
(26,22,6)
#141005
(20,16,5)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #4A460E

#4A460E
(74,70,14)
#5A5623
(90,86,35)
#6A6638
(106,102,56)
#7A764D
(122,118,77)
#8A8662
(138,134,98)
#9A9677
(154,150,119)
#AAA68C
(170,166,140)
#BAB6A1
(186,182,161)
#CAC6B6
(202,198,182)
#DAD6CB
(218,214,203)
#EAE6E0
(234,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A460E color. Also use rgb(74,70,14) instead hex code.

Text Font Color

.myTextColor { color: #4A460E; }

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

This text font color is #4A460E.


Background Color

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

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

This div background color is #4A460E.


Border color

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

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

This div border color is #4A460E.


Opacity

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

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

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

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

This text has shadow with #4A460E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A460E on black background.


Color preview on white background

This text has color #4A460E on white background.



Black color preview on #4A460E background

This text has black color on #4A460E background.


White color preview on #4A460E background

This text has white color on #4A460E background.