COLOR #097640

HEX: #097640 RGB: (9,118,64)

Color info

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

RGB color model

#097640 color RGB value is (9,118,64).

RGB: (9,118,64) (4%, 46%, 25%)

RGB channels and saturation

R 9 of 255 = 4%
G 118 of 255 = 46%
B 64 of 255 = 25%

9
118
64

R + G + B ~ 25%. #097640 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 118 + 64 = 191 (100%)
R 9 of 191 ~ 4.71%
G 118 of 191 ~ 61.78%
B 64 of 191 ~ 33.51'%

%61.78
%33.51

CMYK color model

#097640 color CMYK value is (92,0,46,54).

  • cyan value is 92.37%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 53.73%

CMYK: (92,0,46,54)
C92M0Y46K54 (92%, 0%, 46%, 54%)
(0.92 / 0.00 / 0.46 / 0.54)

CMYK percentages

%92.37
%0
%45.76
%53.73

Codes

Color #097640 in popluar color models

09 76 40
RGB 9 118 64
HSL 150° 85.83% 24.90%
HSB/HSV 150° 92.37% 46.27%
CMYK 92.37% 0.00% 45.76%
53.73%

Color #097640 in popluar number systems.

HEX 09 76 40
Decimal 9 118 64
Binary 1001 1110110 1000000
Octal 11 166 100

Shades and tints

Shades of #097640

#097640
(9,118,64)
#096C3B
(9,108,59)
#096236
(9,98,54)
#095831
(9,88,49)
#094E2C
(9,78,44)
#094427
(9,68,39)
#093A22
(9,58,34)
#09301D
(9,48,29)
#092618
(9,38,24)
#091C13
(9,28,19)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #097640

#097640
(9,118,64)
#1F8251
(31,130,81)
#358E62
(53,142,98)
#4B9A73
(75,154,115)
#61A684
(97,166,132)
#77B295
(119,178,149)
#8DBEA6
(141,190,166)
#A3CAB7
(163,202,183)
#B9D6C8
(185,214,200)
#CFE2D9
(207,226,217)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #097640; }

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

This text font color is #097640.

Background Color

.myBgColor { background-color: #097640; }

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

This div background color is #097640.

Border color

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

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

This div border color is #097640.

Opacity

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

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

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

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

This text has shadow with #097640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #097640.

Preview

Color preview on black background

This text has color #097640 on black background.


Color preview on white background

This text has color #097640 on white background.


Black color preview on #097640 background

This text has black color on #097640 background.


White color preview on #097640 background

This text has white color on #097640 background.


Related colors

Complementary color

Complementary color for #097640 is #F689BF.


I love getcolorcode.com

Triadic colors

1 #400976 and #764009 with #097640 are triadic colors.

2 #407609 and #760940 with #097640 are triadic colors.