COLOR #4A2A10

HEX: #4A2A10
RGB: (74,42,16)

Color info

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

RGB color model

#4A2A10 color RGB value is (74,42,16).

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

RGB channels and saturation

R 74 of 255 = 29%
G 42 of 255 = 16%
B 16 of 255 = 6%

74
42
16

R + G + B ~ 17%. #4A2A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 42 + 16 = 132 (100%)
R 74 of 132 ~ 56.06%
G 42 of 132 ~ 31.82%
B 16 of 132 ~ 12.12%

%56.06
%31.82
%12.12

CMYK color model

#4A2A10 color CMYK value is (0,43,78,71).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 78.38%
  • key color value is 70.98%
CMYK:
(0,43,78,71)
C0M43Y78K71 
(0%,43%,78%,71%)
(0.00/0.43/0.78/0.71)	

CMYK percentages

%0
%43.24
%78.38
%70.98

Codes

Color #4A2A10 in popluar color models

4A2A10
RGB744216
HSL27°64.44%17.65%
HSB/HSV27°78.38%29.02%
CMYK0.00%43.24%78.38%
70.98%

Color #4A2A10 in popluar number systems.

HEX4A2A10
Decimal744216
Binary100101010101010000
Octal1125220

Shades and tints

Shades of #4A2A10

#4A2A10
(74,42,16)
#44270F
(68,39,15)
#3E240E
(62,36,14)
#38210D
(56,33,13)
#321E0C
(50,30,12)
#2C1B0B
(44,27,11)
#26180A
(38,24,10)
#201509
(32,21,9)
#1A1208
(26,18,8)
#140F07
(20,15,7)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #4A2A10

#4A2A10
(74,42,16)
#5A3D25
(90,61,37)
#6A503A
(106,80,58)
#7A634F
(122,99,79)
#8A7664
(138,118,100)
#9A8979
(154,137,121)
#AA9C8E
(170,156,142)
#BAAFA3
(186,175,163)
#CAC2B8
(202,194,184)
#DAD5CD
(218,213,205)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2A10; }

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

This text font color is #4A2A10.


Background Color

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

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

This div background color is #4A2A10.


Border color

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

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

This div border color is #4A2A10.


Opacity

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

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

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

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

This text has shadow with #4A2A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2A10 on black background.


Color preview on white background

This text has color #4A2A10 on white background.



Black color preview on #4A2A10 background

This text has black color on #4A2A10 background.


White color preview on #4A2A10 background

This text has white color on #4A2A10 background.