COLOR #166137

HEX: #166137
RGB: (22,97,55)

Color info

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

RGB color model

#166137 color RGB value is (22,97,55).

  • red value is 22;
  • green value is 97;
  • blue value is 55.
RGB:
(22,97,55)
(9%,38%,22%)

RGB channels and saturation

R 22 of 255 = 9%
G 97 of 255 = 38%
B 55 of 255 = 22%

22
97
55

R + G + B ~ 23%. #166137 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 97 + 55 = 174 (100%)
R 22 of 174 ~ 12.64%
G 97 of 174 ~ 55.75%
B 55 of 174 ~ 31.61%

%12.64
%55.75
%31.61

CMYK color model

#166137 color CMYK value is (77,0,43,62).

  • cyan value is 77.32%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(77,0,43,62)
C77M0Y43K62 
(77%,0%,43%,62%)
(0.77/0.00/0.43/0.62)	

CMYK percentages

%77.32
%0
%43.3
%61.96

Codes

Color #166137 in popluar color models

166137
RGB229755
HSL146°63.03%23.33%
HSB/HSV146°77.32%38.04%
CMYK77.32%0.00%43.30%
61.96%

Color #166137 in popluar number systems.

HEX166137
Decimal229755
Binary101101100001110111
Octal2614167

Shades and tints

Shades of #166137

#166137
(22,97,55)
#145932
(20,89,50)
#12512D
(18,81,45)
#104928
(16,73,40)
#0E4123
(14,65,35)
#0C391E
(12,57,30)
#0A3119
(10,49,25)
#082914
(8,41,20)
#06210F
(6,33,15)
#04190A
(4,25,10)
#021105
(2,17,5)
#000000
(0,0,0)

Tints of #166137

#166137
(22,97,55)
#2B6F49
(43,111,73)
#407D5B
(64,125,91)
#558B6D
(85,139,109)
#6A997F
(106,153,127)
#7FA791
(127,167,145)
#94B5A3
(148,181,163)
#A9C3B5
(169,195,181)
#BED1C7
(190,209,199)
#D3DFD9
(211,223,217)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #166137 color. Also use rgb(22,97,55) instead hex code.

Text Font Color

.myTextColor { color: #166137; }

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

This text font color is #166137.


Background Color

.myBgColor { background-color: #166137; }

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

This div background color is #166137.


Border color

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

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

This div border color is #166137.


Opacity

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

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

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

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

This text has shadow with #166137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #166137 on black background.


Color preview on white background

This text has color #166137 on white background.



Black color preview on #166137 background

This text has black color on #166137 background.


White color preview on #166137 background

This text has white color on #166137 background.