COLOR #097625

HEX: #097625
RGB: (9,118,37)

Color info

#097625 contains mainly green color. Web safe color of #097625 is #006633 (or #063).

RGB color model

#097625 color RGB value is (9,118,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 118 of 255 = 46%
B 37 of 255 = 15%

9
118
37

R + G + B ~ 22%. #097625 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 118 + 37 = 164 (100%)
R 9 of 164 ~ 5.49%
G 118 of 164 ~ 71.95%
B 37 of 164 ~ 22.56%

%71.95
%22.56

CMYK color model

#097625 color CMYK value is (92,0,69,54).

  • cyan value is 92.37%
  • magenta value is 0.00%
  • yellow value is 68.64%
  • key color value is 53.73%
CMYK:
(92,0,69,54)
C92M0Y69K54 
(92%,0%,69%,54%)
(0.92/0.00/0.69/0.54)	

CMYK percentages

%92.37
%0
%68.64
%53.73

Codes

Color #097625 in popluar color models

097625
RGB911837
HSL135°85.83%24.90%
HSB/HSV135°92.37%46.27%
CMYK92.37%0.00%68.64%
53.73%

Color #097625 in popluar number systems.

HEX097625
Decimal911837
Binary10011110110100101
Octal1116645

Shades and tints

Shades of #097625

#097625
(9,118,37)
#096C22
(9,108,34)
#09621F
(9,98,31)
#09581C
(9,88,28)
#094E19
(9,78,25)
#094416
(9,68,22)
#093A13
(9,58,19)
#093010
(9,48,16)
#09260D
(9,38,13)
#091C0A
(9,28,10)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #097625

#097625
(9,118,37)
#1F8238
(31,130,56)
#358E4B
(53,142,75)
#4B9A5E
(75,154,94)
#61A671
(97,166,113)
#77B284
(119,178,132)
#8DBE97
(141,190,151)
#A3CAAA
(163,202,170)
#B9D6BD
(185,214,189)
#CFE2D0
(207,226,208)
#E5EEE3
(229,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #097625; }

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

This text font color is #097625.


Background Color

.myBgColor { background-color: #097625; }

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

This div background color is #097625.


Border color

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

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

This div border color is #097625.


Opacity

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

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

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

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

This text has shadow with #097625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097625 on black background.


Color preview on white background

This text has color #097625 on white background.



Black color preview on #097625 background

This text has black color on #097625 background.


White color preview on #097625 background

This text has white color on #097625 background.