COLOR #46124A

HEX: #46124A
RGB: (70,18,74)

Color info

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

RGB color model

#46124A color RGB value is (70,18,74).

  • red value is 70;
  • green value is 18;
  • blue value is 74.
RGB:
(70,18,74)
(27%,7%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 18 of 255 = 7%
B 74 of 255 = 29%

70
18
74

R + G + B ~ 21%. #46124A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 18 + 74 = 162 (100%)
R 70 of 162 ~ 43.21%
G 18 of 162 ~ 11.11%
B 74 of 162 ~ 45.68%

%43.21
%11.11
%45.68

CMYK color model

#46124A color CMYK value is (5,76,0,71).

  • cyan value is 5.41%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,76,0,71)
C5M76Y0K71 
(5%,76%,0%,71%)
(0.05/0.76/0.00/0.71)	

CMYK percentages

%5.41
%75.68
%0
%70.98

Codes

Color #46124A in popluar color models

46124A
RGB701874
HSL296°60.87%18.04%
HSB/HSV296°75.68%29.02%
CMYK5.41%75.68%0.00%
70.98%

Color #46124A in popluar number systems.

HEX46124A
Decimal701874
Binary1000110100101001010
Octal10622112

Shades and tints

Shades of #46124A

#46124A
(70,18,74)
#401144
(64,17,68)
#3A103E
(58,16,62)
#340F38
(52,15,56)
#2E0E32
(46,14,50)
#280D2C
(40,13,44)
#220C26
(34,12,38)
#1C0B20
(28,11,32)
#160A1A
(22,10,26)
#100914
(16,9,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #46124A

#46124A
(70,18,74)
#56275A
(86,39,90)
#663C6A
(102,60,106)
#76517A
(118,81,122)
#86668A
(134,102,138)
#967B9A
(150,123,154)
#A690AA
(166,144,170)
#B6A5BA
(182,165,186)
#C6BACA
(198,186,202)
#D6CFDA
(214,207,218)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46124A color. Also use rgb(70,18,74) instead hex code.

Text Font Color

.myTextColor { color: #46124A; }

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

This text font color is #46124A.


Background Color

.myBgColor { background-color: #46124A; }

<div style="background-color:#46124A">Inner text</div>

This div background color is #46124A.


Border color

.myBorderColor { border: 1px solid #46124A; }

<div style="border:3px solid #46124A">Div</div>

This div border color is #46124A.


Opacity

.myOpacity80 { color: #46124A; opacity: 0.8; }

<p style="color:#46124A;opacity:0.8;">80%</p>

Text with #46124A 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 #46124A;}

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

This text has shadow with #46124A color.

.textShadow {text-shadow: 3px 3px 1px #46124A, 3px 3px 1px red;}

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

This text has shadow with #46124A primary color and red secondary color.


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

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

This text has shadow with #46124A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46124A on black background.


Color preview on white background

This text has color #46124A on white background.



Black color preview on #46124A background

This text has black color on #46124A background.


White color preview on #46124A background

This text has white color on #46124A background.