COLOR #4A0A53

HEX: #4A0A53
RGB: (74,10,83)

Color info

#4A0A53 contains mainly red and blue colors. Web safe color of #4A0A53 is #330066 (or #306).

RGB color model

#4A0A53 color RGB value is (74,10,83).

  • red value is 74;
  • green value is 10;
  • blue value is 83.
RGB:
(74,10,83)
(29%,4%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 10 of 255 = 4%
B 83 of 255 = 33%

74
10
83

R + G + B ~ 22%. #4A0A53 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 10 + 83 = 167 (100%)
R 74 of 167 ~ 44.31%
G 10 of 167 ~ 5.99%
B 83 of 167 ~ 49.7%

%44.31
%49.7

CMYK color model

#4A0A53 color CMYK value is (11,88,0,67).

  • cyan value is 10.84%
  • magenta value is 87.95%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(11,88,0,67)
C11M88Y0K67 
(11%,88%,0%,67%)
(0.11/0.88/0.00/0.67)	

CMYK percentages

%10.84
%87.95
%0
%67.45

Codes

Color #4A0A53 in popluar color models

4A0A53
RGB741083
HSL293°78.49%18.24%
HSB/HSV293°87.95%32.55%
CMYK10.84%87.95%0.00%
67.45%

Color #4A0A53 in popluar number systems.

HEX4A0A53
Decimal741083
Binary100101010101010011
Octal11212123

Shades and tints

Shades of #4A0A53

#4A0A53
(74,10,83)
#440A4C
(68,10,76)
#3E0A45
(62,10,69)
#380A3E
(56,10,62)
#320A37
(50,10,55)
#2C0A30
(44,10,48)
#260A29
(38,10,41)
#200A22
(32,10,34)
#1A0A1B
(26,10,27)
#140A14
(20,10,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A0A53

#4A0A53
(74,10,83)
#5A2062
(90,32,98)
#6A3671
(106,54,113)
#7A4C80
(122,76,128)
#8A628F
(138,98,143)
#9A789E
(154,120,158)
#AA8EAD
(170,142,173)
#BAA4BC
(186,164,188)
#CABACB
(202,186,203)
#DAD0DA
(218,208,218)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0A53 color. Also use rgb(74,10,83) instead hex code.

Text Font Color

.myTextColor { color: #4A0A53; }

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

This text font color is #4A0A53.


Background Color

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

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

This div background color is #4A0A53.


Border color

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

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

This div border color is #4A0A53.


Opacity

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

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

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

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

This text has shadow with #4A0A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0A53 on black background.


Color preview on white background

This text has color #4A0A53 on white background.



Black color preview on #4A0A53 background

This text has black color on #4A0A53 background.


White color preview on #4A0A53 background

This text has white color on #4A0A53 background.