COLOR #165059

HEX: #165059
RGB: (22,80,89)

Color info

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

RGB color model

#165059 color RGB value is (22,80,89).

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

RGB channels and saturation

R 22 of 255 = 9%
G 80 of 255 = 31%
B 89 of 255 = 35%

22
80
89

R + G + B ~ 25%. #165059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 80 + 89 = 191 (100%)
R 22 of 191 ~ 11.52%
G 80 of 191 ~ 41.88%
B 89 of 191 ~ 46.6%

%11.52
%41.88
%46.6

CMYK color model

#165059 color CMYK value is (75,10,0,65).

  • cyan value is 75.28%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(75,10,0,65)
C75M10Y0K65 
(75%,10%,0%,65%)
(0.75/0.10/0.00/0.65)	

CMYK percentages

%75.28
%10.11
%0
%65.1

Codes

Color #165059 in popluar color models

165059
RGB228089
HSL188°60.36%21.76%
HSB/HSV188°75.28%34.90%
CMYK75.28%10.11%0.00%
65.10%

Color #165059 in popluar number systems.

HEX165059
Decimal228089
Binary1011010100001011001
Octal26120131

Shades and tints

Shades of #165059

#165059
(22,80,89)
#144951
(20,73,81)
#124249
(18,66,73)
#103B41
(16,59,65)
#0E3439
(14,52,57)
#0C2D31
(12,45,49)
#0A2629
(10,38,41)
#081F21
(8,31,33)
#061819
(6,24,25)
#041111
(4,17,17)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #165059

#165059
(22,80,89)
#2B5F68
(43,95,104)
#406E77
(64,110,119)
#557D86
(85,125,134)
#6A8C95
(106,140,149)
#7F9BA4
(127,155,164)
#94AAB3
(148,170,179)
#A9B9C2
(169,185,194)
#BEC8D1
(190,200,209)
#D3D7E0
(211,215,224)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165059; }

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

This text font color is #165059.


Background Color

.myBgColor { background-color: #165059; }

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

This div background color is #165059.


Border color

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

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

This div border color is #165059.


Opacity

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

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

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

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

This text has shadow with #165059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165059 on black background.


Color preview on white background

This text has color #165059 on white background.



Black color preview on #165059 background

This text has black color on #165059 background.


White color preview on #165059 background

This text has white color on #165059 background.