COLOR #463F0A

HEX: #463F0A
RGB: (70,63,10)

Color info

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

RGB color model

#463F0A color RGB value is (70,63,10).

  • red value is 70;
  • green value is 63;
  • blue value is 10.
RGB:
(70,63,10)
(27%,25%,4%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 10 of 255 = 4%

70
63
10

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

Portions of RGB colors in percentages

R + G + B =
70 + 63 + 10 = 143 (100%)
R 70 of 143 ~ 48.95%
G 63 of 143 ~ 44.06%
B 10 of 143 ~ 6.99%

%48.95
%44.06

CMYK color model

#463F0A color CMYK value is (0,10,86,73).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK:
(0,10,86,73)
C0M10Y86K73 
(0%,10%,86%,73%)
(0.00/0.10/0.86/0.73)	

CMYK percentages

%0
%10
%85.71
%72.55

Codes

Color #463F0A in popluar color models

463F0A
RGB706310
HSL53°75.00%15.69%
HSB/HSV53°85.71%27.45%
CMYK0.00%10.00%85.71%
72.55%

Color #463F0A in popluar number systems.

HEX463F0A
Decimal706310
Binary10001101111111010
Octal1067712

Shades and tints

Shades of #463F0A

#463F0A
(70,63,10)
#403A0A
(64,58,10)
#3A350A
(58,53,10)
#34300A
(52,48,10)
#2E2B0A
(46,43,10)
#28260A
(40,38,10)
#22210A
(34,33,10)
#1C1C0A
(28,28,10)
#16170A
(22,23,10)
#10120A
(16,18,10)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #463F0A

#463F0A
(70,63,10)
#565020
(86,80,32)
#666136
(102,97,54)
#76724C
(118,114,76)
#868362
(134,131,98)
#969478
(150,148,120)
#A6A58E
(166,165,142)
#B6B6A4
(182,182,164)
#C6C7BA
(198,199,186)
#D6D8D0
(214,216,208)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463F0A color. Also use rgb(70,63,10) instead hex code.

Text Font Color

.myTextColor { color: #463F0A; }

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

This text font color is #463F0A.


Background Color

.myBgColor { background-color: #463F0A; }

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

This div background color is #463F0A.


Border color

.myBorderColor { border: 1px solid #463F0A; }

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

This div border color is #463F0A.


Opacity

.myOpacity80 { color: #463F0A; opacity: 0.8; }

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

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

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

This text has shadow with #463F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F0A on black background.


Color preview on white background

This text has color #463F0A on white background.



Black color preview on #463F0A background

This text has black color on #463F0A background.


White color preview on #463F0A background

This text has white color on #463F0A background.