COLOR #461C0C

HEX: #461C0C RGB: (70,28,12)

Color info

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

RGB color model

#461C0C color RGB value is (70,28,12).

RGB: (70,28,12) (27%, 11%, 5%)

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 12 of 255 = 5%

70
28
12

R + G + B ~ 14%. #461C0C is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 28 + 12 = 110 (100%)
R 70 of 110 ~ 63.64%
G 28 of 110 ~ 25.45%
B 12 of 110 ~ 10.91'%

%63.64
%25.45
%10.91

CMYK color model

#461C0C color CMYK value is (0,60,83,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 82.86%
  • key color value is 72.55%
CMYK: (0,60,83,73) C0M60Y83K73 (0%,60%,83%,73%) (0.00/0.60/0.83/0.73) 

CMYK percentages

%0
%60
%82.86
%72.55

Codes

Color #461C0C in popluar color models

46 1C 0C
RGB 70 28 12
HSL 17° 70.73% 16.08%
HSB/HSV 17° 82.86% 27.45%
CMYK 0.00% 60.00% 82.86%
72.55%

Color #461C0C in popluar number systems.

HEX 46 1C 0C
Decimal 70 28 12
Binary 1000110 11100 1100
Octal 106 34 14

Shades and tints

Shades of #461C0C

#461C0C
(70,28,12)
#401A0B
(64,26,11)
#3A180A
(58,24,10)
#341609
(52,22,9)
#2E1408
(46,20,8)
#281207
(40,18,7)
#221006
(34,16,6)
#1C0E05
(28,14,5)
#160C04
(22,12,4)
#100A03
(16,10,3)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #461C0C

#461C0C
(70,28,12)
#563022
(86,48,34)
#664438
(102,68,56)
#76584E
(118,88,78)
#866C64
(134,108,100)
#96807A
(150,128,122)
#A69490
(166,148,144)
#B6A8A6
(182,168,166)
#C6BCBC
(198,188,188)
#D6D0D2
(214,208,210)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461C0C; }

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

This text font color is #461C0C.

Background Color

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

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

This div background color is #461C0C.

Border color

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

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

This div border color is #461C0C.

Opacity

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

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

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

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

This text has shadow with #461C0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461C0C.

Preview

Color preview on black background

This text has color #461C0C on black background.


Color preview on white background

This text has color #461C0C on white background.


Black color preview on #461C0C background

This text has black color on #461C0C background.


White color preview on #461C0C background

This text has white color on #461C0C background.


Related colors

Complementary color

Complementary color for #hex is #B9E3F3.


I love getcolorcode.com

Triadic colors

1 #0C461C and #1C0C46 with #461C0C are triadic colors.

2 #0C1C46 and #1C460C with #461C0C are triadic colors.