COLOR #462047

HEX: #462047
RGB: (70,32,71)

Color info

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

RGB color model

#462047 color RGB value is (70,32,71).

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

RGB channels and saturation

R 70 of 255 = 27%
G 32 of 255 = 13%
B 71 of 255 = 28%

70
32
71

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

Portions of RGB colors in percentages

R + G + B =
70 + 32 + 71 = 173 (100%)
R 70 of 173 ~ 40.46%
G 32 of 173 ~ 18.5%
B 71 of 173 ~ 41.04%

%40.46
%18.5
%41.04

CMYK color model

#462047 color CMYK value is (1,55,0,72).

  • cyan value is 1.41%
  • magenta value is 54.93%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(1,55,0,72)
C1M55Y0K72 
(1%,55%,0%,72%)
(0.01/0.55/0.00/0.72)	

CMYK percentages

%1.41
%54.93
%0
%72.16

Codes

Color #462047 in popluar color models

462047
RGB703271
HSL298°37.86%20.20%
HSB/HSV298°54.93%27.84%
CMYK1.41%54.93%0.00%
72.16%

Color #462047 in popluar number systems.

HEX462047
Decimal703271
Binary10001101000001000111
Octal10640107

Shades and tints

Shades of #462047

#462047
(70,32,71)
#401E41
(64,30,65)
#3A1C3B
(58,28,59)
#341A35
(52,26,53)
#2E182F
(46,24,47)
#281629
(40,22,41)
#221423
(34,20,35)
#1C121D
(28,18,29)
#161017
(22,16,23)
#100E11
(16,14,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #462047

#462047
(70,32,71)
#563457
(86,52,87)
#664867
(102,72,103)
#765C77
(118,92,119)
#867087
(134,112,135)
#968497
(150,132,151)
#A698A7
(166,152,167)
#B6ACB7
(182,172,183)
#C6C0C7
(198,192,199)
#D6D4D7
(214,212,215)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462047; }

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

This text font color is #462047.


Background Color

.myBgColor { background-color: #462047; }

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

This div background color is #462047.


Border color

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

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

This div border color is #462047.


Opacity

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

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

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

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

This text has shadow with #462047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462047 on black background.


Color preview on white background

This text has color #462047 on white background.



Black color preview on #462047 background

This text has black color on #462047 background.


White color preview on #462047 background

This text has white color on #462047 background.