COLOR #165E5B

HEX: #165E5B
RGB: (22,94,91)

Color info

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

RGB color model

#165E5B color RGB value is (22,94,91).

  • red value is 22;
  • green value is 94;
  • blue value is 91.
RGB:
(22,94,91)
(9%,37%,36%)

RGB channels and saturation

R 22 of 255 = 9%
G 94 of 255 = 37%
B 91 of 255 = 36%

22
94
91

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

Portions of RGB colors in percentages

R + G + B =
22 + 94 + 91 = 207 (100%)
R 22 of 207 ~ 10.63%
G 94 of 207 ~ 45.41%
B 91 of 207 ~ 43.96%

%10.63
%45.41
%43.96

CMYK color model

#165E5B color CMYK value is (77,0,3,63).

  • cyan value is 76.60%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 63.14%
CMYK:
(77,0,3,63)
C77M0Y3K63 
(77%,0%,3%,63%)
(0.77/0.00/0.03/0.63)	

CMYK percentages

%76.6
%0
%3.19
%63.14

Codes

Color #165E5B in popluar color models

165E5B
RGB229491
HSL178°62.07%22.75%
HSB/HSV178°76.60%36.86%
CMYK76.60%0.00%3.19%
63.14%

Color #165E5B in popluar number systems.

HEX165E5B
Decimal229491
Binary1011010111101011011
Octal26136133

Shades and tints

Shades of #165E5B

#165E5B
(22,94,91)
#145653
(20,86,83)
#124E4B
(18,78,75)
#104643
(16,70,67)
#0E3E3B
(14,62,59)
#0C3633
(12,54,51)
#0A2E2B
(10,46,43)
#082623
(8,38,35)
#061E1B
(6,30,27)
#041613
(4,22,19)
#020E0B
(2,14,11)
#000000
(0,0,0)

Tints of #165E5B

#165E5B
(22,94,91)
#2B6C69
(43,108,105)
#407A77
(64,122,119)
#558885
(85,136,133)
#6A9693
(106,150,147)
#7FA4A1
(127,164,161)
#94B2AF
(148,178,175)
#A9C0BD
(169,192,189)
#BECECB
(190,206,203)
#D3DCD9
(211,220,217)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165E5B color. Also use rgb(22,94,91) instead hex code.

Text Font Color

.myTextColor { color: #165E5B; }

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

This text font color is #165E5B.


Background Color

.myBgColor { background-color: #165E5B; }

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

This div background color is #165E5B.


Border color

.myBorderColor { border: 1px solid #165E5B; }

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

This div border color is #165E5B.


Opacity

.myOpacity80 { color: #165E5B; opacity: 0.8; }

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

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

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

This text has shadow with #165E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165E5B on black background.


Color preview on white background

This text has color #165E5B on white background.



Black color preview on #165E5B background

This text has black color on #165E5B background.


White color preview on #165E5B background

This text has white color on #165E5B background.