COLOR #461E4A

HEX: #461E4A
RGB: (70,30,74)

Color info

#461E4A contains red, green and blue colors in about the same proportion. Web safe color of #461E4A is #333333 (or #333).

RGB color model

#461E4A color RGB value is (70,30,74).

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

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 74 of 255 = 29%

70
30
74

R + G + B ~ 23%. #461E4A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 30 + 74 = 174 (100%)
R 70 of 174 ~ 40.23%
G 30 of 174 ~ 17.24%
B 74 of 174 ~ 42.53%

%40.23
%17.24
%42.53

CMYK color model

#461E4A color CMYK value is (5,59,0,71).

  • cyan value is 5.41%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,59,0,71)
C5M59Y0K71 
(5%,59%,0%,71%)
(0.05/0.59/0.00/0.71)	

CMYK percentages

%5.41
%59.46
%0
%70.98

Codes

Color #461E4A in popluar color models

461E4A
RGB703074
HSL295°42.31%20.39%
HSB/HSV295°59.46%29.02%
CMYK5.41%59.46%0.00%
70.98%

Color #461E4A in popluar number systems.

HEX461E4A
Decimal703074
Binary1000110111101001010
Octal10636112

Shades and tints

Shades of #461E4A

#461E4A
(70,30,74)
#401C44
(64,28,68)
#3A1A3E
(58,26,62)
#341838
(52,24,56)
#2E1632
(46,22,50)
#28142C
(40,20,44)
#221226
(34,18,38)
#1C1020
(28,16,32)
#160E1A
(22,14,26)
#100C14
(16,12,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #461E4A

#461E4A
(70,30,74)
#56325A
(86,50,90)
#66466A
(102,70,106)
#765A7A
(118,90,122)
#866E8A
(134,110,138)
#96829A
(150,130,154)
#A696AA
(166,150,170)
#B6AABA
(182,170,186)
#C6BECA
(198,190,202)
#D6D2DA
(214,210,218)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461E4A color. Also use rgb(70,30,74) instead hex code.

Text Font Color

.myTextColor { color: #461E4A; }

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

This text font color is #461E4A.


Background Color

.myBgColor { background-color: #461E4A; }

<div style="background-color:#461E4A">Inner text</div>

This div background color is #461E4A.


Border color

.myBorderColor { border: 1px solid #461E4A; }

<div style="border:3px solid #461E4A">Div</div>

This div border color is #461E4A.


Opacity

.myOpacity80 { color: #461E4A; opacity: 0.8; }

<p style="color:#461E4A;opacity:0.8;">80%</p>

Text with #461E4A 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 #461E4A;}

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

This text has shadow with #461E4A color.

.textShadow {text-shadow: 3px 3px 1px #461E4A, 3px 3px 1px red;}

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

This text has shadow with #461E4A primary color and red secondary color.


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

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

This text has shadow with #461E4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461E4A on black background.


Color preview on white background

This text has color #461E4A on white background.



Black color preview on #461E4A background

This text has black color on #461E4A background.


White color preview on #461E4A background

This text has white color on #461E4A background.