COLOR #165A38

HEX: #165A38
RGB: (22,90,56)

Color info

#165A38 contains mainly green and blue colors. Web safe color of #165A38 is #006633 (or #063).

RGB color model

#165A38 color RGB value is (22,90,56).

  • red value is 22;
  • green value is 90;
  • blue value is 56.
RGB:
(22,90,56)
(9%,35%,22%)

RGB channels and saturation

R 22 of 255 = 9%
G 90 of 255 = 35%
B 56 of 255 = 22%

22
90
56

R + G + B ~ 22%. #165A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 90 + 56 = 168 (100%)
R 22 of 168 ~ 13.1%
G 90 of 168 ~ 53.57%
B 56 of 168 ~ 33.33%

%13.1
%53.57
%33.33

CMYK color model

#165A38 color CMYK value is (76,0,38,65).

  • cyan value is 75.56%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 64.71%
CMYK:
(76,0,38,65)
C76M0Y38K65 
(76%,0%,38%,65%)
(0.76/0.00/0.38/0.65)	

CMYK percentages

%75.56
%0
%37.78
%64.71

Codes

Color #165A38 in popluar color models

165A38
RGB229056
HSL150°60.71%21.96%
HSB/HSV150°75.56%35.29%
CMYK75.56%0.00%37.78%
64.71%

Color #165A38 in popluar number systems.

HEX165A38
Decimal229056
Binary101101011010111000
Octal2613270

Shades and tints

Shades of #165A38

#165A38
(22,90,56)
#145233
(20,82,51)
#124A2E
(18,74,46)
#104229
(16,66,41)
#0E3A24
(14,58,36)
#0C321F
(12,50,31)
#0A2A1A
(10,42,26)
#082215
(8,34,21)
#061A10
(6,26,16)
#04120B
(4,18,11)
#020A06
(2,10,6)
#000000
(0,0,0)

Tints of #165A38

#165A38
(22,90,56)
#2B694A
(43,105,74)
#40785C
(64,120,92)
#55876E
(85,135,110)
#6A9680
(106,150,128)
#7FA592
(127,165,146)
#94B4A4
(148,180,164)
#A9C3B6
(169,195,182)
#BED2C8
(190,210,200)
#D3E1DA
(211,225,218)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165A38 color. Also use rgb(22,90,56) instead hex code.

Text Font Color

.myTextColor { color: #165A38; }

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

This text font color is #165A38.


Background Color

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

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

This div background color is #165A38.


Border color

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

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

This div border color is #165A38.


Opacity

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

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

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

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

This text has shadow with #165A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165A38 on black background.


Color preview on white background

This text has color #165A38 on white background.



Black color preview on #165A38 background

This text has black color on #165A38 background.


White color preview on #165A38 background

This text has white color on #165A38 background.