COLOR #163129

HEX: #163129
RGB: (22,49,41)

Color info

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

RGB color model

#163129 color RGB value is (22,49,41).

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

RGB channels and saturation

R 22 of 255 = 9%
G 49 of 255 = 19%
B 41 of 255 = 16%

22
49
41

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

Portions of RGB colors in percentages

R + G + B =
22 + 49 + 41 = 112 (100%)
R 22 of 112 ~ 19.64%
G 49 of 112 ~ 43.75%
B 41 of 112 ~ 36.61%

%19.64
%43.75
%36.61

CMYK color model

#163129 color CMYK value is (55,0,16,81).

  • cyan value is 55.10%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%
CMYK:
(55,0,16,81)
C55M0Y16K81 
(55%,0%,16%,81%)
(0.55/0.00/0.16/0.81)	

CMYK percentages

%55.1
%0
%16.33
%80.78

Codes

Color #163129 in popluar color models

163129
RGB224941
HSL162°38.03%13.92%
HSB/HSV162°55.10%19.22%
CMYK55.10%0.00%16.33%
80.78%

Color #163129 in popluar number systems.

HEX163129
Decimal224941
Binary10110110001101001
Octal266151

Shades and tints

Shades of #163129

#163129
(22,49,41)
#142D26
(20,45,38)
#122923
(18,41,35)
#102520
(16,37,32)
#0E211D
(14,33,29)
#0C1D1A
(12,29,26)
#0A1917
(10,25,23)
#081514
(8,21,20)
#061111
(6,17,17)
#040D0E
(4,13,14)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #163129

#163129
(22,49,41)
#2B433C
(43,67,60)
#40554F
(64,85,79)
#556762
(85,103,98)
#6A7975
(106,121,117)
#7F8B88
(127,139,136)
#949D9B
(148,157,155)
#A9AFAE
(169,175,174)
#BEC1C1
(190,193,193)
#D3D3D4
(211,211,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #163129; }

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

This text font color is #163129.


Background Color

.myBgColor { background-color: #163129; }

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

This div background color is #163129.


Border color

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

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

This div border color is #163129.


Opacity

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

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

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

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

This text has shadow with #163129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163129 on black background.


Color preview on white background

This text has color #163129 on white background.



Black color preview on #163129 background

This text has black color on #163129 background.


White color preview on #163129 background

This text has white color on #163129 background.