COLOR #095212

HEX: #095212
RGB: (9,82,18)

Color info

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

RGB color model

#095212 color RGB value is (9,82,18).

  • red value is 9;
  • green value is 82;
  • blue value is 18.
RGB:
(9,82,18)
(4%,32%,7%)

RGB channels and saturation

R 9 of 255 = 4%
G 82 of 255 = 32%
B 18 of 255 = 7%

9
82
18

R + G + B ~ 14%. #095212 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 82 + 18 = 109 (100%)
R 9 of 109 ~ 8.26%
G 82 of 109 ~ 75.23%
B 18 of 109 ~ 16.51%

%75.23
%16.51

CMYK color model

#095212 color CMYK value is (89,0,78,68).

  • cyan value is 89.02%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 67.84%
CMYK:
(89,0,78,68)
C89M0Y78K68 
(89%,0%,78%,68%)
(0.89/0.00/0.78/0.68)	

CMYK percentages

%89.02
%0
%78.05
%67.84

Codes

Color #095212 in popluar color models

095212
RGB98218
HSL127°80.22%17.84%
HSB/HSV127°89.02%32.16%
CMYK89.02%0.00%78.05%
67.84%

Color #095212 in popluar number systems.

HEX095212
Decimal98218
Binary1001101001010010
Octal1112222

Shades and tints

Shades of #095212

#095212
(9,82,18)
#094B11
(9,75,17)
#094410
(9,68,16)
#093D0F
(9,61,15)
#09360E
(9,54,14)
#092F0D
(9,47,13)
#09280C
(9,40,12)
#09210B
(9,33,11)
#091A0A
(9,26,10)
#091309
(9,19,9)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #095212

#095212
(9,82,18)
#1F6127
(31,97,39)
#35703C
(53,112,60)
#4B7F51
(75,127,81)
#618E66
(97,142,102)
#779D7B
(119,157,123)
#8DAC90
(141,172,144)
#A3BBA5
(163,187,165)
#B9CABA
(185,202,186)
#CFD9CF
(207,217,207)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095212 color. Also use rgb(9,82,18) instead hex code.

Text Font Color

.myTextColor { color: #095212; }

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

This text font color is #095212.


Background Color

.myBgColor { background-color: #095212; }

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

This div background color is #095212.


Border color

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

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

This div border color is #095212.


Opacity

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

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

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

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

This text has shadow with #095212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095212 on black background.


Color preview on white background

This text has color #095212 on white background.



Black color preview on #095212 background

This text has black color on #095212 background.


White color preview on #095212 background

This text has white color on #095212 background.