COLOR #165058

HEX: #165058
RGB: (22,80,88)

Color info

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

RGB color model

#165058 color RGB value is (22,80,88).

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

RGB channels and saturation

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

22
80
88

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

Portions of RGB colors in percentages

R + G + B =
22 + 80 + 88 = 190 (100%)
R 22 of 190 ~ 11.58%
G 80 of 190 ~ 42.11%
B 88 of 190 ~ 46.32%

%11.58
%42.11
%46.32

CMYK color model

#165058 color CMYK value is (75,9,0,65).

  • cyan value is 75.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(75,9,0,65)
C75M9Y0K65 
(75%,9%,0%,65%)
(0.75/0.09/0.00/0.65)	

CMYK percentages

%75
%9.09
%0
%65.49

Codes

Color #165058 in popluar color models

165058
RGB228088
HSL187°60.00%21.57%
HSB/HSV187°75.00%34.51%
CMYK75.00%9.09%0.00%
65.49%

Color #165058 in popluar number systems.

HEX165058
Decimal228088
Binary1011010100001011000
Octal26120130

Shades and tints

Shades of #165058

#165058
(22,80,88)
#144950
(20,73,80)
#124248
(18,66,72)
#103B40
(16,59,64)
#0E3438
(14,52,56)
#0C2D30
(12,45,48)
#0A2628
(10,38,40)
#081F20
(8,31,32)
#061818
(6,24,24)
#041110
(4,17,16)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #165058

#165058
(22,80,88)
#2B5F67
(43,95,103)
#406E76
(64,110,118)
#557D85
(85,125,133)
#6A8C94
(106,140,148)
#7F9BA3
(127,155,163)
#94AAB2
(148,170,178)
#A9B9C1
(169,185,193)
#BEC8D0
(190,200,208)
#D3D7DF
(211,215,223)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165058; }

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

This text font color is #165058.


Background Color

.myBgColor { background-color: #165058; }

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

This div background color is #165058.


Border color

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

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

This div border color is #165058.


Opacity

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

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

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

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

This text has shadow with #165058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165058 on black background.


Color preview on white background

This text has color #165058 on white background.



Black color preview on #165058 background

This text has black color on #165058 background.


White color preview on #165058 background

This text has white color on #165058 background.