COLOR #463B1E

HEX: #463B1E
RGB: (70,59,30)

Color info

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

RGB color model

#463B1E color RGB value is (70,59,30).

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

RGB channels and saturation

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

70
59
30

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

Portions of RGB colors in percentages

R + G + B =
70 + 59 + 30 = 159 (100%)
R 70 of 159 ~ 44.03%
G 59 of 159 ~ 37.11%
B 30 of 159 ~ 18.87%

%44.03
%37.11
%18.87

CMYK color model

#463B1E color CMYK value is (0,16,57,73).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,16,57,73)
C0M16Y57K73 
(0%,16%,57%,73%)
(0.00/0.16/0.57/0.73)	

CMYK percentages

%0
%15.71
%57.14
%72.55

Codes

Color #463B1E in popluar color models

463B1E
RGB705930
HSL44°40.00%19.61%
HSB/HSV44°57.14%27.45%
CMYK0.00%15.71%57.14%
72.55%

Color #463B1E in popluar number systems.

HEX463B1E
Decimal705930
Binary100011011101111110
Octal1067336

Shades and tints

Shades of #463B1E

#463B1E
(70,59,30)
#40361C
(64,54,28)
#3A311A
(58,49,26)
#342C18
(52,44,24)
#2E2716
(46,39,22)
#282214
(40,34,20)
#221D12
(34,29,18)
#1C1810
(28,24,16)
#16130E
(22,19,14)
#100E0C
(16,14,12)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #463B1E

#463B1E
(70,59,30)
#564C32
(86,76,50)
#665D46
(102,93,70)
#766E5A
(118,110,90)
#867F6E
(134,127,110)
#969082
(150,144,130)
#A6A196
(166,161,150)
#B6B2AA
(182,178,170)
#C6C3BE
(198,195,190)
#D6D4D2
(214,212,210)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463B1E; }

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

This text font color is #463B1E.


Background Color

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

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

This div background color is #463B1E.


Border color

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

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

This div border color is #463B1E.


Opacity

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

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

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

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

This text has shadow with #463B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B1E on black background.


Color preview on white background

This text has color #463B1E on white background.



Black color preview on #463B1E background

This text has black color on #463B1E background.


White color preview on #463B1E background

This text has white color on #463B1E background.