COLOR #463315

HEX: #463315
RGB: (70,51,21)

Color info

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

RGB color model

#463315 color RGB value is (70,51,21).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 21 of 255 = 8%

70
51
21

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 21 = 142 (100%)
R 70 of 142 ~ 49.3%
G 51 of 142 ~ 35.92%
B 21 of 142 ~ 14.79%

%49.3
%35.92
%14.79

CMYK color model

#463315 color CMYK value is (0,27,70,73).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 70.00%
  • key color value is 72.55%
CMYK:
(0,27,70,73)
C0M27Y70K73 
(0%,27%,70%,73%)
(0.00/0.27/0.70/0.73)	

CMYK percentages

%0
%27.14
%70
%72.55

Codes

Color #463315 in popluar color models

463315
RGB705121
HSL37°53.85%17.84%
HSB/HSV37°70.00%27.45%
CMYK0.00%27.14%70.00%
72.55%

Color #463315 in popluar number systems.

HEX463315
Decimal705121
Binary100011011001110101
Octal1066325

Shades and tints

Shades of #463315

#463315
(70,51,21)
#402F14
(64,47,20)
#3A2B13
(58,43,19)
#342712
(52,39,18)
#2E2311
(46,35,17)
#281F10
(40,31,16)
#221B0F
(34,27,15)
#1C170E
(28,23,14)
#16130D
(22,19,13)
#100F0C
(16,15,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #463315

#463315
(70,51,21)
#56452A
(86,69,42)
#66573F
(102,87,63)
#766954
(118,105,84)
#867B69
(134,123,105)
#968D7E
(150,141,126)
#A69F93
(166,159,147)
#B6B1A8
(182,177,168)
#C6C3BD
(198,195,189)
#D6D5D2
(214,213,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463315; }

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

This text font color is #463315.


Background Color

.myBgColor { background-color: #463315; }

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

This div background color is #463315.


Border color

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

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

This div border color is #463315.


Opacity

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

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

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

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

This text has shadow with #463315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463315 on black background.


Color preview on white background

This text has color #463315 on white background.



Black color preview on #463315 background

This text has black color on #463315 background.


White color preview on #463315 background

This text has white color on #463315 background.