COLOR #460C31

HEX: #460C31
RGB: (70,12,49)

Color info

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

RGB color model

#460C31 color RGB value is (70,12,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 12 of 255 = 5%
B 49 of 255 = 19%

70
12
49

R + G + B ~ 17%. #460C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 12 + 49 = 131 (100%)
R 70 of 131 ~ 53.44%
G 12 of 131 ~ 9.16%
B 49 of 131 ~ 37.4%

%53.44
%37.4

CMYK color model

#460C31 color CMYK value is (0,83,30,73).

  • cyan value is 0.00%
  • magenta value is 82.86%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,83,30,73)
C0M83Y30K73 
(0%,83%,30%,73%)
(0.00/0.83/0.30/0.73)	

CMYK percentages

%0
%82.86
%30
%72.55

Codes

Color #460C31 in popluar color models

460C31
RGB701249
HSL322°70.73%16.08%
HSB/HSV322°82.86%27.45%
CMYK0.00%82.86%30.00%
72.55%

Color #460C31 in popluar number systems.

HEX460C31
Decimal701249
Binary10001101100110001
Octal1061461

Shades and tints

Shades of #460C31

#460C31
(70,12,49)
#400B2D
(64,11,45)
#3A0A29
(58,10,41)
#340925
(52,9,37)
#2E0821
(46,8,33)
#28071D
(40,7,29)
#220619
(34,6,25)
#1C0515
(28,5,21)
#160411
(22,4,17)
#10030D
(16,3,13)
#0A0209
(10,2,9)
#000000
(0,0,0)

Tints of #460C31

#460C31
(70,12,49)
#562243
(86,34,67)
#663855
(102,56,85)
#764E67
(118,78,103)
#866479
(134,100,121)
#967A8B
(150,122,139)
#A6909D
(166,144,157)
#B6A6AF
(182,166,175)
#C6BCC1
(198,188,193)
#D6D2D3
(214,210,211)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460C31; }

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

This text font color is #460C31.


Background Color

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

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

This div background color is #460C31.


Border color

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

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

This div border color is #460C31.


Opacity

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

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

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

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

This text has shadow with #460C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460C31 on black background.


Color preview on white background

This text has color #460C31 on white background.



Black color preview on #460C31 background

This text has black color on #460C31 background.


White color preview on #460C31 background

This text has white color on #460C31 background.