COLOR #463310

HEX: #463310
RGB: (70,51,16)

Color info

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

RGB color model

#463310 color RGB value is (70,51,16).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 16 of 255 = 6%

70
51
16

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 16 = 137 (100%)
R 70 of 137 ~ 51.09%
G 51 of 137 ~ 37.23%
B 16 of 137 ~ 11.68%

%51.09
%37.23
%11.68

CMYK color model

#463310 color CMYK value is (0,27,77,73).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 77.14%
  • key color value is 72.55%
CMYK: (0,27,77,73) C0M27Y77K73 (0%,27%,77%,73%) (0.00/0.27/0.77/0.73)

CMYK percentages

%0
%27.14
%77.14
%72.55

Codes

Color #463310 in popluar color models

463310
RGB705116
HSL39°62.79%16.86%
HSB/HSV39°77.14%27.45%
CMYK0.00%27.14%77.14%
72.55%

Color #463310 in popluar number systems.

HEX463310
Decimal705116
Binary100011011001110000
Octal1066320

Shades and tints

Shades of #463310

#463310
(70,51,16)
#402F0F
(64,47,15)
#3A2B0E
(58,43,14)
#34270D
(52,39,13)
#2E230C
(46,35,12)
#281F0B
(40,31,11)
#221B0A
(34,27,10)
#1C1709
(28,23,9)
#161308
(22,19,8)
#100F07
(16,15,7)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #463310

#463310
(70,51,16)
#564525
(86,69,37)
#66573A
(102,87,58)
#76694F
(118,105,79)
#867B64
(134,123,100)
#968D79
(150,141,121)
#A69F8E
(166,159,142)
#B6B1A3
(182,177,163)
#C6C3B8
(198,195,184)
#D6D5CD
(214,213,205)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463310; }

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

This text font color is #463310.


Background Color

.myBgColor { background-color: #463310; }

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

This div background color is #463310.


Border color

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

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

This div border color is #463310.


Opacity

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

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

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

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

This text has shadow with #463310 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #463310 on black background.


Color preview on white background

This text has color #463310 on white background.



Black color preview on #463310 background

This text has black color on #463310 background.


White color preview on #463310 background

This text has white color on #463310 background.