COLOR #095C05

HEX: #095C05
RGB: (9,92,5)

Color info

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

RGB color model

#095C05 color RGB value is (9,92,5).

  • red value is 9;
  • green value is 92;
  • blue value is 5.
RGB:
(9,92,5)
(4%,36%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 92 of 255 = 36%
B 5 of 255 = 2%

9
92
5

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

Portions of RGB colors in percentages

R + G + B =
9 + 92 + 5 = 106 (100%)
R 9 of 106 ~ 8.49%
G 92 of 106 ~ 86.79%
B 5 of 106 ~ 4.72%

%86.79

CMYK color model

#095C05 color CMYK value is (90,0,95,64).

  • cyan value is 90.22%
  • magenta value is 0.00%
  • yellow value is 94.57%
  • key color value is 63.92%
CMYK:
(90,0,95,64)
C90M0Y95K64 
(90%,0%,95%,64%)
(0.90/0.00/0.95/0.64)	

CMYK percentages

%90.22
%0
%94.57
%63.92

Codes

Color #095C05 in popluar color models

095C05
RGB9925
HSL117°89.69%19.02%
HSB/HSV117°94.57%36.08%
CMYK90.22%0.00%94.57%
63.92%

Color #095C05 in popluar number systems.

HEX095C05
Decimal9925
Binary10011011100101
Octal111345

Shades and tints

Shades of #095C05

#095C05
(9,92,5)
#095405
(9,84,5)
#094C05
(9,76,5)
#094405
(9,68,5)
#093C05
(9,60,5)
#093405
(9,52,5)
#092C05
(9,44,5)
#092405
(9,36,5)
#091C05
(9,28,5)
#091405
(9,20,5)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #095C05

#095C05
(9,92,5)
#1F6A1B
(31,106,27)
#357831
(53,120,49)
#4B8647
(75,134,71)
#61945D
(97,148,93)
#77A273
(119,162,115)
#8DB089
(141,176,137)
#A3BE9F
(163,190,159)
#B9CCB5
(185,204,181)
#CFDACB
(207,218,203)
#E5E8E1
(229,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095C05 color. Also use rgb(9,92,5) instead hex code.

Text Font Color

.myTextColor { color: #095C05; }

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

This text font color is #095C05.


Background Color

.myBgColor { background-color: #095C05; }

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

This div background color is #095C05.


Border color

.myBorderColor { border: 1px solid #095C05; }

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

This div border color is #095C05.


Opacity

.myOpacity80 { color: #095C05; opacity: 0.8; }

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

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

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

This text has shadow with #095C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095C05 on black background.


Color preview on white background

This text has color #095C05 on white background.



Black color preview on #095C05 background

This text has black color on #095C05 background.


White color preview on #095C05 background

This text has white color on #095C05 background.