COLOR #463620

HEX: #463620
RGB: (70,54,32)

Color info

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

RGB color model

#463620 color RGB value is (70,54,32).

  • red value is 70;
  • green value is 54;
  • blue value is 32.
RGB:
(70,54,32)
(27%,21%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 32 of 255 = 13%

70
54
32

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

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 32 = 156 (100%)
R 70 of 156 ~ 44.87%
G 54 of 156 ~ 34.62%
B 32 of 156 ~ 20.51%

%44.87
%34.62
%20.51

CMYK color model

#463620 color CMYK value is (0,23,54,73).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 54.29%
  • key color value is 72.55%
CMYK:
(0,23,54,73)
C0M23Y54K73 
(0%,23%,54%,73%)
(0.00/0.23/0.54/0.73)	

CMYK percentages

%0
%22.86
%54.29
%72.55

Codes

Color #463620 in popluar color models

463620
RGB705432
HSL35°37.25%20.00%
HSB/HSV35°54.29%27.45%
CMYK0.00%22.86%54.29%
72.55%

Color #463620 in popluar number systems.

HEX463620
Decimal705432
Binary1000110110110100000
Octal1066640

Shades and tints

Shades of #463620

#463620
(70,54,32)
#40321E
(64,50,30)
#3A2E1C
(58,46,28)
#342A1A
(52,42,26)
#2E2618
(46,38,24)
#282216
(40,34,22)
#221E14
(34,30,20)
#1C1A12
(28,26,18)
#161610
(22,22,16)
#10120E
(16,18,14)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #463620

#463620
(70,54,32)
#564834
(86,72,52)
#665A48
(102,90,72)
#766C5C
(118,108,92)
#867E70
(134,126,112)
#969084
(150,144,132)
#A6A298
(166,162,152)
#B6B4AC
(182,180,172)
#C6C6C0
(198,198,192)
#D6D8D4
(214,216,212)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463620 color. Also use rgb(70,54,32) instead hex code.

Text Font Color

.myTextColor { color: #463620; }

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

This text font color is #463620.


Background Color

.myBgColor { background-color: #463620; }

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

This div background color is #463620.


Border color

.myBorderColor { border: 1px solid #463620; }

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

This div border color is #463620.


Opacity

.myOpacity80 { color: #463620; opacity: 0.8; }

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

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

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

This text has shadow with #463620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463620 on black background.


Color preview on white background

This text has color #463620 on white background.



Black color preview on #463620 background

This text has black color on #463620 background.


White color preview on #463620 background

This text has white color on #463620 background.