COLOR #4A450A

HEX: #4A450A
RGB: (74,69,10)

Color info

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

RGB color model

#4A450A color RGB value is (74,69,10).

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

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 10 of 255 = 4%

74
69
10

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

Portions of RGB colors in percentages

R + G + B =
74 + 69 + 10 = 153 (100%)
R 74 of 153 ~ 48.37%
G 69 of 153 ~ 45.1%
B 10 of 153 ~ 6.54%

%48.37
%45.1

CMYK color model

#4A450A color CMYK value is (0,7,86,71).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 86.49%
  • key color value is 70.98%
CMYK:
(0,7,86,71)
C0M7Y86K71 
(0%,7%,86%,71%)
(0.00/0.07/0.86/0.71)	

CMYK percentages

%0
%6.76
%86.49
%70.98

Codes

Color #4A450A in popluar color models

4A450A
RGB746910
HSL55°76.19%16.47%
HSB/HSV55°86.49%29.02%
CMYK0.00%6.76%86.49%
70.98%

Color #4A450A in popluar number systems.

HEX4A450A
Decimal746910
Binary100101010001011010
Octal11210512

Shades and tints

Shades of #4A450A

#4A450A
(74,69,10)
#443F0A
(68,63,10)
#3E390A
(62,57,10)
#38330A
(56,51,10)
#322D0A
(50,45,10)
#2C270A
(44,39,10)
#26210A
(38,33,10)
#201B0A
(32,27,10)
#1A150A
(26,21,10)
#140F0A
(20,15,10)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #4A450A

#4A450A
(74,69,10)
#5A5520
(90,85,32)
#6A6536
(106,101,54)
#7A754C
(122,117,76)
#8A8562
(138,133,98)
#9A9578
(154,149,120)
#AAA58E
(170,165,142)
#BAB5A4
(186,181,164)
#CAC5BA
(202,197,186)
#DAD5D0
(218,213,208)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A450A; }

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

This text font color is #4A450A.


Background Color

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

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

This div background color is #4A450A.


Border color

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

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

This div border color is #4A450A.


Opacity

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

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

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

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

This text has shadow with #4A450A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A450A on black background.


Color preview on white background

This text has color #4A450A on white background.



Black color preview on #4A450A background

This text has black color on #4A450A background.


White color preview on #4A450A background

This text has white color on #4A450A background.