COLOR #165511

HEX: #165511
RGB: (22,85,17)

Color info

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

RGB color model

#165511 color RGB value is (22,85,17).

  • red value is 22;
  • green value is 85;
  • blue value is 17.
RGB:
(22,85,17)
(9%,33%,7%)

RGB channels and saturation

R 22 of 255 = 9%
G 85 of 255 = 33%
B 17 of 255 = 7%

22
85
17

R + G + B ~ 16%. #165511 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 85 + 17 = 124 (100%)
R 22 of 124 ~ 17.74%
G 85 of 124 ~ 68.55%
B 17 of 124 ~ 13.71%

%17.74
%68.55
%13.71

CMYK color model

#165511 color CMYK value is (74,0,80,67).

  • cyan value is 74.12%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(74,0,80,67)
C74M0Y80K67 
(74%,0%,80%,67%)
(0.74/0.00/0.80/0.67)	

CMYK percentages

%74.12
%0
%80
%66.67

Codes

Color #165511 in popluar color models

165511
RGB228517
HSL116°66.67%20.00%
HSB/HSV116°80.00%33.33%
CMYK74.12%0.00%80.00%
66.67%

Color #165511 in popluar number systems.

HEX165511
Decimal228517
Binary10110101010110001
Octal2612521

Shades and tints

Shades of #165511

#165511
(22,85,17)
#144E10
(20,78,16)
#12470F
(18,71,15)
#10400E
(16,64,14)
#0E390D
(14,57,13)
#0C320C
(12,50,12)
#0A2B0B
(10,43,11)
#08240A
(8,36,10)
#061D09
(6,29,9)
#041608
(4,22,8)
#020F07
(2,15,7)
#000000
(0,0,0)

Tints of #165511

#165511
(22,85,17)
#2B6426
(43,100,38)
#40733B
(64,115,59)
#558250
(85,130,80)
#6A9165
(106,145,101)
#7FA07A
(127,160,122)
#94AF8F
(148,175,143)
#A9BEA4
(169,190,164)
#BECDB9
(190,205,185)
#D3DCCE
(211,220,206)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165511; }

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

This text font color is #165511.


Background Color

.myBgColor { background-color: #165511; }

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

This div background color is #165511.


Border color

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

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

This div border color is #165511.


Opacity

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

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

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

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

This text has shadow with #165511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165511 on black background.


Color preview on white background

This text has color #165511 on white background.



Black color preview on #165511 background

This text has black color on #165511 background.


White color preview on #165511 background

This text has white color on #165511 background.