COLOR #461D17

HEX: #461D17
RGB: (70,29,23)

Color info

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

RGB color model

#461D17 color RGB value is (70,29,23).

  • red value is 70;
  • green value is 29;
  • blue value is 23.
RGB:
(70,29,23)
(27%,11%,9%)

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 23 of 255 = 9%

70
29
23

R + G + B ~ 16%. #461D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 29 + 23 = 122 (100%)
R 70 of 122 ~ 57.38%
G 29 of 122 ~ 23.77%
B 23 of 122 ~ 18.85%

%57.38
%23.77
%18.85

CMYK color model

#461D17 color CMYK value is (0,59,67,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 67.14%
  • key color value is 72.55%
CMYK:
(0,59,67,73)
C0M59Y67K73 
(0%,59%,67%,73%)
(0.00/0.59/0.67/0.73)	

CMYK percentages

%0
%58.57
%67.14
%72.55

Codes

Color #461D17 in popluar color models

461D17
RGB702923
HSL50.54%18.24%
HSB/HSV67.14%27.45%
CMYK0.00%58.57%67.14%
72.55%

Color #461D17 in popluar number systems.

HEX461D17
Decimal702923
Binary10001101110110111
Octal1063527

Shades and tints

Shades of #461D17

#461D17
(70,29,23)
#401B15
(64,27,21)
#3A1913
(58,25,19)
#341711
(52,23,17)
#2E150F
(46,21,15)
#28130D
(40,19,13)
#22110B
(34,17,11)
#1C0F09
(28,15,9)
#160D07
(22,13,7)
#100B05
(16,11,5)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #461D17

#461D17
(70,29,23)
#56312C
(86,49,44)
#664541
(102,69,65)
#765956
(118,89,86)
#866D6B
(134,109,107)
#968180
(150,129,128)
#A69595
(166,149,149)
#B6A9AA
(182,169,170)
#C6BDBF
(198,189,191)
#D6D1D4
(214,209,212)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461D17; }

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

This text font color is #461D17.


Background Color

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

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

This div background color is #461D17.


Border color

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

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

This div border color is #461D17.


Opacity

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

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

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

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

This text has shadow with #461D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D17 on black background.


Color preview on white background

This text has color #461D17 on white background.



Black color preview on #461D17 background

This text has black color on #461D17 background.


White color preview on #461D17 background

This text has white color on #461D17 background.