COLOR #460C06

HEX: #460C06 RGB: (70,12,6)

Color info

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

RGB color model

#460C06 color RGB value is (70,12,6).

RGB: (70,12,6) (27%, 5%, 2%)

RGB channels and saturation

R 70 of 255 = 27%
G 12 of 255 = 5%
B 6 of 255 = 2%

70
12
6

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

Portions of RGB colors in percentages

R + G + B = 70 + 12 + 6 = 88 (100%)
R 70 of 88 ~ 79.55%
G 12 of 88 ~ 13.64%
B 6 of 88 ~ 6.82'%

%79.55
%13.64

CMYK color model

#460C06 color CMYK value is (0,83,91,73).

  • cyan value is 0.00%
  • magenta value is 82.86%
  • yellow value is 91.43%
  • key color value is 72.55%

CMYK: (0,83,91,73)
C0M83Y91K73 (0%, 83%, 91%, 73%)
(0.00 / 0.83 / 0.91 / 0.73)

CMYK percentages

%0
%82.86
%91.43
%72.55

Codes

Color #460C06 in popluar color models

46 0C 06
RGB 70 12 6
HSL 84.21% 14.90%
HSB/HSV 91.43% 27.45%
CMYK 0.00% 82.86% 91.43%
72.55%

Color #460C06 in popluar number systems.

HEX 46 0C 06
Decimal 70 12 6
Binary 1000110 1100 110
Octal 106 14 6

Shades and tints

Shades of #460C06

#460C06
(70,12,6)
#400B06
(64,11,6)
#3A0A06
(58,10,6)
#340906
(52,9,6)
#2E0806
(46,8,6)
#280706
(40,7,6)
#220606
(34,6,6)
#1C0506
(28,5,6)
#160406
(22,4,6)
#100306
(16,3,6)
#0A0206
(10,2,6)
#000000
(0,0,0)

Tints of #460C06

#460C06
(70,12,6)
#56221C
(86,34,28)
#663832
(102,56,50)
#764E48
(118,78,72)
#86645E
(134,100,94)
#967A74
(150,122,116)
#A6908A
(166,144,138)
#B6A6A0
(182,166,160)
#C6BCB6
(198,188,182)
#D6D2CC
(214,210,204)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460C06; }

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

This text font color is #460C06.

Background Color

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

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

This div background color is #460C06.

Border color

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

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

This div border color is #460C06.

Opacity

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

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

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

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

This text has shadow with #460C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #460C06.

Preview

Color preview on black background

This text has color #460C06 on black background.


Color preview on white background

This text has color #460C06 on white background.


Black color preview on #460C06 background

This text has black color on #460C06 background.


White color preview on #460C06 background

This text has white color on #460C06 background.


Related colors

Complementary color

Complementary color for #hex is #B9F3F9.


I love getcolorcode.com

Triadic colors

1 #06460C and #0C0646 with #460C06 are triadic colors.

2 #060C46 and #0C4606 with #460C06 are triadic colors.