COLOR #463016

HEX: #463016
RGB: (70,48,22)

Color info

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

RGB color model

#463016 color RGB value is (70,48,22).

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

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 22 of 255 = 9%

70
48
22

R + G + B ~ 18%. #463016 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 22 = 140 (100%)
R 70 of 140 ~ 50%
G 48 of 140 ~ 34.29%
B 22 of 140 ~ 15.71%

%50
%34.29
%15.71

CMYK color model

#463016 color CMYK value is (0,31,69,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 68.57%
  • key color value is 72.55%
CMYK:
(0,31,69,73)
C0M31Y69K73 
(0%,31%,69%,73%)
(0.00/0.31/0.69/0.73)	

CMYK percentages

%0
%31.43
%68.57
%72.55

Codes

Color #463016 in popluar color models

463016
RGB704822
HSL33°52.17%18.04%
HSB/HSV33°68.57%27.45%
CMYK0.00%31.43%68.57%
72.55%

Color #463016 in popluar number systems.

HEX463016
Decimal704822
Binary100011011000010110
Octal1066026

Shades and tints

Shades of #463016

#463016
(70,48,22)
#402C14
(64,44,20)
#3A2812
(58,40,18)
#342410
(52,36,16)
#2E200E
(46,32,14)
#281C0C
(40,28,12)
#22180A
(34,24,10)
#1C1408
(28,20,8)
#161006
(22,16,6)
#100C04
(16,12,4)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #463016

#463016
(70,48,22)
#56422B
(86,66,43)
#665440
(102,84,64)
#766655
(118,102,85)
#86786A
(134,120,106)
#968A7F
(150,138,127)
#A69C94
(166,156,148)
#B6AEA9
(182,174,169)
#C6C0BE
(198,192,190)
#D6D2D3
(214,210,211)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463016; }

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

This text font color is #463016.


Background Color

.myBgColor { background-color: #463016; }

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

This div background color is #463016.


Border color

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

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

This div border color is #463016.


Opacity

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

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

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

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

This text has shadow with #463016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463016 on black background.


Color preview on white background

This text has color #463016 on white background.



Black color preview on #463016 background

This text has black color on #463016 background.


White color preview on #463016 background

This text has white color on #463016 background.