COLOR #463C1E

HEX: #463C1E
RGB: (70,60,30)

Color info

#463C1E contains red, green and blue colors in about the same proportion. Web safe color of #463C1E is #333333 (or #333).

RGB color model

#463C1E color RGB value is (70,60,30).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 30 of 255 = 12%

70
60
30

R + G + B ~ 21%. #463C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 30 = 160 (100%)
R 70 of 160 ~ 43.75%
G 60 of 160 ~ 37.5%
B 30 of 160 ~ 18.75%

%43.75
%37.5
%18.75

CMYK color model

#463C1E color CMYK value is (0,14,57,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,14,57,73)
C0M14Y57K73 
(0%,14%,57%,73%)
(0.00/0.14/0.57/0.73)	

CMYK percentages

%0
%14.29
%57.14
%72.55

Codes

Color #463C1E in popluar color models

463C1E
RGB706030
HSL45°40.00%19.61%
HSB/HSV45°57.14%27.45%
CMYK0.00%14.29%57.14%
72.55%

Color #463C1E in popluar number systems.

HEX463C1E
Decimal706030
Binary100011011110011110
Octal1067436

Shades and tints

Shades of #463C1E

#463C1E
(70,60,30)
#40371C
(64,55,28)
#3A321A
(58,50,26)
#342D18
(52,45,24)
#2E2816
(46,40,22)
#282314
(40,35,20)
#221E12
(34,30,18)
#1C1910
(28,25,16)
#16140E
(22,20,14)
#100F0C
(16,15,12)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #463C1E

#463C1E
(70,60,30)
#564D32
(86,77,50)
#665E46
(102,94,70)
#766F5A
(118,111,90)
#86806E
(134,128,110)
#969182
(150,145,130)
#A6A296
(166,162,150)
#B6B3AA
(182,179,170)
#C6C4BE
(198,196,190)
#D6D5D2
(214,213,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C1E; }

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

This text font color is #463C1E.


Background Color

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

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

This div background color is #463C1E.


Border color

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

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

This div border color is #463C1E.


Opacity

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

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

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

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

This text has shadow with #463C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C1E on black background.


Color preview on white background

This text has color #463C1E on white background.



Black color preview on #463C1E background

This text has black color on #463C1E background.


White color preview on #463C1E background

This text has white color on #463C1E background.