COLOR #461D0E

HEX: #461D0E RGB: (70,29,14)

Color info

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

RGB color model

#461D0E color RGB value is (70,29,14).

RGB: (70,29,14) (27%, 11%, 5%)

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 14 of 255 = 5%

70
29
14

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

Portions of RGB colors in percentages

R + G + B = 70 + 29 + 14 = 113 (100%)
R 70 of 113 ~ 61.95%
G 29 of 113 ~ 25.66%
B 14 of 113 ~ 12.39'%

%61.95
%25.66
%12.39

CMYK color model

#461D0E color CMYK value is (0,59,80,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 80.00%
  • key color value is 72.55%

CMYK: (0,59,80,73)
C0M59Y80K73 (0%, 59%, 80%, 73%)
(0.00 / 0.59 / 0.80 / 0.73)

CMYK percentages

%0
%58.57
%80
%72.55

Codes

Color #461D0E in popluar color models

46 1D 0E
RGB 70 29 14
HSL 16° 66.67% 16.47%
HSB/HSV 16° 80.00% 27.45%
CMYK 0.00% 58.57% 80.00%
72.55%

Color #461D0E in popluar number systems.

HEX 46 1D 0E
Decimal 70 29 14
Binary 1000110 11101 1110
Octal 106 35 16

Shades and tints

Shades of #461D0E

#461D0E
(70,29,14)
#401B0D
(64,27,13)
#3A190C
(58,25,12)
#34170B
(52,23,11)
#2E150A
(46,21,10)
#281309
(40,19,9)
#221108
(34,17,8)
#1C0F07
(28,15,7)
#160D06
(22,13,6)
#100B05
(16,11,5)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #461D0E

#461D0E
(70,29,14)
#563123
(86,49,35)
#664538
(102,69,56)
#76594D
(118,89,77)
#866D62
(134,109,98)
#968177
(150,129,119)
#A6958C
(166,149,140)
#B6A9A1
(182,169,161)
#C6BDB6
(198,189,182)
#D6D1CB
(214,209,203)
#E6E5E0
(230,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461D0E color. Also use rgb(70,29,14) instead hex code.

Text Font Color

.myTextColor { color: #461D0E; }

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

This text font color is #461D0E.

Background Color

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

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

This div background color is #461D0E.

Border color

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

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

This div border color is #461D0E.

Opacity

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

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

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

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

This text has shadow with #461D0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461D0E.

Preview

Color preview on black background

This text has color #461D0E on black background.


Color preview on white background

This text has color #461D0E on white background.


Black color preview on #461D0E background

This text has black color on #461D0E background.


White color preview on #461D0E background

This text has white color on #461D0E background.


Related colors

Complementary color

Complementary color for #hex is #B9E2F1.


I love getcolorcode.com

Triadic colors

1 #0E461D and #1D0E46 with #461D0E are triadic colors.

2 #0E1D46 and #1D460E with #461D0E are triadic colors.