COLOR #4A0F3F

HEX: #4A0F3F
RGB: (74,15,63)

Color info

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

RGB color model

#4A0F3F color RGB value is (74,15,63).

  • red value is 74;
  • green value is 15;
  • blue value is 63.
RGB:
(74,15,63)
(29%,6%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 15 of 255 = 6%
B 63 of 255 = 25%

74
15
63

R + G + B ~ 20%. #4A0F3F is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 15 + 63 = 152 (100%)
R 74 of 152 ~ 48.68%
G 15 of 152 ~ 9.87%
B 63 of 152 ~ 41.45%

%48.68
%9.87
%41.45

CMYK color model

#4A0F3F color CMYK value is (0,80,15,71).

  • cyan value is 0.00%
  • magenta value is 79.73%
  • yellow value is 14.86%
  • key color value is 70.98%
CMYK:
(0,80,15,71)
C0M80Y15K71 
(0%,80%,15%,71%)
(0.00/0.80/0.15/0.71)	

CMYK percentages

%0
%79.73
%14.86
%70.98

Codes

Color #4A0F3F in popluar color models

4A0F3F
RGB741563
HSL311°66.29%17.45%
HSB/HSV311°79.73%29.02%
CMYK0.00%79.73%14.86%
70.98%

Color #4A0F3F in popluar number systems.

HEX4A0F3F
Decimal741563
Binary10010101111111111
Octal1121777

Shades and tints

Shades of #4A0F3F

#4A0F3F
(74,15,63)
#440E3A
(68,14,58)
#3E0D35
(62,13,53)
#380C30
(56,12,48)
#320B2B
(50,11,43)
#2C0A26
(44,10,38)
#260921
(38,9,33)
#20081C
(32,8,28)
#1A0717
(26,7,23)
#140612
(20,6,18)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #4A0F3F

#4A0F3F
(74,15,63)
#5A2450
(90,36,80)
#6A3961
(106,57,97)
#7A4E72
(122,78,114)
#8A6383
(138,99,131)
#9A7894
(154,120,148)
#AA8DA5
(170,141,165)
#BAA2B6
(186,162,182)
#CAB7C7
(202,183,199)
#DACCD8
(218,204,216)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0F3F color. Also use rgb(74,15,63) instead hex code.

Text Font Color

.myTextColor { color: #4A0F3F; }

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

This text font color is #4A0F3F.


Background Color

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

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

This div background color is #4A0F3F.


Border color

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

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

This div border color is #4A0F3F.


Opacity

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

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

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

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

This text has shadow with #4A0F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0F3F on black background.


Color preview on white background

This text has color #4A0F3F on white background.



Black color preview on #4A0F3F background

This text has black color on #4A0F3F background.


White color preview on #4A0F3F background

This text has white color on #4A0F3F background.