COLOR #165516

HEX: #165516
RGB: (22,85,22)

Color info

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

RGB color model

#165516 color RGB value is (22,85,22).

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

RGB channels and saturation

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

22
85
22

R + G + B ~ 17%. #165516 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 85 + 22 = 129 (100%)
R 22 of 129 ~ 17.05%
G 85 of 129 ~ 65.89%
B 22 of 129 ~ 17.05%

%17.05
%65.89
%17.05

CMYK color model

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

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

CMYK percentages

%74.12
%0
%74.12
%66.67

Codes

Color #165516 in popluar color models

165516
RGB228522
HSL120°58.88%20.98%
HSB/HSV120°74.12%33.33%
CMYK74.12%0.00%74.12%
66.67%

Color #165516 in popluar number systems.

HEX165516
Decimal228522
Binary10110101010110110
Octal2612526

Shades and tints

Shades of #165516

#165516
(22,85,22)
#144E14
(20,78,20)
#124712
(18,71,18)
#104010
(16,64,16)
#0E390E
(14,57,14)
#0C320C
(12,50,12)
#0A2B0A
(10,43,10)
#082408
(8,36,8)
#061D06
(6,29,6)
#041604
(4,22,4)
#020F02
(2,15,2)
#000000
(0,0,0)

Tints of #165516

#165516
(22,85,22)
#2B642B
(43,100,43)
#407340
(64,115,64)
#558255
(85,130,85)
#6A916A
(106,145,106)
#7FA07F
(127,160,127)
#94AF94
(148,175,148)
#A9BEA9
(169,190,169)
#BECDBE
(190,205,190)
#D3DCD3
(211,220,211)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165516; }

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

This text font color is #165516.


Background Color

.myBgColor { background-color: #165516; }

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

This div background color is #165516.


Border color

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

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

This div border color is #165516.


Opacity

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

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

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

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

This text has shadow with #165516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165516 on black background.


Color preview on white background

This text has color #165516 on white background.



Black color preview on #165516 background

This text has black color on #165516 background.


White color preview on #165516 background

This text has white color on #165516 background.