COLOR #463421

HEX: #463421
RGB: (70,52,33)

Color info

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

RGB color model

#463421 color RGB value is (70,52,33).

  • red value is 70;
  • green value is 52;
  • blue value is 33.
RGB:
(70,52,33)
(27%,20%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 52 of 255 = 20%
B 33 of 255 = 13%

70
52
33

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

Portions of RGB colors in percentages

R + G + B =
70 + 52 + 33 = 155 (100%)
R 70 of 155 ~ 45.16%
G 52 of 155 ~ 33.55%
B 33 of 155 ~ 21.29%

%45.16
%33.55
%21.29

CMYK color model

#463421 color CMYK value is (0,26,53,73).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 52.86%
  • key color value is 72.55%
CMYK:
(0,26,53,73)
C0M26Y53K73 
(0%,26%,53%,73%)
(0.00/0.26/0.53/0.73)	

CMYK percentages

%0
%25.71
%52.86
%72.55

Codes

Color #463421 in popluar color models

463421
RGB705233
HSL31°35.92%20.20%
HSB/HSV31°52.86%27.45%
CMYK0.00%25.71%52.86%
72.55%

Color #463421 in popluar number systems.

HEX463421
Decimal705233
Binary1000110110100100001
Octal1066441

Shades and tints

Shades of #463421

#463421
(70,52,33)
#40301E
(64,48,30)
#3A2C1B
(58,44,27)
#342818
(52,40,24)
#2E2415
(46,36,21)
#282012
(40,32,18)
#221C0F
(34,28,15)
#1C180C
(28,24,12)
#161409
(22,20,9)
#101006
(16,16,6)
#0A0C03
(10,12,3)
#000000
(0,0,0)

Tints of #463421

#463421
(70,52,33)
#564635
(86,70,53)
#665849
(102,88,73)
#766A5D
(118,106,93)
#867C71
(134,124,113)
#968E85
(150,142,133)
#A6A099
(166,160,153)
#B6B2AD
(182,178,173)
#C6C4C1
(198,196,193)
#D6D6D5
(214,214,213)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463421 color. Also use rgb(70,52,33) instead hex code.

Text Font Color

.myTextColor { color: #463421; }

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

This text font color is #463421.


Background Color

.myBgColor { background-color: #463421; }

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

This div background color is #463421.


Border color

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

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

This div border color is #463421.


Opacity

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

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

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

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

This text has shadow with #463421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463421 on black background.


Color preview on white background

This text has color #463421 on white background.



Black color preview on #463421 background

This text has black color on #463421 background.


White color preview on #463421 background

This text has white color on #463421 background.