COLOR #463C0F

HEX: #463C0F
RGB: (70,60,15)

Color info

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

RGB color model

#463C0F color RGB value is (70,60,15).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 15 of 255 = 6%

70
60
15

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

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 15 = 145 (100%)
R 70 of 145 ~ 48.28%
G 60 of 145 ~ 41.38%
B 15 of 145 ~ 10.34%

%48.28
%41.38
%10.34

CMYK color model

#463C0F color CMYK value is (0,14,79,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 78.57%
  • key color value is 72.55%
CMYK:
(0,14,79,73)
C0M14Y79K73 
(0%,14%,79%,73%)
(0.00/0.14/0.79/0.73)	

CMYK percentages

%0
%14.29
%78.57
%72.55

Codes

Color #463C0F in popluar color models

463C0F
RGB706015
HSL49°64.71%16.67%
HSB/HSV49°78.57%27.45%
CMYK0.00%14.29%78.57%
72.55%

Color #463C0F in popluar number systems.

HEX463C0F
Decimal706015
Binary10001101111001111
Octal1067417

Shades and tints

Shades of #463C0F

#463C0F
(70,60,15)
#40370E
(64,55,14)
#3A320D
(58,50,13)
#342D0C
(52,45,12)
#2E280B
(46,40,11)
#28230A
(40,35,10)
#221E09
(34,30,9)
#1C1908
(28,25,8)
#161407
(22,20,7)
#100F06
(16,15,6)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #463C0F

#463C0F
(70,60,15)
#564D24
(86,77,36)
#665E39
(102,94,57)
#766F4E
(118,111,78)
#868063
(134,128,99)
#969178
(150,145,120)
#A6A28D
(166,162,141)
#B6B3A2
(182,179,162)
#C6C4B7
(198,196,183)
#D6D5CC
(214,213,204)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C0F; }

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

This text font color is #463C0F.


Background Color

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

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

This div background color is #463C0F.


Border color

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

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

This div border color is #463C0F.


Opacity

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

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

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

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

This text has shadow with #463C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C0F on black background.


Color preview on white background

This text has color #463C0F on white background.



Black color preview on #463C0F background

This text has black color on #463C0F background.


White color preview on #463C0F background

This text has white color on #463C0F background.