COLOR #463C0A

HEX: #463C0A
RGB: (70,60,10)

Color info

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

RGB color model

#463C0A color RGB value is (70,60,10).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 10 of 255 = 4%

70
60
10

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

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 10 = 140 (100%)
R 70 of 140 ~ 50%
G 60 of 140 ~ 42.86%
B 10 of 140 ~ 7.14%

%50
%42.86

CMYK color model

#463C0A color CMYK value is (0,14,86,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK:
(0,14,86,73)
C0M14Y86K73 
(0%,14%,86%,73%)
(0.00/0.14/0.86/0.73)	

CMYK percentages

%0
%14.29
%85.71
%72.55

Codes

Color #463C0A in popluar color models

463C0A
RGB706010
HSL50°75.00%15.69%
HSB/HSV50°85.71%27.45%
CMYK0.00%14.29%85.71%
72.55%

Color #463C0A in popluar number systems.

HEX463C0A
Decimal706010
Binary10001101111001010
Octal1067412

Shades and tints

Shades of #463C0A

#463C0A
(70,60,10)
#40370A
(64,55,10)
#3A320A
(58,50,10)
#342D0A
(52,45,10)
#2E280A
(46,40,10)
#28230A
(40,35,10)
#221E0A
(34,30,10)
#1C190A
(28,25,10)
#16140A
(22,20,10)
#100F0A
(16,15,10)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #463C0A

#463C0A
(70,60,10)
#564D20
(86,77,32)
#665E36
(102,94,54)
#766F4C
(118,111,76)
#868062
(134,128,98)
#969178
(150,145,120)
#A6A28E
(166,162,142)
#B6B3A4
(182,179,164)
#C6C4BA
(198,196,186)
#D6D5D0
(214,213,208)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C0A; }

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

This text font color is #463C0A.


Background Color

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

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

This div background color is #463C0A.


Border color

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

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

This div border color is #463C0A.


Opacity

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

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

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

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

This text has shadow with #463C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C0A on black background.


Color preview on white background

This text has color #463C0A on white background.



Black color preview on #463C0A background

This text has black color on #463C0A background.


White color preview on #463C0A background

This text has white color on #463C0A background.