COLOR #463C15

HEX: #463C15
RGB: (70,60,21)

Color info

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

RGB color model

#463C15 color RGB value is (70,60,21).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 21 of 255 = 8%

70
60
21

R + G + B ~ 20%. #463C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 21 = 151 (100%)
R 70 of 151 ~ 46.36%
G 60 of 151 ~ 39.74%
B 21 of 151 ~ 13.91%

%46.36
%39.74
%13.91

CMYK color model

#463C15 color CMYK value is (0,14,70,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 70.00%
  • key color value is 72.55%
CMYK:
(0,14,70,73)
C0M14Y70K73 
(0%,14%,70%,73%)
(0.00/0.14/0.70/0.73)	

CMYK percentages

%0
%14.29
%70
%72.55

Codes

Color #463C15 in popluar color models

463C15
RGB706021
HSL48°53.85%17.84%
HSB/HSV48°70.00%27.45%
CMYK0.00%14.29%70.00%
72.55%

Color #463C15 in popluar number systems.

HEX463C15
Decimal706021
Binary100011011110010101
Octal1067425

Shades and tints

Shades of #463C15

#463C15
(70,60,21)
#403714
(64,55,20)
#3A3213
(58,50,19)
#342D12
(52,45,18)
#2E2811
(46,40,17)
#282310
(40,35,16)
#221E0F
(34,30,15)
#1C190E
(28,25,14)
#16140D
(22,20,13)
#100F0C
(16,15,12)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #463C15

#463C15
(70,60,21)
#564D2A
(86,77,42)
#665E3F
(102,94,63)
#766F54
(118,111,84)
#868069
(134,128,105)
#96917E
(150,145,126)
#A6A293
(166,162,147)
#B6B3A8
(182,179,168)
#C6C4BD
(198,196,189)
#D6D5D2
(214,213,210)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C15; }

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

This text font color is #463C15.


Background Color

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

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

This div background color is #463C15.


Border color

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

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

This div border color is #463C15.


Opacity

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

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

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

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

This text has shadow with #463C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C15 on black background.


Color preview on white background

This text has color #463C15 on white background.



Black color preview on #463C15 background

This text has black color on #463C15 background.


White color preview on #463C15 background

This text has white color on #463C15 background.