COLOR #4A0214

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
2
20

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

Portions of RGB colors in percentages

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

%77.08
%20.83

CMYK color model

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

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

CMYK percentages

%0
%97.3
%72.97
%70.98

Codes

Color #4A0214 in popluar color models

4A0214
RGB74220
HSL345°94.74%14.90%
HSB/HSV345°97.30%29.02%
CMYK0.00%97.30%72.97%
70.98%

Color #4A0214 in popluar number systems.

HEX4A0214
Decimal74220
Binary10010101010100
Octal112224

Shades and tints

Shades of #4A0214

#4A0214
(74,2,20)
#440213
(68,2,19)
#3E0212
(62,2,18)
#380211
(56,2,17)
#320210
(50,2,16)
#2C020F
(44,2,15)
#26020E
(38,2,14)
#20020D
(32,2,13)
#1A020C
(26,2,12)
#14020B
(20,2,11)
#0E020A
(14,2,10)
#000000
(0,0,0)

Tints of #4A0214

#4A0214
(74,2,20)
#5A1929
(90,25,41)
#6A303E
(106,48,62)
#7A4753
(122,71,83)
#8A5E68
(138,94,104)
#9A757D
(154,117,125)
#AA8C92
(170,140,146)
#BAA3A7
(186,163,167)
#CABABC
(202,186,188)
#DAD1D1
(218,209,209)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0214; }

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

This text font color is #4A0214.


Background Color

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

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

This div background color is #4A0214.


Border color

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

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

This div border color is #4A0214.


Opacity

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

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

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

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

This text has shadow with #4A0214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0214 on black background.


Color preview on white background

This text has color #4A0214 on white background.



Black color preview on #4A0214 background

This text has black color on #4A0214 background.


White color preview on #4A0214 background

This text has white color on #4A0214 background.