COLOR #4A1221

HEX: #4A1221
RGB: (74,18,33)

Color info

#4A1221 contains red, green and blue colors in about the same proportion. Web safe color of #4A1221 is #330033 (or #303).

RGB color model

#4A1221 color RGB value is (74,18,33).

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

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 33 of 255 = 13%

74
18
33

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

Portions of RGB colors in percentages

R + G + B =
74 + 18 + 33 = 125 (100%)
R 74 of 125 ~ 59.2%
G 18 of 125 ~ 14.4%
B 33 of 125 ~ 26.4%

%59.2
%14.4
%26.4

CMYK color model

#4A1221 color CMYK value is (0,76,55,71).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 55.41%
  • key color value is 70.98%
CMYK:
(0,76,55,71)
C0M76Y55K71 
(0%,76%,55%,71%)
(0.00/0.76/0.55/0.71)	

CMYK percentages

%0
%75.68
%55.41
%70.98

Codes

Color #4A1221 in popluar color models

4A1221
RGB741833
HSL344°60.87%18.04%
HSB/HSV344°75.68%29.02%
CMYK0.00%75.68%55.41%
70.98%

Color #4A1221 in popluar number systems.

HEX4A1221
Decimal741833
Binary100101010010100001
Octal1122241

Shades and tints

Shades of #4A1221

#4A1221
(74,18,33)
#44111E
(68,17,30)
#3E101B
(62,16,27)
#380F18
(56,15,24)
#320E15
(50,14,21)
#2C0D12
(44,13,18)
#260C0F
(38,12,15)
#200B0C
(32,11,12)
#1A0A09
(26,10,9)
#140906
(20,9,6)
#0E0803
(14,8,3)
#000000
(0,0,0)

Tints of #4A1221

#4A1221
(74,18,33)
#5A2735
(90,39,53)
#6A3C49
(106,60,73)
#7A515D
(122,81,93)
#8A6671
(138,102,113)
#9A7B85
(154,123,133)
#AA9099
(170,144,153)
#BAA5AD
(186,165,173)
#CABAC1
(202,186,193)
#DACFD5
(218,207,213)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1221; }

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

This text font color is #4A1221.


Background Color

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

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

This div background color is #4A1221.


Border color

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

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

This div border color is #4A1221.


Opacity

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

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

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

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

This text has shadow with #4A1221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1221 on black background.


Color preview on white background

This text has color #4A1221 on white background.



Black color preview on #4A1221 background

This text has black color on #4A1221 background.


White color preview on #4A1221 background

This text has white color on #4A1221 background.