COLOR #165C27

HEX: #165C27
RGB: (22,92,39)

Color info

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

RGB color model

#165C27 color RGB value is (22,92,39).

  • red value is 22;
  • green value is 92;
  • blue value is 39.
RGB:
(22,92,39)
(9%,36%,15%)

RGB channels and saturation

R 22 of 255 = 9%
G 92 of 255 = 36%
B 39 of 255 = 15%

22
92
39

R + G + B ~ 20%. #165C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 92 + 39 = 153 (100%)
R 22 of 153 ~ 14.38%
G 92 of 153 ~ 60.13%
B 39 of 153 ~ 25.49%

%14.38
%60.13
%25.49

CMYK color model

#165C27 color CMYK value is (76,0,58,64).

  • cyan value is 76.09%
  • magenta value is 0.00%
  • yellow value is 57.61%
  • key color value is 63.92%
CMYK:
(76,0,58,64)
C76M0Y58K64 
(76%,0%,58%,64%)
(0.76/0.00/0.58/0.64)	

CMYK percentages

%76.09
%0
%57.61
%63.92

Codes

Color #165C27 in popluar color models

165C27
RGB229239
HSL135°61.40%22.35%
HSB/HSV135°76.09%36.08%
CMYK76.09%0.00%57.61%
63.92%

Color #165C27 in popluar number systems.

HEX165C27
Decimal229239
Binary101101011100100111
Octal2613447

Shades and tints

Shades of #165C27

#165C27
(22,92,39)
#145424
(20,84,36)
#124C21
(18,76,33)
#10441E
(16,68,30)
#0E3C1B
(14,60,27)
#0C3418
(12,52,24)
#0A2C15
(10,44,21)
#082412
(8,36,18)
#061C0F
(6,28,15)
#04140C
(4,20,12)
#020C09
(2,12,9)
#000000
(0,0,0)

Tints of #165C27

#165C27
(22,92,39)
#2B6A3A
(43,106,58)
#40784D
(64,120,77)
#558660
(85,134,96)
#6A9473
(106,148,115)
#7FA286
(127,162,134)
#94B099
(148,176,153)
#A9BEAC
(169,190,172)
#BECCBF
(190,204,191)
#D3DAD2
(211,218,210)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165C27 color. Also use rgb(22,92,39) instead hex code.

Text Font Color

.myTextColor { color: #165C27; }

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

This text font color is #165C27.


Background Color

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

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

This div background color is #165C27.


Border color

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

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

This div border color is #165C27.


Opacity

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

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

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

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

This text has shadow with #165C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165C27 on black background.


Color preview on white background

This text has color #165C27 on white background.



Black color preview on #165C27 background

This text has black color on #165C27 background.


White color preview on #165C27 background

This text has white color on #165C27 background.