COLOR #4A210C

HEX: #4A210C
RGB: (74,33,12)

Color info

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

RGB color model

#4A210C color RGB value is (74,33,12).

  • red value is 74;
  • green value is 33;
  • blue value is 12.
RGB:
(74,33,12)
(29%,13%,5%)

RGB channels and saturation

R 74 of 255 = 29%
G 33 of 255 = 13%
B 12 of 255 = 5%

74
33
12

R + G + B ~ 16%. #4A210C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 33 + 12 = 119 (100%)
R 74 of 119 ~ 62.18%
G 33 of 119 ~ 27.73%
B 12 of 119 ~ 10.08%

%62.18
%27.73
%10.08

CMYK color model

#4A210C color CMYK value is (0,55,84,71).

  • cyan value is 0.00%
  • magenta value is 55.41%
  • yellow value is 83.78%
  • key color value is 70.98%
CMYK:
(0,55,84,71)
C0M55Y84K71 
(0%,55%,84%,71%)
(0.00/0.55/0.84/0.71)	

CMYK percentages

%0
%55.41
%83.78
%70.98

Codes

Color #4A210C in popluar color models

4A210C
RGB743312
HSL20°72.09%16.86%
HSB/HSV20°83.78%29.02%
CMYK0.00%55.41%83.78%
70.98%

Color #4A210C in popluar number systems.

HEX4A210C
Decimal743312
Binary10010101000011100
Octal1124114

Shades and tints

Shades of #4A210C

#4A210C
(74,33,12)
#441E0B
(68,30,11)
#3E1B0A
(62,27,10)
#381809
(56,24,9)
#321508
(50,21,8)
#2C1207
(44,18,7)
#260F06
(38,15,6)
#200C05
(32,12,5)
#1A0904
(26,9,4)
#140603
(20,6,3)
#0E0302
(14,3,2)
#000000
(0,0,0)

Tints of #4A210C

#4A210C
(74,33,12)
#5A3522
(90,53,34)
#6A4938
(106,73,56)
#7A5D4E
(122,93,78)
#8A7164
(138,113,100)
#9A857A
(154,133,122)
#AA9990
(170,153,144)
#BAADA6
(186,173,166)
#CAC1BC
(202,193,188)
#DAD5D2
(218,213,210)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A210C color. Also use rgb(74,33,12) instead hex code.

Text Font Color

.myTextColor { color: #4A210C; }

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

This text font color is #4A210C.


Background Color

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

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

This div background color is #4A210C.


Border color

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

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

This div border color is #4A210C.


Opacity

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

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

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

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

This text has shadow with #4A210C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A210C on black background.


Color preview on white background

This text has color #4A210C on white background.



Black color preview on #4A210C background

This text has black color on #4A210C background.


White color preview on #4A210C background

This text has white color on #4A210C background.