COLOR #463316

HEX: #463316
RGB: (70,51,22)

Color info

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

RGB color model

#463316 color RGB value is (70,51,22).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 22 of 255 = 9%

70
51
22

R + G + B ~ 19%. #463316 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 22 = 143 (100%)
R 70 of 143 ~ 48.95%
G 51 of 143 ~ 35.66%
B 22 of 143 ~ 15.38%

%48.95
%35.66
%15.38

CMYK color model

#463316 color CMYK value is (0,27,69,73).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 68.57%
  • key color value is 72.55%
CMYK:
(0,27,69,73)
C0M27Y69K73 
(0%,27%,69%,73%)
(0.00/0.27/0.69/0.73)	

CMYK percentages

%0
%27.14
%68.57
%72.55

Codes

Color #463316 in popluar color models

463316
RGB705122
HSL36°52.17%18.04%
HSB/HSV36°68.57%27.45%
CMYK0.00%27.14%68.57%
72.55%

Color #463316 in popluar number systems.

HEX463316
Decimal705122
Binary100011011001110110
Octal1066326

Shades and tints

Shades of #463316

#463316
(70,51,22)
#402F14
(64,47,20)
#3A2B12
(58,43,18)
#342710
(52,39,16)
#2E230E
(46,35,14)
#281F0C
(40,31,12)
#221B0A
(34,27,10)
#1C1708
(28,23,8)
#161306
(22,19,6)
#100F04
(16,15,4)
#0A0B02
(10,11,2)
#000000
(0,0,0)

Tints of #463316

#463316
(70,51,22)
#56452B
(86,69,43)
#665740
(102,87,64)
#766955
(118,105,85)
#867B6A
(134,123,106)
#968D7F
(150,141,127)
#A69F94
(166,159,148)
#B6B1A9
(182,177,169)
#C6C3BE
(198,195,190)
#D6D5D3
(214,213,211)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463316; }

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

This text font color is #463316.


Background Color

.myBgColor { background-color: #463316; }

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

This div background color is #463316.


Border color

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

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

This div border color is #463316.


Opacity

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

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

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

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

This text has shadow with #463316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463316 on black background.


Color preview on white background

This text has color #463316 on white background.



Black color preview on #463316 background

This text has black color on #463316 background.


White color preview on #463316 background

This text has white color on #463316 background.