COLOR #4A0733

HEX: #4A0733
RGB: (74,7,51)

Color info

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

RGB color model

#4A0733 color RGB value is (74,7,51).

  • red value is 74;
  • green value is 7;
  • blue value is 51.
RGB:
(74,7,51)
(29%,3%,20%)

RGB channels and saturation

R 74 of 255 = 29%
G 7 of 255 = 3%
B 51 of 255 = 20%

74
7
51

R + G + B ~ 17%. #4A0733 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 7 + 51 = 132 (100%)
R 74 of 132 ~ 56.06%
G 7 of 132 ~ 5.3%
B 51 of 132 ~ 38.64%

%56.06
%38.64

CMYK color model

#4A0733 color CMYK value is (0,91,31,71).

  • cyan value is 0.00%
  • magenta value is 90.54%
  • yellow value is 31.08%
  • key color value is 70.98%
CMYK:
(0,91,31,71)
C0M91Y31K71 
(0%,91%,31%,71%)
(0.00/0.91/0.31/0.71)	

CMYK percentages

%0
%90.54
%31.08
%70.98

Codes

Color #4A0733 in popluar color models

4A0733
RGB74751
HSL321°82.72%15.88%
HSB/HSV321°90.54%29.02%
CMYK0.00%90.54%31.08%
70.98%

Color #4A0733 in popluar number systems.

HEX4A0733
Decimal74751
Binary1001010111110011
Octal112763

Shades and tints

Shades of #4A0733

#4A0733
(74,7,51)
#44072F
(68,7,47)
#3E072B
(62,7,43)
#380727
(56,7,39)
#320723
(50,7,35)
#2C071F
(44,7,31)
#26071B
(38,7,27)
#200717
(32,7,23)
#1A0713
(26,7,19)
#14070F
(20,7,15)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #4A0733

#4A0733
(74,7,51)
#5A1D45
(90,29,69)
#6A3357
(106,51,87)
#7A4969
(122,73,105)
#8A5F7B
(138,95,123)
#9A758D
(154,117,141)
#AA8B9F
(170,139,159)
#BAA1B1
(186,161,177)
#CAB7C3
(202,183,195)
#DACDD5
(218,205,213)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0733 color. Also use rgb(74,7,51) instead hex code.

Text Font Color

.myTextColor { color: #4A0733; }

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

This text font color is #4A0733.


Background Color

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

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

This div background color is #4A0733.


Border color

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

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

This div border color is #4A0733.


Opacity

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

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

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

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

This text has shadow with #4A0733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0733 on black background.


Color preview on white background

This text has color #4A0733 on white background.



Black color preview on #4A0733 background

This text has black color on #4A0733 background.


White color preview on #4A0733 background

This text has white color on #4A0733 background.