COLOR #460D05

HEX: #460D05 RGB: (70,13,5)

Color info

#460D05 contains mainly red and green colors. Web safe color of #460D05 is #330000 (or #300).

RGB color model

#460D05 color RGB value is (70,13,5).

RGB: (70,13,5) (27%, 5%, 2%)

RGB channels and saturation

R 70 of 255 = 27%
G 13 of 255 = 5%
B 5 of 255 = 2%

70
13
5

R + G + B ~ 11%. #460D05 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 13 + 5 = 88 (100%)
R 70 of 88 ~ 79.55%
G 13 of 88 ~ 14.77%
B 5 of 88 ~ 5.68'%

%79.55
%14.77

CMYK color model

#460D05 color CMYK value is (0,81,93,73).

  • cyan value is 0.00%
  • magenta value is 81.43%
  • yellow value is 92.86%
  • key color value is 72.55%

CMYK: (0,81,93,73)
C0M81Y93K73 (0%, 81%, 93%, 73%)
(0.00 / 0.81 / 0.93 / 0.73)

CMYK percentages

%0
%81.43
%92.86
%72.55

Codes

Color #460D05 in popluar color models

46 0D 05
RGB 70 13 5
HSL 86.67% 14.71%
HSB/HSV 92.86% 27.45%
CMYK 0.00% 81.43% 92.86%
72.55%

Color #460D05 in popluar number systems.

HEX 46 0D 05
Decimal 70 13 5
Binary 1000110 1101 101
Octal 106 15 5

Shades and tints

Shades of #460D05

#460D05
(70,13,5)
#400C05
(64,12,5)
#3A0B05
(58,11,5)
#340A05
(52,10,5)
#2E0905
(46,9,5)
#280805
(40,8,5)
#220705
(34,7,5)
#1C0605
(28,6,5)
#160505
(22,5,5)
#100405
(16,4,5)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #460D05

#460D05
(70,13,5)
#56231B
(86,35,27)
#663931
(102,57,49)
#764F47
(118,79,71)
#86655D
(134,101,93)
#967B73
(150,123,115)
#A69189
(166,145,137)
#B6A79F
(182,167,159)
#C6BDB5
(198,189,181)
#D6D3CB
(214,211,203)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460D05; }

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

This text font color is #460D05.

Background Color

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

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

This div background color is #460D05.

Border color

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

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

This div border color is #460D05.

Opacity

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

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

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

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

This text has shadow with #460D05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #460D05.

Preview

Color preview on black background

This text has color #460D05 on black background.


Color preview on white background

This text has color #460D05 on white background.


Black color preview on #460D05 background

This text has black color on #460D05 background.


White color preview on #460D05 background

This text has white color on #460D05 background.


Related colors

Complementary color

Complementary color for #hex is #B9F2FA.


I love getcolorcode.com

Triadic colors

1 #05460D and #0D0546 with #460D05 are triadic colors.

2 #050D46 and #0D4605 with #460D05 are triadic colors.