COLOR #460F40

HEX: #460F40
RGB: (70,15,64)

Color info

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

RGB color model

#460F40 color RGB value is (70,15,64).

  • red value is 70;
  • green value is 15;
  • blue value is 64.
RGB:
(70,15,64)
(27%,6%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 15 of 255 = 6%
B 64 of 255 = 25%

70
15
64

R + G + B ~ 19%. #460F40 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 15 + 64 = 149 (100%)
R 70 of 149 ~ 46.98%
G 15 of 149 ~ 10.07%
B 64 of 149 ~ 42.95%

%46.98
%10.07
%42.95

CMYK color model

#460F40 color CMYK value is (0,79,9,73).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,79,9,73)
C0M79Y9K73 
(0%,79%,9%,73%)
(0.00/0.79/0.09/0.73)	

CMYK percentages

%0
%78.57
%8.57
%72.55

Codes

Color #460F40 in popluar color models

460F40
RGB701564
HSL307°64.71%16.67%
HSB/HSV307°78.57%27.45%
CMYK0.00%78.57%8.57%
72.55%

Color #460F40 in popluar number systems.

HEX460F40
Decimal701564
Binary100011011111000000
Octal10617100

Shades and tints

Shades of #460F40

#460F40
(70,15,64)
#400E3B
(64,14,59)
#3A0D36
(58,13,54)
#340C31
(52,12,49)
#2E0B2C
(46,11,44)
#280A27
(40,10,39)
#220922
(34,9,34)
#1C081D
(28,8,29)
#160718
(22,7,24)
#100613
(16,6,19)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #460F40

#460F40
(70,15,64)
#562451
(86,36,81)
#663962
(102,57,98)
#764E73
(118,78,115)
#866384
(134,99,132)
#967895
(150,120,149)
#A68DA6
(166,141,166)
#B6A2B7
(182,162,183)
#C6B7C8
(198,183,200)
#D6CCD9
(214,204,217)
#E6E1EA
(230,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460F40 color. Also use rgb(70,15,64) instead hex code.

Text Font Color

.myTextColor { color: #460F40; }

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

This text font color is #460F40.


Background Color

.myBgColor { background-color: #460F40; }

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

This div background color is #460F40.


Border color

.myBorderColor { border: 1px solid #460F40; }

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

This div border color is #460F40.


Opacity

.myOpacity80 { color: #460F40; opacity: 0.8; }

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

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

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

This text has shadow with #460F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460F40 on black background.


Color preview on white background

This text has color #460F40 on white background.



Black color preview on #460F40 background

This text has black color on #460F40 background.


White color preview on #460F40 background

This text has white color on #460F40 background.