COLOR #460829

HEX: #460829
RGB: (70,8,41)

Color info

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

RGB color model

#460829 color RGB value is (70,8,41).

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

RGB channels and saturation

R 70 of 255 = 27%
G 8 of 255 = 3%
B 41 of 255 = 16%

70
8
41

R + G + B ~ 15%. #460829 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 8 + 41 = 119 (100%)
R 70 of 119 ~ 58.82%
G 8 of 119 ~ 6.72%
B 41 of 119 ~ 34.45%

%58.82
%34.45

CMYK color model

#460829 color CMYK value is (0,89,41,73).

  • cyan value is 0.00%
  • magenta value is 88.57%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,89,41,73)
C0M89Y41K73 
(0%,89%,41%,73%)
(0.00/0.89/0.41/0.73)	

CMYK percentages

%0
%88.57
%41.43
%72.55

Codes

Color #460829 in popluar color models

460829
RGB70841
HSL328°79.49%15.29%
HSB/HSV328°88.57%27.45%
CMYK0.00%88.57%41.43%
72.55%

Color #460829 in popluar number systems.

HEX460829
Decimal70841
Binary10001101000101001
Octal1061051

Shades and tints

Shades of #460829

#460829
(70,8,41)
#400826
(64,8,38)
#3A0823
(58,8,35)
#340820
(52,8,32)
#2E081D
(46,8,29)
#28081A
(40,8,26)
#220817
(34,8,23)
#1C0814
(28,8,20)
#160811
(22,8,17)
#10080E
(16,8,14)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #460829

#460829
(70,8,41)
#561E3C
(86,30,60)
#66344F
(102,52,79)
#764A62
(118,74,98)
#866075
(134,96,117)
#967688
(150,118,136)
#A68C9B
(166,140,155)
#B6A2AE
(182,162,174)
#C6B8C1
(198,184,193)
#D6CED4
(214,206,212)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460829; }

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

This text font color is #460829.


Background Color

.myBgColor { background-color: #460829; }

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

This div background color is #460829.


Border color

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

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

This div border color is #460829.


Opacity

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

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

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

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

This text has shadow with #460829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460829 on black background.


Color preview on white background

This text has color #460829 on white background.



Black color preview on #460829 background

This text has black color on #460829 background.


White color preview on #460829 background

This text has white color on #460829 background.