COLOR #163737

HEX: #163737
RGB: (22,55,55)

Color info

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

RGB color model

#163737 color RGB value is (22,55,55).

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

RGB channels and saturation

R 22 of 255 = 9%
G 55 of 255 = 22%
B 55 of 255 = 22%

22
55
55

R + G + B ~ 18%. #163737 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 55 + 55 = 132 (100%)
R 22 of 132 ~ 16.67%
G 55 of 132 ~ 41.67%
B 55 of 132 ~ 41.67%

%16.67
%41.67
%41.67

CMYK color model

#163737 color CMYK value is (60,0,0,78).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(60,0,0,78)
C60M0Y0K78 
(60%,0%,0%,78%)
(0.60/0.00/0.00/0.78)	

CMYK percentages

%60
%0
%0
%78.43

Codes

Color #163737 in popluar color models

163737
RGB225555
HSL180°42.86%15.10%
HSB/HSV180°60.00%21.57%
CMYK60.00%0.00%0.00%
78.43%

Color #163737 in popluar number systems.

HEX163737
Decimal225555
Binary10110110111110111
Octal266767

Shades and tints

Shades of #163737

#163737
(22,55,55)
#143232
(20,50,50)
#122D2D
(18,45,45)
#102828
(16,40,40)
#0E2323
(14,35,35)
#0C1E1E
(12,30,30)
#0A1919
(10,25,25)
#081414
(8,20,20)
#060F0F
(6,15,15)
#040A0A
(4,10,10)
#020505
(2,5,5)
#000000
(0,0,0)

Tints of #163737

#163737
(22,55,55)
#2B4949
(43,73,73)
#405B5B
(64,91,91)
#556D6D
(85,109,109)
#6A7F7F
(106,127,127)
#7F9191
(127,145,145)
#94A3A3
(148,163,163)
#A9B5B5
(169,181,181)
#BEC7C7
(190,199,199)
#D3D9D9
(211,217,217)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #163737; }

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

This text font color is #163737.


Background Color

.myBgColor { background-color: #163737; }

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

This div background color is #163737.


Border color

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

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

This div border color is #163737.


Opacity

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

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

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

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

This text has shadow with #163737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163737 on black background.


Color preview on white background

This text has color #163737 on white background.



Black color preview on #163737 background

This text has black color on #163737 background.


White color preview on #163737 background

This text has white color on #163737 background.