COLOR #095325

HEX: #095325
RGB: (9,83,37)

Color info

#095325 contains mainly green and blue colors. Web safe color of #095325 is #006633 (or #063).

RGB color model

#095325 color RGB value is (9,83,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 83 of 255 = 33%
B 37 of 255 = 15%

9
83
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 83 + 37 = 129 (100%)
R 9 of 129 ~ 6.98%
G 83 of 129 ~ 64.34%
B 37 of 129 ~ 28.68%

%64.34
%28.68

CMYK color model

#095325 color CMYK value is (89,0,55,67).

  • cyan value is 89.16%
  • magenta value is 0.00%
  • yellow value is 55.42%
  • key color value is 67.45%
CMYK:
(89,0,55,67)
C89M0Y55K67 
(89%,0%,55%,67%)
(0.89/0.00/0.55/0.67)	

CMYK percentages

%89.16
%0
%55.42
%67.45

Codes

Color #095325 in popluar color models

095325
RGB98337
HSL143°80.43%18.04%
HSB/HSV143°89.16%32.55%
CMYK89.16%0.00%55.42%
67.45%

Color #095325 in popluar number systems.

HEX095325
Decimal98337
Binary10011010011100101
Octal1112345

Shades and tints

Shades of #095325

#095325
(9,83,37)
#094C22
(9,76,34)
#09451F
(9,69,31)
#093E1C
(9,62,28)
#093719
(9,55,25)
#093016
(9,48,22)
#092913
(9,41,19)
#092210
(9,34,16)
#091B0D
(9,27,13)
#09140A
(9,20,10)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #095325

#095325
(9,83,37)
#1F6238
(31,98,56)
#35714B
(53,113,75)
#4B805E
(75,128,94)
#618F71
(97,143,113)
#779E84
(119,158,132)
#8DAD97
(141,173,151)
#A3BCAA
(163,188,170)
#B9CBBD
(185,203,189)
#CFDAD0
(207,218,208)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095325; }

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

This text font color is #095325.


Background Color

.myBgColor { background-color: #095325; }

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

This div background color is #095325.


Border color

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

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

This div border color is #095325.


Opacity

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

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

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

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

This text has shadow with #095325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095325 on black background.


Color preview on white background

This text has color #095325 on white background.



Black color preview on #095325 background

This text has black color on #095325 background.


White color preview on #095325 background

This text has white color on #095325 background.