COLOR #460D29

HEX: #460D29
RGB: (70,13,41)

Color info

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

RGB color model

#460D29 color RGB value is (70,13,41).

  • red value is 70;
  • green value is 13;
  • blue value is 41.
RGB:
(70,13,41)
(27%,5%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 13 of 255 = 5%
B 41 of 255 = 16%

70
13
41

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

Portions of RGB colors in percentages

R + G + B =
70 + 13 + 41 = 124 (100%)
R 70 of 124 ~ 56.45%
G 13 of 124 ~ 10.48%
B 41 of 124 ~ 33.06%

%56.45
%10.48
%33.06

CMYK color model

#460D29 color CMYK value is (0,81,41,73).

  • cyan value is 0.00%
  • magenta value is 81.43%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,81,41,73)
C0M81Y41K73 
(0%,81%,41%,73%)
(0.00/0.81/0.41/0.73)	

CMYK percentages

%0
%81.43
%41.43
%72.55

Codes

Color #460D29 in popluar color models

460D29
RGB701341
HSL331°68.67%16.27%
HSB/HSV331°81.43%27.45%
CMYK0.00%81.43%41.43%
72.55%

Color #460D29 in popluar number systems.

HEX460D29
Decimal701341
Binary10001101101101001
Octal1061551

Shades and tints

Shades of #460D29

#460D29
(70,13,41)
#400C26
(64,12,38)
#3A0B23
(58,11,35)
#340A20
(52,10,32)
#2E091D
(46,9,29)
#28081A
(40,8,26)
#220717
(34,7,23)
#1C0614
(28,6,20)
#160511
(22,5,17)
#10040E
(16,4,14)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #460D29

#460D29
(70,13,41)
#56233C
(86,35,60)
#66394F
(102,57,79)
#764F62
(118,79,98)
#866575
(134,101,117)
#967B88
(150,123,136)
#A6919B
(166,145,155)
#B6A7AE
(182,167,174)
#C6BDC1
(198,189,193)
#D6D3D4
(214,211,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460D29 color. Also use rgb(70,13,41) instead hex code.

Text Font Color

.myTextColor { color: #460D29; }

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

This text font color is #460D29.


Background Color

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

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

This div background color is #460D29.


Border color

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

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

This div border color is #460D29.


Opacity

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

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

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

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

This text has shadow with #460D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460D29 on black background.


Color preview on white background

This text has color #460D29 on white background.



Black color preview on #460D29 background

This text has black color on #460D29 background.


White color preview on #460D29 background

This text has white color on #460D29 background.