COLOR #165509

HEX: #165509 RGB: (22,85,9)

Color info

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

RGB color model

#165509 color RGB value is (22,85,9).

RGB: (22,85,9) (9%, 33%, 4%)

RGB channels and saturation

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

22
85
9

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

Portions of RGB colors in percentages

R + G + B = 22 + 85 + 9 = 116 (100%)
R 22 of 116 ~ 18.97%
G 85 of 116 ~ 73.28%
B 9 of 116 ~ 7.76'%

%18.97
%73.28

CMYK color model

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

  • cyan value is 74.12%
  • magenta value is 0.00%
  • yellow value is 89.41%
  • key color value is 66.67%

CMYK: (74,0,89,67)
C74M0Y89K67 (74%, 0%, 89%, 67%)
(0.74 / 0.00 / 0.89 / 0.67)

CMYK percentages

%74.12
%0
%89.41
%66.67

Codes

Color #165509 in popluar color models

16 55 09
RGB 22 85 9
HSL 110° 80.85% 18.43%
HSB/HSV 110° 89.41% 33.33%
CMYK 74.12% 0.00% 89.41%
66.67%

Color #165509 in popluar number systems.

HEX 16 55 09
Decimal 22 85 9
Binary 10110 1010101 1001
Octal 26 125 11

Shades and tints

Shades of #165509

#165509
(22,85,9)
#144E09
(20,78,9)
#124709
(18,71,9)
#104009
(16,64,9)
#0E3909
(14,57,9)
#0C3209
(12,50,9)
#0A2B09
(10,43,9)
#082409
(8,36,9)
#061D09
(6,29,9)
#041609
(4,22,9)
#020F09
(2,15,9)
#000000
(0,0,0)

Tints of #165509

#165509
(22,85,9)
#2B641F
(43,100,31)
#407335
(64,115,53)
#55824B
(85,130,75)
#6A9161
(106,145,97)
#7FA077
(127,160,119)
#94AF8D
(148,175,141)
#A9BEA3
(169,190,163)
#BECDB9
(190,205,185)
#D3DCCF
(211,220,207)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165509; }

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

This text font color is #165509.

Background Color

.myBgColor { background-color: #165509; }

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

This div background color is #165509.

Border color

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

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

This div border color is #165509.

Opacity

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

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

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

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

This text has shadow with #165509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #165509.

Preview

Color preview on black background

This text has color #165509 on black background.


Color preview on white background

This text has color #165509 on white background.


Black color preview on #165509 background

This text has black color on #165509 background.


White color preview on #165509 background

This text has white color on #165509 background.


Related colors

Complementary color

Complementary color for #hex is #E9AAF6.


I love getcolorcode.com

Triadic colors

1 #091655 and #550916 with #165509 are triadic colors.

2 #095516 and #551609 with #165509 are triadic colors.