COLOR #095516

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
85
22

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

Portions of RGB colors in percentages

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

%73.28
%18.97

CMYK color model

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

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

CMYK percentages

%89.41
%0
%74.12
%66.67

Codes

Color #095516 in popluar color models

095516
RGB98522
HSL130°80.85%18.43%
HSB/HSV130°89.41%33.33%
CMYK89.41%0.00%74.12%
66.67%

Color #095516 in popluar number systems.

HEX095516
Decimal98522
Binary1001101010110110
Octal1112526

Shades and tints

Shades of #095516

#095516
(9,85,22)
#094E14
(9,78,20)
#094712
(9,71,18)
#094010
(9,64,16)
#09390E
(9,57,14)
#09320C
(9,50,12)
#092B0A
(9,43,10)
#092408
(9,36,8)
#091D06
(9,29,6)
#091604
(9,22,4)
#090F02
(9,15,2)
#000000
(0,0,0)

Tints of #095516

#095516
(9,85,22)
#1F642B
(31,100,43)
#357340
(53,115,64)
#4B8255
(75,130,85)
#61916A
(97,145,106)
#77A07F
(119,160,127)
#8DAF94
(141,175,148)
#A3BEA9
(163,190,169)
#B9CDBE
(185,205,190)
#CFDCD3
(207,220,211)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095516; }

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

This text font color is #095516.


Background Color

.myBgColor { background-color: #095516; }

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

This div background color is #095516.


Border color

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

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

This div border color is #095516.


Opacity

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

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

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

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

This text has shadow with #095516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095516 on black background.


Color preview on white background

This text has color #095516 on white background.



Black color preview on #095516 background

This text has black color on #095516 background.


White color preview on #095516 background

This text has white color on #095516 background.