COLOR #460731

HEX: #460731
RGB: (70,7,49)

Color info

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

RGB color model

#460731 color RGB value is (70,7,49).

  • red value is 70;
  • green value is 7;
  • blue value is 49.
RGB:
(70,7,49)
(27%,3%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 7 of 255 = 3%
B 49 of 255 = 19%

70
7
49

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

Portions of RGB colors in percentages

R + G + B =
70 + 7 + 49 = 126 (100%)
R 70 of 126 ~ 55.56%
G 7 of 126 ~ 5.56%
B 49 of 126 ~ 38.89%

%55.56
%38.89

CMYK color model

#460731 color CMYK value is (0,90,30,73).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,90,30,73)
C0M90Y30K73 
(0%,90%,30%,73%)
(0.00/0.90/0.30/0.73)	

CMYK percentages

%0
%90
%30
%72.55

Codes

Color #460731 in popluar color models

460731
RGB70749
HSL320°81.82%15.10%
HSB/HSV320°90.00%27.45%
CMYK0.00%90.00%30.00%
72.55%

Color #460731 in popluar number systems.

HEX460731
Decimal70749
Binary1000110111110001
Octal106761

Shades and tints

Shades of #460731

#460731
(70,7,49)
#40072D
(64,7,45)
#3A0729
(58,7,41)
#340725
(52,7,37)
#2E0721
(46,7,33)
#28071D
(40,7,29)
#220719
(34,7,25)
#1C0715
(28,7,21)
#160711
(22,7,17)
#10070D
(16,7,13)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #460731

#460731
(70,7,49)
#561D43
(86,29,67)
#663355
(102,51,85)
#764967
(118,73,103)
#865F79
(134,95,121)
#96758B
(150,117,139)
#A68B9D
(166,139,157)
#B6A1AF
(182,161,175)
#C6B7C1
(198,183,193)
#D6CDD3
(214,205,211)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460731 color. Also use rgb(70,7,49) instead hex code.

Text Font Color

.myTextColor { color: #460731; }

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

This text font color is #460731.


Background Color

.myBgColor { background-color: #460731; }

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

This div background color is #460731.


Border color

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

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

This div border color is #460731.


Opacity

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

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

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

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

This text has shadow with #460731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460731 on black background.


Color preview on white background

This text has color #460731 on white background.



Black color preview on #460731 background

This text has black color on #460731 background.


White color preview on #460731 background

This text has white color on #460731 background.