COLOR #461C11

HEX: #461C11
RGB: (70,28,17)

Color info

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

RGB color model

#461C11 color RGB value is (70,28,17).

  • red value is 70;
  • green value is 28;
  • blue value is 17.
RGB:
(70,28,17)
(27%,11%,7%)

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 17 of 255 = 7%

70
28
17

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

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 17 = 115 (100%)
R 70 of 115 ~ 60.87%
G 28 of 115 ~ 24.35%
B 17 of 115 ~ 14.78%

%60.87
%24.35
%14.78

CMYK color model

#461C11 color CMYK value is (0,60,76,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 75.71%
  • key color value is 72.55%
CMYK:
(0,60,76,73)
C0M60Y76K73 
(0%,60%,76%,73%)
(0.00/0.60/0.76/0.73)	

CMYK percentages

%0
%60
%75.71
%72.55

Codes

Color #461C11 in popluar color models

461C11
RGB702817
HSL12°60.92%17.06%
HSB/HSV12°75.71%27.45%
CMYK0.00%60.00%75.71%
72.55%

Color #461C11 in popluar number systems.

HEX461C11
Decimal702817
Binary10001101110010001
Octal1063421

Shades and tints

Shades of #461C11

#461C11
(70,28,17)
#401A10
(64,26,16)
#3A180F
(58,24,15)
#34160E
(52,22,14)
#2E140D
(46,20,13)
#28120C
(40,18,12)
#22100B
(34,16,11)
#1C0E0A
(28,14,10)
#160C09
(22,12,9)
#100A08
(16,10,8)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #461C11

#461C11
(70,28,17)
#563026
(86,48,38)
#66443B
(102,68,59)
#765850
(118,88,80)
#866C65
(134,108,101)
#96807A
(150,128,122)
#A6948F
(166,148,143)
#B6A8A4
(182,168,164)
#C6BCB9
(198,188,185)
#D6D0CE
(214,208,206)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461C11; }

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

This text font color is #461C11.


Background Color

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

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

This div background color is #461C11.


Border color

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

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

This div border color is #461C11.


Opacity

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

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

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

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

This text has shadow with #461C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C11 on black background.


Color preview on white background

This text has color #461C11 on white background.



Black color preview on #461C11 background

This text has black color on #461C11 background.


White color preview on #461C11 background

This text has white color on #461C11 background.