COLOR #462C11

HEX: #462C11 RGB: (70,44,17)

Color info

#462C11 contains red, green and blue colors in about the same proportion. Web safe color of #462C11 is #333300 (or #330).

RGB color model

#462C11 color RGB value is (70,44,17).

RGB: (70,44,17) (27%, 17%, 7%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 17 of 255 = 7%

70
44
17

R + G + B ~ 17%. #462C11 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 44 + 17 = 131 (100%)
R 70 of 131 ~ 53.44%
G 44 of 131 ~ 33.59%
B 17 of 131 ~ 12.98'%

%53.44
%33.59
%12.98

CMYK color model

#462C11 color CMYK value is (0,37,76,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 75.71%
  • key color value is 72.55%

CMYK: (0,37,76,73)
C0M37Y76K73 (0%, 37%, 76%, 73%)
(0.00 / 0.37 / 0.76 / 0.73)

CMYK percentages

%0
%37.14
%75.71
%72.55

Codes

Color #462C11 in popluar color models

46 2C 11
RGB 70 44 17
HSL 31° 60.92% 17.06%
HSB/HSV 31° 75.71% 27.45%
CMYK 0.00% 37.14% 75.71%
72.55%

Color #462C11 in popluar number systems.

HEX 46 2C 11
Decimal 70 44 17
Binary 1000110 101100 10001
Octal 106 54 21

Shades and tints

Shades of #462C11

#462C11
(70,44,17)
#402810
(64,40,16)
#3A240F
(58,36,15)
#34200E
(52,32,14)
#2E1C0D
(46,28,13)
#28180C
(40,24,12)
#22140B
(34,20,11)
#1C100A
(28,16,10)
#160C09
(22,12,9)
#100808
(16,8,8)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #462C11

#462C11
(70,44,17)
#563F26
(86,63,38)
#66523B
(102,82,59)
#766550
(118,101,80)
#867865
(134,120,101)
#968B7A
(150,139,122)
#A69E8F
(166,158,143)
#B6B1A4
(182,177,164)
#C6C4B9
(198,196,185)
#D6D7CE
(214,215,206)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462C11 color. Also use rgb(70,44,17) instead hex code.

Text Font Color

.myTextColor { color: #462C11; }

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

This text font color is #462C11.

Background Color

.myBgColor { background-color: #462C11; }

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

This div background color is #462C11.

Border color

.myBorderColor { border: 1px solid #462C11; }

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

This div border color is #462C11.

Opacity

.myOpacity80 { color: #462C11; opacity: 0.8; }

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

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

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

This text has shadow with #462C11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462C11.

Preview

Color preview on black background

This text has color #462C11 on black background.


Color preview on white background

This text has color #462C11 on white background.


Black color preview on #462C11 background

This text has black color on #462C11 background.


White color preview on #462C11 background

This text has white color on #462C11 background.


Related colors

Complementary color

Complementary color for #hex is #B9D3EE.


I love getcolorcode.com

Triadic colors

1 #11462C and #2C1146 with #462C11 are triadic colors.

2 #112C46 and #2C4611 with #462C11 are triadic colors.