COLOR #163213

HEX: #163213 RGB: (22,50,19)

Color info

#163213 contains red, green and blue colors in about the same proportion. Web safe color of #163213 is #003300 (or #030).

RGB color model

#163213 color RGB value is (22,50,19).

RGB: (22,50,19) (9%, 20%, 7%)

RGB channels and saturation

R 22 of 255 = 9%
G 50 of 255 = 20%
B 19 of 255 = 7%

22
50
19

R + G + B ~ 12%. #163213 is dark color.

Portions of RGB colors in percentages

R + G + B = 22 + 50 + 19 = 91 (100%)
R 22 of 91 ~ 24.18%
G 50 of 91 ~ 54.95%
B 19 of 91 ~ 20.88'%

%24.18
%54.95
%20.88

CMYK color model

#163213 color CMYK value is (56,0,62,80).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 80.39%

CMYK: (56,0,62,80)
C56M0Y62K80 (56%, 0%, 62%, 80%)
(0.56 / 0.00 / 0.62 / 0.80)

CMYK percentages

%56
%0
%62
%80.39

Codes

Color #163213 in popluar color models

16 32 13
RGB 22 50 19
HSL 114° 44.93% 13.53%
HSB/HSV 114° 62.00% 19.61%
CMYK 56.00% 0.00% 62.00%
80.39%

Color #163213 in popluar number systems.

HEX 16 32 13
Decimal 22 50 19
Binary 10110 110010 10011
Octal 26 62 23

Shades and tints

Shades of #163213

#163213
(22,50,19)
#142E12
(20,46,18)
#122A11
(18,42,17)
#102610
(16,38,16)
#0E220F
(14,34,15)
#0C1E0E
(12,30,14)
#0A1A0D
(10,26,13)
#08160C
(8,22,12)
#06120B
(6,18,11)
#040E0A
(4,14,10)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #163213

#163213
(22,50,19)
#2B4428
(43,68,40)
#40563D
(64,86,61)
#556852
(85,104,82)
#6A7A67
(106,122,103)
#7F8C7C
(127,140,124)
#949E91
(148,158,145)
#A9B0A6
(169,176,166)
#BEC2BB
(190,194,187)
#D3D4D0
(211,212,208)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #163213 color. Also use rgb(22,50,19) instead hex code.

Text Font Color

.myTextColor { color: #163213; }

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

This text font color is #163213.

Background Color

.myBgColor { background-color: #163213; }

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

This div background color is #163213.

Border color

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

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

This div border color is #163213.

Opacity

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

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

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

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

This text has shadow with #163213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #163213.

Preview

Color preview on black background

This text has color #163213 on black background.


Color preview on white background

This text has color #163213 on white background.


Black color preview on #163213 background

This text has black color on #163213 background.


White color preview on #163213 background

This text has white color on #163213 background.


Related colors

Complementary color

Complementary color for #hex is #E9CDEC.


I love getcolorcode.com

Triadic colors

1 #131632 and #321316 with #163213 are triadic colors.

2 #133216 and #321613 with #163213 are triadic colors.