COLOR #4A0521

HEX: #4A0521
RGB: (74,5,33)

Color info

#4A0521 contains mainly red and blue colors. Web safe color of #4A0521 is #330033 (or #303).

RGB color model

#4A0521 color RGB value is (74,5,33).

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

RGB channels and saturation

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

74
5
33

R + G + B ~ 15%. #4A0521 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 5 + 33 = 112 (100%)
R 74 of 112 ~ 66.07%
G 5 of 112 ~ 4.46%
B 33 of 112 ~ 29.46%

%66.07
%29.46

CMYK color model

#4A0521 color CMYK value is (0,93,55,71).

  • cyan value is 0.00%
  • magenta value is 93.24%
  • yellow value is 55.41%
  • key color value is 70.98%
CMYK:
(0,93,55,71)
C0M93Y55K71 
(0%,93%,55%,71%)
(0.00/0.93/0.55/0.71)	

CMYK percentages

%0
%93.24
%55.41
%70.98

Codes

Color #4A0521 in popluar color models

4A0521
RGB74533
HSL336°87.34%15.49%
HSB/HSV336°93.24%29.02%
CMYK0.00%93.24%55.41%
70.98%

Color #4A0521 in popluar number systems.

HEX4A0521
Decimal74533
Binary1001010101100001
Octal112541

Shades and tints

Shades of #4A0521

#4A0521
(74,5,33)
#44051E
(68,5,30)
#3E051B
(62,5,27)
#380518
(56,5,24)
#320515
(50,5,21)
#2C0512
(44,5,18)
#26050F
(38,5,15)
#20050C
(32,5,12)
#1A0509
(26,5,9)
#140506
(20,5,6)
#0E0503
(14,5,3)
#000000
(0,0,0)

Tints of #4A0521

#4A0521
(74,5,33)
#5A1B35
(90,27,53)
#6A3149
(106,49,73)
#7A475D
(122,71,93)
#8A5D71
(138,93,113)
#9A7385
(154,115,133)
#AA8999
(170,137,153)
#BA9FAD
(186,159,173)
#CAB5C1
(202,181,193)
#DACBD5
(218,203,213)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0521; }

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

This text font color is #4A0521.


Background Color

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

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

This div background color is #4A0521.


Border color

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

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

This div border color is #4A0521.


Opacity

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

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

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

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

This text has shadow with #4A0521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0521 on black background.


Color preview on white background

This text has color #4A0521 on white background.



Black color preview on #4A0521 background

This text has black color on #4A0521 background.


White color preview on #4A0521 background

This text has white color on #4A0521 background.