COLOR #460F42

HEX: #460F42
RGB: (70,15,66)

Color info

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

RGB color model

#460F42 color RGB value is (70,15,66).

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

RGB channels and saturation

R 70 of 255 = 27%
G 15 of 255 = 6%
B 66 of 255 = 26%

70
15
66

R + G + B ~ 20%. #460F42 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 15 + 66 = 151 (100%)
R 70 of 151 ~ 46.36%
G 15 of 151 ~ 9.93%
B 66 of 151 ~ 43.71%

%46.36
%9.93
%43.71

CMYK color model

#460F42 color CMYK value is (0,79,6,73).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(0,79,6,73)
C0M79Y6K73 
(0%,79%,6%,73%)
(0.00/0.79/0.06/0.73)	

CMYK percentages

%0
%78.57
%5.71
%72.55

Codes

Color #460F42 in popluar color models

460F42
RGB701566
HSL304°64.71%16.67%
HSB/HSV304°78.57%27.45%
CMYK0.00%78.57%5.71%
72.55%

Color #460F42 in popluar number systems.

HEX460F42
Decimal701566
Binary100011011111000010
Octal10617102

Shades and tints

Shades of #460F42

#460F42
(70,15,66)
#400E3C
(64,14,60)
#3A0D36
(58,13,54)
#340C30
(52,12,48)
#2E0B2A
(46,11,42)
#280A24
(40,10,36)
#22091E
(34,9,30)
#1C0818
(28,8,24)
#160712
(22,7,18)
#10060C
(16,6,12)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #460F42

#460F42
(70,15,66)
#562453
(86,36,83)
#663964
(102,57,100)
#764E75
(118,78,117)
#866386
(134,99,134)
#967897
(150,120,151)
#A68DA8
(166,141,168)
#B6A2B9
(182,162,185)
#C6B7CA
(198,183,202)
#D6CCDB
(214,204,219)
#E6E1EC
(230,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460F42; }

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

This text font color is #460F42.


Background Color

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

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

This div background color is #460F42.


Border color

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

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

This div border color is #460F42.


Opacity

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

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

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

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

This text has shadow with #460F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460F42 on black background.


Color preview on white background

This text has color #460F42 on white background.



Black color preview on #460F42 background

This text has black color on #460F42 background.


White color preview on #460F42 background

This text has white color on #460F42 background.