COLOR #460720

HEX: #460720
RGB: (70,7,32)

Color info

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

RGB color model

#460720 color RGB value is (70,7,32).

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

RGB channels and saturation

R 70 of 255 = 27%
G 7 of 255 = 3%
B 32 of 255 = 13%

70
7
32

R + G + B ~ 14%. #460720 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 7 + 32 = 109 (100%)
R 70 of 109 ~ 64.22%
G 7 of 109 ~ 6.42%
B 32 of 109 ~ 29.36%

%64.22
%29.36

CMYK color model

#460720 color CMYK value is (0,90,54,73).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 54.29%
  • key color value is 72.55%
CMYK:
(0,90,54,73)
C0M90Y54K73 
(0%,90%,54%,73%)
(0.00/0.90/0.54/0.73)	

CMYK percentages

%0
%90
%54.29
%72.55

Codes

Color #460720 in popluar color models

460720
RGB70732
HSL336°81.82%15.10%
HSB/HSV336°90.00%27.45%
CMYK0.00%90.00%54.29%
72.55%

Color #460720 in popluar number systems.

HEX460720
Decimal70732
Binary1000110111100000
Octal106740

Shades and tints

Shades of #460720

#460720
(70,7,32)
#40071E
(64,7,30)
#3A071C
(58,7,28)
#34071A
(52,7,26)
#2E0718
(46,7,24)
#280716
(40,7,22)
#220714
(34,7,20)
#1C0712
(28,7,18)
#160710
(22,7,16)
#10070E
(16,7,14)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #460720

#460720
(70,7,32)
#561D34
(86,29,52)
#663348
(102,51,72)
#76495C
(118,73,92)
#865F70
(134,95,112)
#967584
(150,117,132)
#A68B98
(166,139,152)
#B6A1AC
(182,161,172)
#C6B7C0
(198,183,192)
#D6CDD4
(214,205,212)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460720; }

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

This text font color is #460720.


Background Color

.myBgColor { background-color: #460720; }

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

This div background color is #460720.


Border color

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

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

This div border color is #460720.


Opacity

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

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

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

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

This text has shadow with #460720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460720 on black background.


Color preview on white background

This text has color #460720 on white background.



Black color preview on #460720 background

This text has black color on #460720 background.


White color preview on #460720 background

This text has white color on #460720 background.