COLOR #4A012F

HEX: #4A012F
RGB: (74,1,47)

Color info

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

RGB color model

#4A012F color RGB value is (74,1,47).

  • red value is 74;
  • green value is 1;
  • blue value is 47.
RGB:
(74,1,47)
(29%,0%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 1 of 255 = 0%
B 47 of 255 = 18%

74
1
47

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

Portions of RGB colors in percentages

R + G + B =
74 + 1 + 47 = 122 (100%)
R 74 of 122 ~ 60.66%
G 1 of 122 ~ 0.82%
B 47 of 122 ~ 38.52%

%60.66
%38.52

CMYK color model

#4A012F color CMYK value is (0,99,36,71).

  • cyan value is 0.00%
  • magenta value is 98.65%
  • yellow value is 36.49%
  • key color value is 70.98%
CMYK:
(0,99,36,71)
C0M99Y36K71 
(0%,99%,36%,71%)
(0.00/0.99/0.36/0.71)	

CMYK percentages

%0
%98.65
%36.49
%70.98

Codes

Color #4A012F in popluar color models

4A012F
RGB74147
HSL322°97.33%14.71%
HSB/HSV322°98.65%29.02%
CMYK0.00%98.65%36.49%
70.98%

Color #4A012F in popluar number systems.

HEX4A012F
Decimal74147
Binary10010101101111
Octal112157

Shades and tints

Shades of #4A012F

#4A012F
(74,1,47)
#44012B
(68,1,43)
#3E0127
(62,1,39)
#380123
(56,1,35)
#32011F
(50,1,31)
#2C011B
(44,1,27)
#260117
(38,1,23)
#200113
(32,1,19)
#1A010F
(26,1,15)
#14010B
(20,1,11)
#0E0107
(14,1,7)
#000000
(0,0,0)

Tints of #4A012F

#4A012F
(74,1,47)
#5A1841
(90,24,65)
#6A2F53
(106,47,83)
#7A4665
(122,70,101)
#8A5D77
(138,93,119)
#9A7489
(154,116,137)
#AA8B9B
(170,139,155)
#BAA2AD
(186,162,173)
#CAB9BF
(202,185,191)
#DAD0D1
(218,208,209)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A012F color. Also use rgb(74,1,47) instead hex code.

Text Font Color

.myTextColor { color: #4A012F; }

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

This text font color is #4A012F.


Background Color

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

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

This div background color is #4A012F.


Border color

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

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

This div border color is #4A012F.


Opacity

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

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

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

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

This text has shadow with #4A012F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A012F on black background.


Color preview on white background

This text has color #4A012F on white background.



Black color preview on #4A012F background

This text has black color on #4A012F background.


White color preview on #4A012F background

This text has white color on #4A012F background.