COLOR #461F10

HEX: #461F10 RGB: (70,31,16)

Color info

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

RGB color model

#461F10 color RGB value is (70,31,16).

RGB: (70,31,16) (27%, 12%, 6%)

RGB channels and saturation

R 70 of 255 = 27%
G 31 of 255 = 12%
B 16 of 255 = 6%

70
31
16

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

Portions of RGB colors in percentages

R + G + B = 70 + 31 + 16 = 117 (100%)
R 70 of 117 ~ 59.83%
G 31 of 117 ~ 26.5%
B 16 of 117 ~ 13.68'%

%59.83
%26.5
%13.68

CMYK color model

#461F10 color CMYK value is (0,56,77,73).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 77.14%
  • key color value is 72.55%

CMYK: (0,56,77,73)
C0M56Y77K73 (0%, 56%, 77%, 73%)
(0.00 / 0.56 / 0.77 / 0.73)

CMYK percentages

%0
%55.71
%77.14
%72.55

Codes

Color #461F10 in popluar color models

46 1F 10
RGB 70 31 16
HSL 17° 62.79% 16.86%
HSB/HSV 17° 77.14% 27.45%
CMYK 0.00% 55.71% 77.14%
72.55%

Color #461F10 in popluar number systems.

HEX 46 1F 10
Decimal 70 31 16
Binary 1000110 11111 10000
Octal 106 37 20

Shades and tints

Shades of #461F10

#461F10
(70,31,16)
#401D0F
(64,29,15)
#3A1B0E
(58,27,14)
#34190D
(52,25,13)
#2E170C
(46,23,12)
#28150B
(40,21,11)
#22130A
(34,19,10)
#1C1109
(28,17,9)
#160F08
(22,15,8)
#100D07
(16,13,7)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #461F10

#461F10
(70,31,16)
#563325
(86,51,37)
#66473A
(102,71,58)
#765B4F
(118,91,79)
#866F64
(134,111,100)
#968379
(150,131,121)
#A6978E
(166,151,142)
#B6ABA3
(182,171,163)
#C6BFB8
(198,191,184)
#D6D3CD
(214,211,205)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461F10 color. Also use rgb(70,31,16) instead hex code.

Text Font Color

.myTextColor { color: #461F10; }

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

This text font color is #461F10.

Background Color

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

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

This div background color is #461F10.

Border color

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

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

This div border color is #461F10.

Opacity

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

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

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

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

This text has shadow with #461F10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461F10.

Preview

Color preview on black background

This text has color #461F10 on black background.


Color preview on white background

This text has color #461F10 on white background.


Black color preview on #461F10 background

This text has black color on #461F10 background.


White color preview on #461F10 background

This text has white color on #461F10 background.


Related colors

Complementary color

Complementary color for #hex is #B9E0EF.


I love getcolorcode.com

Triadic colors

1 #10461F and #1F1046 with #461F10 are triadic colors.

2 #101F46 and #1F4610 with #461F10 are triadic colors.