COLOR #163332

HEX: #163332
RGB: (22,51,50)

Color info

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

RGB color model

#163332 color RGB value is (22,51,50).

  • red value is 22;
  • green value is 51;
  • blue value is 50.
RGB:
(22,51,50)
(9%,20%,20%)

RGB channels and saturation

R 22 of 255 = 9%
G 51 of 255 = 20%
B 50 of 255 = 20%

22
51
50

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

Portions of RGB colors in percentages

R + G + B =
22 + 51 + 50 = 123 (100%)
R 22 of 123 ~ 17.89%
G 51 of 123 ~ 41.46%
B 50 of 123 ~ 40.65%

%17.89
%41.46
%40.65

CMYK color model

#163332 color CMYK value is (57,0,2,80).

  • cyan value is 56.86%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(57,0,2,80)
C57M0Y2K80 
(57%,0%,2%,80%)
(0.57/0.00/0.02/0.80)	

CMYK percentages

%56.86
%0
%1.96
%80

Codes

Color #163332 in popluar color models

163332
RGB225150
HSL178°39.73%14.31%
HSB/HSV178°56.86%20.00%
CMYK56.86%0.00%1.96%
80.00%

Color #163332 in popluar number systems.

HEX163332
Decimal225150
Binary10110110011110010
Octal266362

Shades and tints

Shades of #163332

#163332
(22,51,50)
#142F2E
(20,47,46)
#122B2A
(18,43,42)
#102726
(16,39,38)
#0E2322
(14,35,34)
#0C1F1E
(12,31,30)
#0A1B1A
(10,27,26)
#081716
(8,23,22)
#061312
(6,19,18)
#040F0E
(4,15,14)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #163332

#163332
(22,51,50)
#2B4544
(43,69,68)
#405756
(64,87,86)
#556968
(85,105,104)
#6A7B7A
(106,123,122)
#7F8D8C
(127,141,140)
#949F9E
(148,159,158)
#A9B1B0
(169,177,176)
#BEC3C2
(190,195,194)
#D3D5D4
(211,213,212)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #163332; }

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

This text font color is #163332.


Background Color

.myBgColor { background-color: #163332; }

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

This div background color is #163332.


Border color

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

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

This div border color is #163332.


Opacity

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

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

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

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

This text has shadow with #163332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163332 on black background.


Color preview on white background

This text has color #163332 on white background.



Black color preview on #163332 background

This text has black color on #163332 background.


White color preview on #163332 background

This text has white color on #163332 background.