COLOR #463A1E

HEX: #463A1E
RGB: (70,58,30)

Color info

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

RGB color model

#463A1E color RGB value is (70,58,30).

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

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 30 of 255 = 12%

70
58
30

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

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 30 = 158 (100%)
R 70 of 158 ~ 44.3%
G 58 of 158 ~ 36.71%
B 30 of 158 ~ 18.99%

%44.3
%36.71
%18.99

CMYK color model

#463A1E color CMYK value is (0,17,57,73).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,17,57,73)
C0M17Y57K73 
(0%,17%,57%,73%)
(0.00/0.17/0.57/0.73)	

CMYK percentages

%0
%17.14
%57.14
%72.55

Codes

Color #463A1E in popluar color models

463A1E
RGB705830
HSL42°40.00%19.61%
HSB/HSV42°57.14%27.45%
CMYK0.00%17.14%57.14%
72.55%

Color #463A1E in popluar number systems.

HEX463A1E
Decimal705830
Binary100011011101011110
Octal1067236

Shades and tints

Shades of #463A1E

#463A1E
(70,58,30)
#40351C
(64,53,28)
#3A301A
(58,48,26)
#342B18
(52,43,24)
#2E2616
(46,38,22)
#282114
(40,33,20)
#221C12
(34,28,18)
#1C1710
(28,23,16)
#16120E
(22,18,14)
#100D0C
(16,13,12)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #463A1E

#463A1E
(70,58,30)
#564B32
(86,75,50)
#665C46
(102,92,70)
#766D5A
(118,109,90)
#867E6E
(134,126,110)
#968F82
(150,143,130)
#A6A096
(166,160,150)
#B6B1AA
(182,177,170)
#C6C2BE
(198,194,190)
#D6D3D2
(214,211,210)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A1E; }

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

This text font color is #463A1E.


Background Color

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

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

This div background color is #463A1E.


Border color

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

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

This div border color is #463A1E.


Opacity

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

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

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

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

This text has shadow with #463A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A1E on black background.


Color preview on white background

This text has color #463A1E on white background.



Black color preview on #463A1E background

This text has black color on #463A1E background.


White color preview on #463A1E background

This text has white color on #463A1E background.