COLOR #095305

HEX: #095305
RGB: (9,83,5)

Color info

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

RGB color model

#095305 color RGB value is (9,83,5).

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

RGB channels and saturation

R 9 of 255 = 4%
G 83 of 255 = 33%
B 5 of 255 = 2%

9
83
5

R + G + B ~ 13%. #095305 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 83 + 5 = 97 (100%)
R 9 of 97 ~ 9.28%
G 83 of 97 ~ 85.57%
B 5 of 97 ~ 5.15%

%85.57

CMYK color model

#095305 color CMYK value is (89,0,94,67).

  • cyan value is 89.16%
  • magenta value is 0.00%
  • yellow value is 93.98%
  • key color value is 67.45%
CMYK:
(89,0,94,67)
C89M0Y94K67 
(89%,0%,94%,67%)
(0.89/0.00/0.94/0.67)	

CMYK percentages

%89.16
%0
%93.98
%67.45

Codes

Color #095305 in popluar color models

095305
RGB9835
HSL117°88.64%17.25%
HSB/HSV117°93.98%32.55%
CMYK89.16%0.00%93.98%
67.45%

Color #095305 in popluar number systems.

HEX095305
Decimal9835
Binary10011010011101
Octal111235

Shades and tints

Shades of #095305

#095305
(9,83,5)
#094C05
(9,76,5)
#094505
(9,69,5)
#093E05
(9,62,5)
#093705
(9,55,5)
#093005
(9,48,5)
#092905
(9,41,5)
#092205
(9,34,5)
#091B05
(9,27,5)
#091405
(9,20,5)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #095305

#095305
(9,83,5)
#1F621B
(31,98,27)
#357131
(53,113,49)
#4B8047
(75,128,71)
#618F5D
(97,143,93)
#779E73
(119,158,115)
#8DAD89
(141,173,137)
#A3BC9F
(163,188,159)
#B9CBB5
(185,203,181)
#CFDACB
(207,218,203)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095305; }

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

This text font color is #095305.


Background Color

.myBgColor { background-color: #095305; }

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

This div background color is #095305.


Border color

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

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

This div border color is #095305.


Opacity

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

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

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

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

This text has shadow with #095305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095305 on black background.


Color preview on white background

This text has color #095305 on white background.



Black color preview on #095305 background

This text has black color on #095305 background.


White color preview on #095305 background

This text has white color on #095305 background.