COLOR #098391

HEX: #098391
RGB: (9,131,145)

Color info

#098391 contains mainly green and blue colors. Web safe color of #098391 is #009999 (or #099).

RGB color model

#098391 color RGB value is (9,131,145).

  • red value is 9;
  • green value is 131;
  • blue value is 145.
RGB:
(9,131,145)
(4%,51%,57%)

RGB channels and saturation

R 9 of 255 = 4%
G 131 of 255 = 51%
B 145 of 255 = 57%

9
131
145

R + G + B ~ 37%. #098391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 131 + 145 = 285 (100%)
R 9 of 285 ~ 3.16%
G 131 of 285 ~ 45.96%
B 145 of 285 ~ 50.88%

%45.96
%50.88

CMYK color model

#098391 color CMYK value is (94,10,0,43).

  • cyan value is 93.79%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(94,10,0,43)
C94M10Y0K43 
(94%,10%,0%,43%)
(0.94/0.10/0.00/0.43)	

CMYK percentages

%93.79
%9.66
%0
%43.14

Codes

Color #098391 in popluar color models

098391
RGB9131145
HSL186°88.31%30.20%
HSB/HSV186°93.79%56.86%
CMYK93.79%9.66%0.00%
43.14%

Color #098391 in popluar number systems.

HEX098391
Decimal9131145
Binary10011000001110010001
Octal11203221

Shades and tints

Shades of #098391

#098391
(9,131,145)
#097884
(9,120,132)
#096D77
(9,109,119)
#09626A
(9,98,106)
#09575D
(9,87,93)
#094C50
(9,76,80)
#094143
(9,65,67)
#093636
(9,54,54)
#092B29
(9,43,41)
#09201C
(9,32,28)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #098391

#098391
(9,131,145)
#1F8E9B
(31,142,155)
#3599A5
(53,153,165)
#4BA4AF
(75,164,175)
#61AFB9
(97,175,185)
#77BAC3
(119,186,195)
#8DC5CD
(141,197,205)
#A3D0D7
(163,208,215)
#B9DBE1
(185,219,225)
#CFE6EB
(207,230,235)
#E5F1F5
(229,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098391 color. Also use rgb(9,131,145) instead hex code.

Text Font Color

.myTextColor { color: #098391; }

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

This text font color is #098391.


Background Color

.myBgColor { background-color: #098391; }

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

This div background color is #098391.


Border color

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

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

This div border color is #098391.


Opacity

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

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

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

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

This text has shadow with #098391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098391 on black background.


Color preview on white background

This text has color #098391 on white background.



Black color preview on #098391 background

This text has black color on #098391 background.


White color preview on #098391 background

This text has white color on #098391 background.