COLOR #463309

HEX: #463309
RGB: (70,51,9)

Color info

#463309 contains mainly red and green colors. Web safe color of #463309 is #333300 (or #330).

RGB color model

#463309 color RGB value is (70,51,9).

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

RGB channels and saturation

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

70
51
9

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 9 = 130 (100%)
R 70 of 130 ~ 53.85%
G 51 of 130 ~ 39.23%
B 9 of 130 ~ 6.92%

%53.85
%39.23

CMYK color model

#463309 color CMYK value is (0,27,87,73).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 87.14%
  • key color value is 72.55%
CMYK:
(0,27,87,73)
C0M27Y87K73 
(0%,27%,87%,73%)
(0.00/0.27/0.87/0.73)	

CMYK percentages

%0
%27.14
%87.14
%72.55

Codes

Color #463309 in popluar color models

463309
RGB70519
HSL41°77.22%15.49%
HSB/HSV41°87.14%27.45%
CMYK0.00%27.14%87.14%
72.55%

Color #463309 in popluar number systems.

HEX463309
Decimal70519
Binary10001101100111001
Octal1066311

Shades and tints

Shades of #463309

#463309
(70,51,9)
#402F09
(64,47,9)
#3A2B09
(58,43,9)
#342709
(52,39,9)
#2E2309
(46,35,9)
#281F09
(40,31,9)
#221B09
(34,27,9)
#1C1709
(28,23,9)
#161309
(22,19,9)
#100F09
(16,15,9)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #463309

#463309
(70,51,9)
#56451F
(86,69,31)
#665735
(102,87,53)
#76694B
(118,105,75)
#867B61
(134,123,97)
#968D77
(150,141,119)
#A69F8D
(166,159,141)
#B6B1A3
(182,177,163)
#C6C3B9
(198,195,185)
#D6D5CF
(214,213,207)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463309; }

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

This text font color is #463309.


Background Color

.myBgColor { background-color: #463309; }

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

This div background color is #463309.


Border color

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

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

This div border color is #463309.


Opacity

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

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

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

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

This text has shadow with #463309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463309 on black background.


Color preview on white background

This text has color #463309 on white background.



Black color preview on #463309 background

This text has black color on #463309 background.


White color preview on #463309 background

This text has white color on #463309 background.