COLOR #163D59

HEX: #163D59
RGB: (22,61,89)

Color info

#163D59 contains mainly green and blue colors. Web safe color of #163D59 is #003366 (or #036).

RGB color model

#163D59 color RGB value is (22,61,89).

  • red value is 22;
  • green value is 61;
  • blue value is 89.
RGB:
(22,61,89)
(9%,24%,35%)

RGB channels and saturation

R 22 of 255 = 9%
G 61 of 255 = 24%
B 89 of 255 = 35%

22
61
89

R + G + B ~ 23%. #163D59 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 61 + 89 = 172 (100%)
R 22 of 172 ~ 12.79%
G 61 of 172 ~ 35.47%
B 89 of 172 ~ 51.74%

%12.79
%35.47
%51.74

CMYK color model

#163D59 color CMYK value is (75,31,0,65).

  • cyan value is 75.28%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(75,31,0,65)
C75M31Y0K65 
(75%,31%,0%,65%)
(0.75/0.31/0.00/0.65)	

CMYK percentages

%75.28
%31.46
%0
%65.1

Codes

Color #163D59 in popluar color models

163D59
RGB226189
HSL205°60.36%21.76%
HSB/HSV205°75.28%34.90%
CMYK75.28%31.46%0.00%
65.10%

Color #163D59 in popluar number systems.

HEX163D59
Decimal226189
Binary101101111011011001
Octal2675131

Shades and tints

Shades of #163D59

#163D59
(22,61,89)
#143851
(20,56,81)
#123349
(18,51,73)
#102E41
(16,46,65)
#0E2939
(14,41,57)
#0C2431
(12,36,49)
#0A1F29
(10,31,41)
#081A21
(8,26,33)
#061519
(6,21,25)
#041011
(4,16,17)
#020B09
(2,11,9)
#000000
(0,0,0)

Tints of #163D59

#163D59
(22,61,89)
#2B4E68
(43,78,104)
#405F77
(64,95,119)
#557086
(85,112,134)
#6A8195
(106,129,149)
#7F92A4
(127,146,164)
#94A3B3
(148,163,179)
#A9B4C2
(169,180,194)
#BEC5D1
(190,197,209)
#D3D6E0
(211,214,224)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #163D59 color. Also use rgb(22,61,89) instead hex code.

Text Font Color

.myTextColor { color: #163D59; }

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

This text font color is #163D59.


Background Color

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

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

This div background color is #163D59.


Border color

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

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

This div border color is #163D59.


Opacity

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

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

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

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

This text has shadow with #163D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163D59 on black background.


Color preview on white background

This text has color #163D59 on white background.



Black color preview on #163D59 background

This text has black color on #163D59 background.


White color preview on #163D59 background

This text has white color on #163D59 background.