COLOR #163121

HEX: #163121
RGB: (22,49,33)

Color info

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

RGB color model

#163121 color RGB value is (22,49,33).

  • red value is 22;
  • green value is 49;
  • blue value is 33.
RGB:
(22,49,33)
(9%,19%,13%)

RGB channels and saturation

R 22 of 255 = 9%
G 49 of 255 = 19%
B 33 of 255 = 13%

22
49
33

R + G + B ~ 14%. #163121 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 49 + 33 = 104 (100%)
R 22 of 104 ~ 21.15%
G 49 of 104 ~ 47.12%
B 33 of 104 ~ 31.73%

%21.15
%47.12
%31.73

CMYK color model

#163121 color CMYK value is (55,0,33,81).

  • cyan value is 55.10%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 80.78%
CMYK:
(55,0,33,81)
C55M0Y33K81 
(55%,0%,33%,81%)
(0.55/0.00/0.33/0.81)	

CMYK percentages

%55.1
%0
%32.65
%80.78

Codes

Color #163121 in popluar color models

163121
RGB224933
HSL144°38.03%13.92%
HSB/HSV144°55.10%19.22%
CMYK55.10%0.00%32.65%
80.78%

Color #163121 in popluar number systems.

HEX163121
Decimal224933
Binary10110110001100001
Octal266141

Shades and tints

Shades of #163121

#163121
(22,49,33)
#142D1E
(20,45,30)
#12291B
(18,41,27)
#102518
(16,37,24)
#0E2115
(14,33,21)
#0C1D12
(12,29,18)
#0A190F
(10,25,15)
#08150C
(8,21,12)
#061109
(6,17,9)
#040D06
(4,13,6)
#020903
(2,9,3)
#000000
(0,0,0)

Tints of #163121

#163121
(22,49,33)
#2B4335
(43,67,53)
#405549
(64,85,73)
#55675D
(85,103,93)
#6A7971
(106,121,113)
#7F8B85
(127,139,133)
#949D99
(148,157,153)
#A9AFAD
(169,175,173)
#BEC1C1
(190,193,193)
#D3D3D5
(211,211,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #163121; }

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

This text font color is #163121.


Background Color

.myBgColor { background-color: #163121; }

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

This div background color is #163121.


Border color

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

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

This div border color is #163121.


Opacity

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

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

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

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

This text has shadow with #163121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163121 on black background.


Color preview on white background

This text has color #163121 on white background.



Black color preview on #163121 background

This text has black color on #163121 background.


White color preview on #163121 background

This text has white color on #163121 background.