COLOR #163329

HEX: #163329
RGB: (22,51,41)

Color info

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

RGB color model

#163329 color RGB value is (22,51,41).

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

RGB channels and saturation

R 22 of 255 = 9%
G 51 of 255 = 20%
B 41 of 255 = 16%

22
51
41

R + G + B ~ 15%. #163329 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 51 + 41 = 114 (100%)
R 22 of 114 ~ 19.3%
G 51 of 114 ~ 44.74%
B 41 of 114 ~ 35.96%

%19.3
%44.74
%35.96

CMYK color model

#163329 color CMYK value is (57,0,20,80).

  • cyan value is 56.86%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK:
(57,0,20,80)
C57M0Y20K80 
(57%,0%,20%,80%)
(0.57/0.00/0.20/0.80)	

CMYK percentages

%56.86
%0
%19.61
%80

Codes

Color #163329 in popluar color models

163329
RGB225141
HSL159°39.73%14.31%
HSB/HSV159°56.86%20.00%
CMYK56.86%0.00%19.61%
80.00%

Color #163329 in popluar number systems.

HEX163329
Decimal225141
Binary10110110011101001
Octal266351

Shades and tints

Shades of #163329

#163329
(22,51,41)
#142F26
(20,47,38)
#122B23
(18,43,35)
#102720
(16,39,32)
#0E231D
(14,35,29)
#0C1F1A
(12,31,26)
#0A1B17
(10,27,23)
#081714
(8,23,20)
#061311
(6,19,17)
#040F0E
(4,15,14)
#020B0B
(2,11,11)
#000000
(0,0,0)

Tints of #163329

#163329
(22,51,41)
#2B453C
(43,69,60)
#40574F
(64,87,79)
#556962
(85,105,98)
#6A7B75
(106,123,117)
#7F8D88
(127,141,136)
#949F9B
(148,159,155)
#A9B1AE
(169,177,174)
#BEC3C1
(190,195,193)
#D3D5D4
(211,213,212)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #163329; }

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

This text font color is #163329.


Background Color

.myBgColor { background-color: #163329; }

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

This div background color is #163329.


Border color

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

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

This div border color is #163329.


Opacity

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

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

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

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

This text has shadow with #163329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163329 on black background.


Color preview on white background

This text has color #163329 on white background.



Black color preview on #163329 background

This text has black color on #163329 background.


White color preview on #163329 background

This text has white color on #163329 background.