COLOR #463B0A

HEX: #463B0A
RGB: (70,59,10)

Color info

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

RGB color model

#463B0A color RGB value is (70,59,10).

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

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 10 of 255 = 4%

70
59
10

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

Portions of RGB colors in percentages

R + G + B =
70 + 59 + 10 = 139 (100%)
R 70 of 139 ~ 50.36%
G 59 of 139 ~ 42.45%
B 10 of 139 ~ 7.19%

%50.36
%42.45

CMYK color model

#463B0A color CMYK value is (0,16,86,73).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK:
(0,16,86,73)
C0M16Y86K73 
(0%,16%,86%,73%)
(0.00/0.16/0.86/0.73)	

CMYK percentages

%0
%15.71
%85.71
%72.55

Codes

Color #463B0A in popluar color models

463B0A
RGB705910
HSL49°75.00%15.69%
HSB/HSV49°85.71%27.45%
CMYK0.00%15.71%85.71%
72.55%

Color #463B0A in popluar number systems.

HEX463B0A
Decimal705910
Binary10001101110111010
Octal1067312

Shades and tints

Shades of #463B0A

#463B0A
(70,59,10)
#40360A
(64,54,10)
#3A310A
(58,49,10)
#342C0A
(52,44,10)
#2E270A
(46,39,10)
#28220A
(40,34,10)
#221D0A
(34,29,10)
#1C180A
(28,24,10)
#16130A
(22,19,10)
#100E0A
(16,14,10)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #463B0A

#463B0A
(70,59,10)
#564C20
(86,76,32)
#665D36
(102,93,54)
#766E4C
(118,110,76)
#867F62
(134,127,98)
#969078
(150,144,120)
#A6A18E
(166,161,142)
#B6B2A4
(182,178,164)
#C6C3BA
(198,195,186)
#D6D4D0
(214,212,208)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463B0A; }

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

This text font color is #463B0A.


Background Color

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

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

This div background color is #463B0A.


Border color

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

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

This div border color is #463B0A.


Opacity

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

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

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

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

This text has shadow with #463B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B0A on black background.


Color preview on white background

This text has color #463B0A on white background.



Black color preview on #463B0A background

This text has black color on #463B0A background.


White color preview on #463B0A background

This text has white color on #463B0A background.