COLOR #165463

HEX: #165463
RGB: (22,84,99)

Color info

#165463 contains mainly green and blue colors. Web safe color of #165463 is #006666 (or #066).

RGB color model

#165463 color RGB value is (22,84,99).

  • red value is 22;
  • green value is 84;
  • blue value is 99.
RGB:
(22,84,99)
(9%,33%,39%)

RGB channels and saturation

R 22 of 255 = 9%
G 84 of 255 = 33%
B 99 of 255 = 39%

22
84
99

R + G + B ~ 27%. #165463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 84 + 99 = 205 (100%)
R 22 of 205 ~ 10.73%
G 84 of 205 ~ 40.98%
B 99 of 205 ~ 48.29%

%10.73
%40.98
%48.29

CMYK color model

#165463 color CMYK value is (78,15,0,61).

  • cyan value is 77.78%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(78,15,0,61)
C78M15Y0K61 
(78%,15%,0%,61%)
(0.78/0.15/0.00/0.61)	

CMYK percentages

%77.78
%15.15
%0
%61.18

Codes

Color #165463 in popluar color models

165463
RGB228499
HSL192°63.64%23.73%
HSB/HSV192°77.78%38.82%
CMYK77.78%15.15%0.00%
61.18%

Color #165463 in popluar number systems.

HEX165463
Decimal228499
Binary1011010101001100011
Octal26124143

Shades and tints

Shades of #165463

#165463
(22,84,99)
#144D5A
(20,77,90)
#124651
(18,70,81)
#103F48
(16,63,72)
#0E383F
(14,56,63)
#0C3136
(12,49,54)
#0A2A2D
(10,42,45)
#082324
(8,35,36)
#061C1B
(6,28,27)
#041512
(4,21,18)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #165463

#165463
(22,84,99)
#2B6371
(43,99,113)
#40727F
(64,114,127)
#55818D
(85,129,141)
#6A909B
(106,144,155)
#7F9FA9
(127,159,169)
#94AEB7
(148,174,183)
#A9BDC5
(169,189,197)
#BECCD3
(190,204,211)
#D3DBE1
(211,219,225)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165463; }

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

This text font color is #165463.


Background Color

.myBgColor { background-color: #165463; }

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

This div background color is #165463.


Border color

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

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

This div border color is #165463.


Opacity

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

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

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

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

This text has shadow with #165463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165463 on black background.


Color preview on white background

This text has color #165463 on white background.



Black color preview on #165463 background

This text has black color on #165463 background.


White color preview on #165463 background

This text has white color on #165463 background.