COLOR #464221

HEX: #464221
RGB: (70,66,33)

Color info

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

RGB color model

#464221 color RGB value is (70,66,33).

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

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 33 of 255 = 13%

70
66
33

R + G + B ~ 22%. #464221 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 33 = 169 (100%)
R 70 of 169 ~ 41.42%
G 66 of 169 ~ 39.05%
B 33 of 169 ~ 19.53%

%41.42
%39.05
%19.53

CMYK color model

#464221 color CMYK value is (0,6,53,73).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 52.86%
  • key color value is 72.55%
CMYK:
(0,6,53,73)
C0M6Y53K73 
(0%,6%,53%,73%)
(0.00/0.06/0.53/0.73)	

CMYK percentages

%0
%5.71
%52.86
%72.55

Codes

Color #464221 in popluar color models

464221
RGB706633
HSL54°35.92%20.20%
HSB/HSV54°52.86%27.45%
CMYK0.00%5.71%52.86%
72.55%

Color #464221 in popluar number systems.

HEX464221
Decimal706633
Binary10001101000010100001
Octal10610241

Shades and tints

Shades of #464221

#464221
(70,66,33)
#403C1E
(64,60,30)
#3A361B
(58,54,27)
#343018
(52,48,24)
#2E2A15
(46,42,21)
#282412
(40,36,18)
#221E0F
(34,30,15)
#1C180C
(28,24,12)
#161209
(22,18,9)
#100C06
(16,12,6)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #464221

#464221
(70,66,33)
#565335
(86,83,53)
#666449
(102,100,73)
#76755D
(118,117,93)
#868671
(134,134,113)
#969785
(150,151,133)
#A6A899
(166,168,153)
#B6B9AD
(182,185,173)
#C6CAC1
(198,202,193)
#D6DBD5
(214,219,213)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464221; }

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

This text font color is #464221.


Background Color

.myBgColor { background-color: #464221; }

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

This div background color is #464221.


Border color

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

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

This div border color is #464221.


Opacity

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

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

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

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

This text has shadow with #464221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464221 on black background.


Color preview on white background

This text has color #464221 on white background.



Black color preview on #464221 background

This text has black color on #464221 background.


White color preview on #464221 background

This text has white color on #464221 background.