COLOR #165815

HEX: #165815
RGB: (22,88,21)

Color info

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

RGB color model

#165815 color RGB value is (22,88,21).

  • red value is 22;
  • green value is 88;
  • blue value is 21.
RGB:
(22,88,21)
(9%,35%,8%)

RGB channels and saturation

R 22 of 255 = 9%
G 88 of 255 = 35%
B 21 of 255 = 8%

22
88
21

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

Portions of RGB colors in percentages

R + G + B =
22 + 88 + 21 = 131 (100%)
R 22 of 131 ~ 16.79%
G 88 of 131 ~ 67.18%
B 21 of 131 ~ 16.03%

%16.79
%67.18
%16.03

CMYK color model

#165815 color CMYK value is (75,0,76,65).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 76.14%
  • key color value is 65.49%
CMYK:
(75,0,76,65)
C75M0Y76K65 
(75%,0%,76%,65%)
(0.75/0.00/0.76/0.65)	

CMYK percentages

%75
%0
%76.14
%65.49

Codes

Color #165815 in popluar color models

165815
RGB228821
HSL119°61.47%21.37%
HSB/HSV119°76.14%34.51%
CMYK75.00%0.00%76.14%
65.49%

Color #165815 in popluar number systems.

HEX165815
Decimal228821
Binary10110101100010101
Octal2613025

Shades and tints

Shades of #165815

#165815
(22,88,21)
#145014
(20,80,20)
#124813
(18,72,19)
#104012
(16,64,18)
#0E3811
(14,56,17)
#0C3010
(12,48,16)
#0A280F
(10,40,15)
#08200E
(8,32,14)
#06180D
(6,24,13)
#04100C
(4,16,12)
#02080B
(2,8,11)
#000000
(0,0,0)

Tints of #165815

#165815
(22,88,21)
#2B672A
(43,103,42)
#40763F
(64,118,63)
#558554
(85,133,84)
#6A9469
(106,148,105)
#7FA37E
(127,163,126)
#94B293
(148,178,147)
#A9C1A8
(169,193,168)
#BED0BD
(190,208,189)
#D3DFD2
(211,223,210)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165815; }

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

This text font color is #165815.


Background Color

.myBgColor { background-color: #165815; }

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

This div background color is #165815.


Border color

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

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

This div border color is #165815.


Opacity

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

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

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

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

This text has shadow with #165815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165815 on black background.


Color preview on white background

This text has color #165815 on white background.



Black color preview on #165815 background

This text has black color on #165815 background.


White color preview on #165815 background

This text has white color on #165815 background.