COLOR #4A1402

HEX: #4A1402
RGB: (74,20,2)

Color info

#4A1402 contains mainly red and green colors. Web safe color of #4A1402 is #330000 (or #300).

RGB color model

#4A1402 color RGB value is (74,20,2).

  • red value is 74;
  • green value is 20;
  • blue value is 2.
RGB:
(74,20,2)
(29%,8%,1%)

RGB channels and saturation

R 74 of 255 = 29%
G 20 of 255 = 8%
B 2 of 255 = 1%

74
20
2

R + G + B ~ 13%. #4A1402 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 20 + 2 = 96 (100%)
R 74 of 96 ~ 77.08%
G 20 of 96 ~ 20.83%
B 2 of 96 ~ 2.08%

%77.08
%20.83

CMYK color model

#4A1402 color CMYK value is (0,73,97,71).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 97.30%
  • key color value is 70.98%
CMYK:
(0,73,97,71)
C0M73Y97K71 
(0%,73%,97%,71%)
(0.00/0.73/0.97/0.71)	

CMYK percentages

%0
%72.97
%97.3
%70.98

Codes

Color #4A1402 in popluar color models

4A1402
RGB74202
HSL15°94.74%14.90%
HSB/HSV15°97.30%29.02%
CMYK0.00%72.97%97.30%
70.98%

Color #4A1402 in popluar number systems.

HEX4A1402
Decimal74202
Binary10010101010010
Octal112242

Shades and tints

Shades of #4A1402

#4A1402
(74,20,2)
#441302
(68,19,2)
#3E1202
(62,18,2)
#381102
(56,17,2)
#321002
(50,16,2)
#2C0F02
(44,15,2)
#260E02
(38,14,2)
#200D02
(32,13,2)
#1A0C02
(26,12,2)
#140B02
(20,11,2)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #4A1402

#4A1402
(74,20,2)
#5A2919
(90,41,25)
#6A3E30
(106,62,48)
#7A5347
(122,83,71)
#8A685E
(138,104,94)
#9A7D75
(154,125,117)
#AA928C
(170,146,140)
#BAA7A3
(186,167,163)
#CABCBA
(202,188,186)
#DAD1D1
(218,209,209)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1402 color. Also use rgb(74,20,2) instead hex code.

Text Font Color

.myTextColor { color: #4A1402; }

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

This text font color is #4A1402.


Background Color

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

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

This div background color is #4A1402.


Border color

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

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

This div border color is #4A1402.


Opacity

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

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

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

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

This text has shadow with #4A1402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1402 on black background.


Color preview on white background

This text has color #4A1402 on white background.



Black color preview on #4A1402 background

This text has black color on #4A1402 background.


White color preview on #4A1402 background

This text has white color on #4A1402 background.