COLOR #462717

HEX: #462717
RGB: (70,39,23)

Color info

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

RGB color model

#462717 color RGB value is (70,39,23).

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

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 23 of 255 = 9%

70
39
23

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

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 23 = 132 (100%)
R 70 of 132 ~ 53.03%
G 39 of 132 ~ 29.55%
B 23 of 132 ~ 17.42%

%53.03
%29.55
%17.42

CMYK color model

#462717 color CMYK value is (0,44,67,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 67.14%
  • key color value is 72.55%
CMYK:
(0,44,67,73)
C0M44Y67K73 
(0%,44%,67%,73%)
(0.00/0.44/0.67/0.73)	

CMYK percentages

%0
%44.29
%67.14
%72.55

Codes

Color #462717 in popluar color models

462717
RGB703923
HSL20°50.54%18.24%
HSB/HSV20°67.14%27.45%
CMYK0.00%44.29%67.14%
72.55%

Color #462717 in popluar number systems.

HEX462717
Decimal703923
Binary100011010011110111
Octal1064727

Shades and tints

Shades of #462717

#462717
(70,39,23)
#402415
(64,36,21)
#3A2113
(58,33,19)
#341E11
(52,30,17)
#2E1B0F
(46,27,15)
#28180D
(40,24,13)
#22150B
(34,21,11)
#1C1209
(28,18,9)
#160F07
(22,15,7)
#100C05
(16,12,5)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #462717

#462717
(70,39,23)
#563A2C
(86,58,44)
#664D41
(102,77,65)
#766056
(118,96,86)
#86736B
(134,115,107)
#968680
(150,134,128)
#A69995
(166,153,149)
#B6ACAA
(182,172,170)
#C6BFBF
(198,191,191)
#D6D2D4
(214,210,212)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462717; }

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

This text font color is #462717.


Background Color

.myBgColor { background-color: #462717; }

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

This div background color is #462717.


Border color

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

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

This div border color is #462717.


Opacity

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

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

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

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

This text has shadow with #462717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462717 on black background.


Color preview on white background

This text has color #462717 on white background.



Black color preview on #462717 background

This text has black color on #462717 background.


White color preview on #462717 background

This text has white color on #462717 background.