COLOR #462417

HEX: #462417
RGB: (70,36,23)

Color info

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

RGB color model

#462417 color RGB value is (70,36,23).

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

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 23 of 255 = 9%

70
36
23

R + G + B ~ 17%. #462417 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 36 + 23 = 129 (100%)
R 70 of 129 ~ 54.26%
G 36 of 129 ~ 27.91%
B 23 of 129 ~ 17.83%

%54.26
%27.91
%17.83

CMYK color model

#462417 color CMYK value is (0,49,67,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 67.14%
  • key color value is 72.55%
CMYK:
(0,49,67,73)
C0M49Y67K73 
(0%,49%,67%,73%)
(0.00/0.49/0.67/0.73)	

CMYK percentages

%0
%48.57
%67.14
%72.55

Codes

Color #462417 in popluar color models

462417
RGB703623
HSL17°50.54%18.24%
HSB/HSV17°67.14%27.45%
CMYK0.00%48.57%67.14%
72.55%

Color #462417 in popluar number systems.

HEX462417
Decimal703623
Binary100011010010010111
Octal1064427

Shades and tints

Shades of #462417

#462417
(70,36,23)
#402115
(64,33,21)
#3A1E13
(58,30,19)
#341B11
(52,27,17)
#2E180F
(46,24,15)
#28150D
(40,21,13)
#22120B
(34,18,11)
#1C0F09
(28,15,9)
#160C07
(22,12,7)
#100905
(16,9,5)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #462417

#462417
(70,36,23)
#56372C
(86,55,44)
#664A41
(102,74,65)
#765D56
(118,93,86)
#86706B
(134,112,107)
#968380
(150,131,128)
#A69695
(166,150,149)
#B6A9AA
(182,169,170)
#C6BCBF
(198,188,191)
#D6CFD4
(214,207,212)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462417; }

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

This text font color is #462417.


Background Color

.myBgColor { background-color: #462417; }

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

This div background color is #462417.


Border color

.myBorderColor { border: 1px solid #462417; }

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

This div border color is #462417.


Opacity

.myOpacity80 { color: #462417; opacity: 0.8; }

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

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

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

This text has shadow with #462417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462417 on black background.


Color preview on white background

This text has color #462417 on white background.



Black color preview on #462417 background

This text has black color on #462417 background.


White color preview on #462417 background

This text has white color on #462417 background.