COLOR #461547

HEX: #461547
RGB: (70,21,71)

Color info

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

RGB color model

#461547 color RGB value is (70,21,71).

  • red value is 70;
  • green value is 21;
  • blue value is 71.
RGB:
(70,21,71)
(27%,8%,28%)

RGB channels and saturation

R 70 of 255 = 27%
G 21 of 255 = 8%
B 71 of 255 = 28%

70
21
71

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

Portions of RGB colors in percentages

R + G + B =
70 + 21 + 71 = 162 (100%)
R 70 of 162 ~ 43.21%
G 21 of 162 ~ 12.96%
B 71 of 162 ~ 43.83%

%43.21
%12.96
%43.83

CMYK color model

#461547 color CMYK value is (1,70,0,72).

  • cyan value is 1.41%
  • magenta value is 70.42%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(1,70,0,72)
C1M70Y0K72 
(1%,70%,0%,72%)
(0.01/0.70/0.00/0.72)	

CMYK percentages

%1.41
%70.42
%0
%72.16

Codes

Color #461547 in popluar color models

461547
RGB702171
HSL299°54.35%18.04%
HSB/HSV299°70.42%27.84%
CMYK1.41%70.42%0.00%
72.16%

Color #461547 in popluar number systems.

HEX461547
Decimal702171
Binary1000110101011000111
Octal10625107

Shades and tints

Shades of #461547

#461547
(70,21,71)
#401441
(64,20,65)
#3A133B
(58,19,59)
#341235
(52,18,53)
#2E112F
(46,17,47)
#281029
(40,16,41)
#220F23
(34,15,35)
#1C0E1D
(28,14,29)
#160D17
(22,13,23)
#100C11
(16,12,17)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #461547

#461547
(70,21,71)
#562A57
(86,42,87)
#663F67
(102,63,103)
#765477
(118,84,119)
#866987
(134,105,135)
#967E97
(150,126,151)
#A693A7
(166,147,167)
#B6A8B7
(182,168,183)
#C6BDC7
(198,189,199)
#D6D2D7
(214,210,215)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461547 color. Also use rgb(70,21,71) instead hex code.

Text Font Color

.myTextColor { color: #461547; }

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

This text font color is #461547.


Background Color

.myBgColor { background-color: #461547; }

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

This div background color is #461547.


Border color

.myBorderColor { border: 1px solid #461547; }

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

This div border color is #461547.


Opacity

.myOpacity80 { color: #461547; opacity: 0.8; }

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

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

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

This text has shadow with #461547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461547 on black background.


Color preview on white background

This text has color #461547 on white background.



Black color preview on #461547 background

This text has black color on #461547 background.


White color preview on #461547 background

This text has white color on #461547 background.