COLOR #165409

HEX: #165409
RGB: (22,84,9)

Color info

#165409 contains mainly green color. Web safe color of #165409 is #006600 (or #060).

RGB color model

#165409 color RGB value is (22,84,9).

  • red value is 22;
  • green value is 84;
  • blue value is 9.
RGB:
(22,84,9)
(9%,33%,4%)

RGB channels and saturation

R 22 of 255 = 9%
G 84 of 255 = 33%
B 9 of 255 = 4%

22
84
9

R + G + B ~ 15%. #165409 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 84 + 9 = 115 (100%)
R 22 of 115 ~ 19.13%
G 84 of 115 ~ 73.04%
B 9 of 115 ~ 7.83%

%19.13
%73.04

CMYK color model

#165409 color CMYK value is (74,0,89,67).

  • cyan value is 73.81%
  • magenta value is 0.00%
  • yellow value is 89.29%
  • key color value is 67.06%
CMYK:
(74,0,89,67)
C74M0Y89K67 
(74%,0%,89%,67%)
(0.74/0.00/0.89/0.67)	

CMYK percentages

%73.81
%0
%89.29
%67.06

Codes

Color #165409 in popluar color models

165409
RGB22849
HSL110°80.65%18.24%
HSB/HSV110°89.29%32.94%
CMYK73.81%0.00%89.29%
67.06%

Color #165409 in popluar number systems.

HEX165409
Decimal22849
Binary1011010101001001
Octal2612411

Shades and tints

Shades of #165409

#165409
(22,84,9)
#144D09
(20,77,9)
#124609
(18,70,9)
#103F09
(16,63,9)
#0E3809
(14,56,9)
#0C3109
(12,49,9)
#0A2A09
(10,42,9)
#082309
(8,35,9)
#061C09
(6,28,9)
#041509
(4,21,9)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #165409

#165409
(22,84,9)
#2B631F
(43,99,31)
#407235
(64,114,53)
#55814B
(85,129,75)
#6A9061
(106,144,97)
#7F9F77
(127,159,119)
#94AE8D
(148,174,141)
#A9BDA3
(169,189,163)
#BECCB9
(190,204,185)
#D3DBCF
(211,219,207)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165409 color. Also use rgb(22,84,9) instead hex code.

Text Font Color

.myTextColor { color: #165409; }

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

This text font color is #165409.


Background Color

.myBgColor { background-color: #165409; }

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

This div background color is #165409.


Border color

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

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

This div border color is #165409.


Opacity

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

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

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

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

This text has shadow with #165409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165409 on black background.


Color preview on white background

This text has color #165409 on white background.



Black color preview on #165409 background

This text has black color on #165409 background.


White color preview on #165409 background

This text has white color on #165409 background.