COLOR #098072

HEX: #098072
RGB: (9,128,114)

Color info

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

RGB color model

#098072 color RGB value is (9,128,114).

  • red value is 9;
  • green value is 128;
  • blue value is 114.
RGB:
(9,128,114)
(4%,50%,45%)

RGB channels and saturation

R 9 of 255 = 4%
G 128 of 255 = 50%
B 114 of 255 = 45%

9
128
114

R + G + B ~ 33%. #098072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 128 + 114 = 251 (100%)
R 9 of 251 ~ 3.59%
G 128 of 251 ~ 51%
B 114 of 251 ~ 45.42%

%51
%45.42

CMYK color model

#098072 color CMYK value is (93,0,11,50).

  • cyan value is 92.97%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(93,0,11,50)
C93M0Y11K50 
(93%,0%,11%,50%)
(0.93/0.00/0.11/0.50)	

CMYK percentages

%92.97
%0
%10.94
%49.8

Codes

Color #098072 in popluar color models

098072
RGB9128114
HSL173°86.86%26.86%
HSB/HSV173°92.97%50.20%
CMYK92.97%0.00%10.94%
49.80%

Color #098072 in popluar number systems.

HEX098072
Decimal9128114
Binary1001100000001110010
Octal11200162

Shades and tints

Shades of #098072

#098072
(9,128,114)
#097568
(9,117,104)
#096A5E
(9,106,94)
#095F54
(9,95,84)
#09544A
(9,84,74)
#094940
(9,73,64)
#093E36
(9,62,54)
#09332C
(9,51,44)
#092822
(9,40,34)
#091D18
(9,29,24)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #098072

#098072
(9,128,114)
#1F8B7E
(31,139,126)
#35968A
(53,150,138)
#4BA196
(75,161,150)
#61ACA2
(97,172,162)
#77B7AE
(119,183,174)
#8DC2BA
(141,194,186)
#A3CDC6
(163,205,198)
#B9D8D2
(185,216,210)
#CFE3DE
(207,227,222)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098072 color. Also use rgb(9,128,114) instead hex code.

Text Font Color

.myTextColor { color: #098072; }

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

This text font color is #098072.


Background Color

.myBgColor { background-color: #098072; }

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

This div background color is #098072.


Border color

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

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

This div border color is #098072.


Opacity

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

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

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

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

This text has shadow with #098072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098072 on black background.


Color preview on white background

This text has color #098072 on white background.



Black color preview on #098072 background

This text has black color on #098072 background.


White color preview on #098072 background

This text has white color on #098072 background.