COLOR #164221

HEX: #164221 RGB: (22,66,33)

Color info

#164221 contains red, green and blue colors in about the same proportion. Web safe color of #164221 is #003333 (or #033).

RGB color model

#164221 color RGB value is (22,66,33).

RGB: (22,66,33) (9%, 26%, 13%)

RGB channels and saturation

R 22 of 255 = 9%
G 66 of 255 = 26%
B 33 of 255 = 13%

22
66
33

R + G + B ~ 16%. #164221 is dark color.

Portions of RGB colors in percentages

R + G + B = 22 + 66 + 33 = 121 (100%)
R 22 of 121 ~ 18.18%
G 66 of 121 ~ 54.55%
B 33 of 121 ~ 27.27'%

%18.18
%54.55
%27.27

CMYK color model

#164221 color CMYK value is (67,0,50,74).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.12%

CMYK: (67,0,50,74)
C67M0Y50K74 (67%, 0%, 50%, 74%)
(0.67 / 0.00 / 0.50 / 0.74)

CMYK percentages

%66.67
%0
%50
%74.12

Codes

Color #164221 in popluar color models

16 42 21
RGB 22 66 33
HSL 135° 50.00% 17.25%
HSB/HSV 135° 66.67% 25.88%
CMYK 66.67% 0.00% 50.00%
74.12%

Color #164221 in popluar number systems.

HEX 16 42 21
Decimal 22 66 33
Binary 10110 1000010 100001
Octal 26 102 41

Shades and tints

Shades of #164221

#164221
(22,66,33)
#143C1E
(20,60,30)
#12361B
(18,54,27)
#103018
(16,48,24)
#0E2A15
(14,42,21)
#0C2412
(12,36,18)
#0A1E0F
(10,30,15)
#08180C
(8,24,12)
#061209
(6,18,9)
#040C06
(4,12,6)
#020603
(2,6,3)
#000000
(0,0,0)

Tints of #164221

#164221
(22,66,33)
#2B5335
(43,83,53)
#406449
(64,100,73)
#55755D
(85,117,93)
#6A8671
(106,134,113)
#7F9785
(127,151,133)
#94A899
(148,168,153)
#A9B9AD
(169,185,173)
#BECAC1
(190,202,193)
#D3DBD5
(211,219,213)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #164221; }

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

This text font color is #164221.

Background Color

.myBgColor { background-color: #164221; }

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

This div background color is #164221.

Border color

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

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

This div border color is #164221.

Opacity

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

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

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

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

This text has shadow with #164221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #164221.

Preview

Color preview on black background

This text has color #164221 on black background.


Color preview on white background

This text has color #164221 on white background.


Black color preview on #164221 background

This text has black color on #164221 background.


White color preview on #164221 background

This text has white color on #164221 background.


Related colors

Complementary color

Complementary color for #hex is #E9BDDE.


I love getcolorcode.com

Triadic colors

1 #211642 and #422116 with #164221 are triadic colors.

2 #214216 and #421621 with #164221 are triadic colors.