COLOR #098673

HEX: #098673
RGB: (9,134,115)

Color info

#098673 contains mainly green and blue colors. Web safe color of #098673 is #009966 (or #096).

RGB color model

#098673 color RGB value is (9,134,115).

  • red value is 9;
  • green value is 134;
  • blue value is 115.
RGB:
(9,134,115)
(4%,53%,45%)

RGB channels and saturation

R 9 of 255 = 4%
G 134 of 255 = 53%
B 115 of 255 = 45%

9
134
115

R + G + B ~ 34%. #098673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 134 + 115 = 258 (100%)
R 9 of 258 ~ 3.49%
G 134 of 258 ~ 51.94%
B 115 of 258 ~ 44.57%

%51.94
%44.57

CMYK color model

#098673 color CMYK value is (93,0,14,47).

  • cyan value is 93.28%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(93,0,14,47)
C93M0Y14K47 
(93%,0%,14%,47%)
(0.93/0.00/0.14/0.47)	

CMYK percentages

%93.28
%0
%14.18
%47.45

Codes

Color #098673 in popluar color models

098673
RGB9134115
HSL171°87.41%28.04%
HSB/HSV171°93.28%52.55%
CMYK93.28%0.00%14.18%
47.45%

Color #098673 in popluar number systems.

HEX098673
Decimal9134115
Binary1001100001101110011
Octal11206163

Shades and tints

Shades of #098673

#098673
(9,134,115)
#097A69
(9,122,105)
#096E5F
(9,110,95)
#096255
(9,98,85)
#09564B
(9,86,75)
#094A41
(9,74,65)
#093E37
(9,62,55)
#09322D
(9,50,45)
#092623
(9,38,35)
#091A19
(9,26,25)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #098673

#098673
(9,134,115)
#1F917F
(31,145,127)
#359C8B
(53,156,139)
#4BA797
(75,167,151)
#61B2A3
(97,178,163)
#77BDAF
(119,189,175)
#8DC8BB
(141,200,187)
#A3D3C7
(163,211,199)
#B9DED3
(185,222,211)
#CFE9DF
(207,233,223)
#E5F4EB
(229,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098673 color. Also use rgb(9,134,115) instead hex code.

Text Font Color

.myTextColor { color: #098673; }

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

This text font color is #098673.


Background Color

.myBgColor { background-color: #098673; }

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

This div background color is #098673.


Border color

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

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

This div border color is #098673.


Opacity

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

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

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

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

This text has shadow with #098673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098673 on black background.


Color preview on white background

This text has color #098673 on white background.



Black color preview on #098673 background

This text has black color on #098673 background.


White color preview on #098673 background

This text has white color on #098673 background.