COLOR #462716

HEX: #462716
RGB: (70,39,22)

Color info

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

RGB color model

#462716 color RGB value is (70,39,22).

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

RGB channels and saturation

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

70
39
22

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

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 22 = 131 (100%)
R 70 of 131 ~ 53.44%
G 39 of 131 ~ 29.77%
B 22 of 131 ~ 16.79%

%53.44
%29.77
%16.79

CMYK color model

#462716 color CMYK value is (0,44,69,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 68.57%
  • key color value is 72.55%
CMYK:
(0,44,69,73)
C0M44Y69K73 
(0%,44%,69%,73%)
(0.00/0.44/0.69/0.73)	

CMYK percentages

%0
%44.29
%68.57
%72.55

Codes

Color #462716 in popluar color models

462716
RGB703922
HSL21°52.17%18.04%
HSB/HSV21°68.57%27.45%
CMYK0.00%44.29%68.57%
72.55%

Color #462716 in popluar number systems.

HEX462716
Decimal703922
Binary100011010011110110
Octal1064726

Shades and tints

Shades of #462716

#462716
(70,39,22)
#402414
(64,36,20)
#3A2112
(58,33,18)
#341E10
(52,30,16)
#2E1B0E
(46,27,14)
#28180C
(40,24,12)
#22150A
(34,21,10)
#1C1208
(28,18,8)
#160F06
(22,15,6)
#100C04
(16,12,4)
#0A0902
(10,9,2)
#000000
(0,0,0)

Tints of #462716

#462716
(70,39,22)
#563A2B
(86,58,43)
#664D40
(102,77,64)
#766055
(118,96,85)
#86736A
(134,115,106)
#96867F
(150,134,127)
#A69994
(166,153,148)
#B6ACA9
(182,172,169)
#C6BFBE
(198,191,190)
#D6D2D3
(214,210,211)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462716; }

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

This text font color is #462716.


Background Color

.myBgColor { background-color: #462716; }

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

This div background color is #462716.


Border color

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

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

This div border color is #462716.


Opacity

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

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

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

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

This text has shadow with #462716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462716 on black background.


Color preview on white background

This text has color #462716 on white background.



Black color preview on #462716 background

This text has black color on #462716 background.


White color preview on #462716 background

This text has white color on #462716 background.