COLOR #097A63

HEX: #097A63
RGB: (9,122,99)

Color info

#097A63 contains mainly green and blue colors. Web safe color of #097A63 is #006666 (or #066).

RGB color model

#097A63 color RGB value is (9,122,99).

  • red value is 9;
  • green value is 122;
  • blue value is 99.
RGB:
(9,122,99)
(4%,48%,39%)

RGB channels and saturation

R 9 of 255 = 4%
G 122 of 255 = 48%
B 99 of 255 = 39%

9
122
99

R + G + B ~ 30%. #097A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 122 + 99 = 230 (100%)
R 9 of 230 ~ 3.91%
G 122 of 230 ~ 53.04%
B 99 of 230 ~ 43.04%

%53.04
%43.04

CMYK color model

#097A63 color CMYK value is (93,0,19,52).

  • cyan value is 92.62%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 52.16%
CMYK:
(93,0,19,52)
C93M0Y19K52 
(93%,0%,19%,52%)
(0.93/0.00/0.19/0.52)	

CMYK percentages

%92.62
%0
%18.85
%52.16

Codes

Color #097A63 in popluar color models

097A63
RGB912299
HSL168°86.26%25.69%
HSB/HSV168°92.62%47.84%
CMYK92.62%0.00%18.85%
52.16%

Color #097A63 in popluar number systems.

HEX097A63
Decimal912299
Binary100111110101100011
Octal11172143

Shades and tints

Shades of #097A63

#097A63
(9,122,99)
#096F5A
(9,111,90)
#096451
(9,100,81)
#095948
(9,89,72)
#094E3F
(9,78,63)
#094336
(9,67,54)
#09382D
(9,56,45)
#092D24
(9,45,36)
#09221B
(9,34,27)
#091712
(9,23,18)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #097A63

#097A63
(9,122,99)
#1F8671
(31,134,113)
#35927F
(53,146,127)
#4B9E8D
(75,158,141)
#61AA9B
(97,170,155)
#77B6A9
(119,182,169)
#8DC2B7
(141,194,183)
#A3CEC5
(163,206,197)
#B9DAD3
(185,218,211)
#CFE6E1
(207,230,225)
#E5F2EF
(229,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097A63 color. Also use rgb(9,122,99) instead hex code.

Text Font Color

.myTextColor { color: #097A63; }

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

This text font color is #097A63.


Background Color

.myBgColor { background-color: #097A63; }

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

This div background color is #097A63.


Border color

.myBorderColor { border: 1px solid #097A63; }

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

This div border color is #097A63.


Opacity

.myOpacity80 { color: #097A63; opacity: 0.8; }

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

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

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

This text has shadow with #097A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097A63 on black background.


Color preview on white background

This text has color #097A63 on white background.



Black color preview on #097A63 background

This text has black color on #097A63 background.


White color preview on #097A63 background

This text has white color on #097A63 background.