COLOR #163C39

HEX: #163C39
RGB: (22,60,57)

Color info

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

RGB color model

#163C39 color RGB value is (22,60,57).

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

RGB channels and saturation

R 22 of 255 = 9%
G 60 of 255 = 24%
B 57 of 255 = 22%

22
60
57

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

Portions of RGB colors in percentages

R + G + B =
22 + 60 + 57 = 139 (100%)
R 22 of 139 ~ 15.83%
G 60 of 139 ~ 43.17%
B 57 of 139 ~ 41.01%

%15.83
%43.17
%41.01

CMYK color model

#163C39 color CMYK value is (63,0,5,76).

  • cyan value is 63.33%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 76.47%
CMYK:
(63,0,5,76)
C63M0Y5K76 
(63%,0%,5%,76%)
(0.63/0.00/0.05/0.76)	

CMYK percentages

%63.33
%0
%5
%76.47

Codes

Color #163C39 in popluar color models

163C39
RGB226057
HSL175°46.34%16.08%
HSB/HSV175°63.33%23.53%
CMYK63.33%0.00%5.00%
76.47%

Color #163C39 in popluar number systems.

HEX163C39
Decimal226057
Binary10110111100111001
Octal267471

Shades and tints

Shades of #163C39

#163C39
(22,60,57)
#143734
(20,55,52)
#12322F
(18,50,47)
#102D2A
(16,45,42)
#0E2825
(14,40,37)
#0C2320
(12,35,32)
#0A1E1B
(10,30,27)
#081916
(8,25,22)
#061411
(6,20,17)
#040F0C
(4,15,12)
#020A07
(2,10,7)
#000000
(0,0,0)

Tints of #163C39

#163C39
(22,60,57)
#2B4D4B
(43,77,75)
#405E5D
(64,94,93)
#556F6F
(85,111,111)
#6A8081
(106,128,129)
#7F9193
(127,145,147)
#94A2A5
(148,162,165)
#A9B3B7
(169,179,183)
#BEC4C9
(190,196,201)
#D3D5DB
(211,213,219)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #163C39 color. Also use rgb(22,60,57) instead hex code.

Text Font Color

.myTextColor { color: #163C39; }

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

This text font color is #163C39.


Background Color

.myBgColor { background-color: #163C39; }

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

This div background color is #163C39.


Border color

.myBorderColor { border: 1px solid #163C39; }

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

This div border color is #163C39.


Opacity

.myOpacity80 { color: #163C39; opacity: 0.8; }

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

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

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

This text has shadow with #163C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163C39 on black background.


Color preview on white background

This text has color #163C39 on white background.



Black color preview on #163C39 background

This text has black color on #163C39 background.


White color preview on #163C39 background

This text has white color on #163C39 background.