COLOR #097B51

HEX: #097B51
RGB: (9,123,81)

Color info

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

RGB color model

#097B51 color RGB value is (9,123,81).

  • red value is 9;
  • green value is 123;
  • blue value is 81.
RGB:
(9,123,81)
(4%,48%,32%)

RGB channels and saturation

R 9 of 255 = 4%
G 123 of 255 = 48%
B 81 of 255 = 32%

9
123
81

R + G + B ~ 28%. #097B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 123 + 81 = 213 (100%)
R 9 of 213 ~ 4.23%
G 123 of 213 ~ 57.75%
B 81 of 213 ~ 38.03%

%57.75
%38.03

CMYK color model

#097B51 color CMYK value is (93,0,34,52).

  • cyan value is 92.68%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(93,0,34,52)
C93M0Y34K52 
(93%,0%,34%,52%)
(0.93/0.00/0.34/0.52)	

CMYK percentages

%92.68
%0
%34.15
%51.76

Codes

Color #097B51 in popluar color models

097B51
RGB912381
HSL158°86.36%25.88%
HSB/HSV158°92.68%48.24%
CMYK92.68%0.00%34.15%
51.76%

Color #097B51 in popluar number systems.

HEX097B51
Decimal912381
Binary100111110111010001
Octal11173121

Shades and tints

Shades of #097B51

#097B51
(9,123,81)
#09704A
(9,112,74)
#096543
(9,101,67)
#095A3C
(9,90,60)
#094F35
(9,79,53)
#09442E
(9,68,46)
#093927
(9,57,39)
#092E20
(9,46,32)
#092319
(9,35,25)
#091812
(9,24,18)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #097B51

#097B51
(9,123,81)
#1F8760
(31,135,96)
#35936F
(53,147,111)
#4B9F7E
(75,159,126)
#61AB8D
(97,171,141)
#77B79C
(119,183,156)
#8DC3AB
(141,195,171)
#A3CFBA
(163,207,186)
#B9DBC9
(185,219,201)
#CFE7D8
(207,231,216)
#E5F3E7
(229,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097B51 color. Also use rgb(9,123,81) instead hex code.

Text Font Color

.myTextColor { color: #097B51; }

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

This text font color is #097B51.


Background Color

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

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

This div background color is #097B51.


Border color

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

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

This div border color is #097B51.


Opacity

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

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

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

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

This text has shadow with #097B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097B51 on black background.


Color preview on white background

This text has color #097B51 on white background.



Black color preview on #097B51 background

This text has black color on #097B51 background.


White color preview on #097B51 background

This text has white color on #097B51 background.