COLOR #0F8983

HEX: #0F8983
RGB: (15,137,131)

Color info

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

RGB color model

#0F8983 color RGB value is (15,137,131).

  • red value is 15;
  • green value is 137;
  • blue value is 131.
RGB:
(15,137,131)
(6%,54%,51%)

RGB channels and saturation

R 15 of 255 = 6%
G 137 of 255 = 54%
B 131 of 255 = 51%

15
137
131

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

Portions of RGB colors in percentages

R + G + B =
15 + 137 + 131 = 283 (100%)
R 15 of 283 ~ 5.3%
G 137 of 283 ~ 48.41%
B 131 of 283 ~ 46.29%

%48.41
%46.29

CMYK color model

#0F8983 color CMYK value is (89,0,4,46).

  • cyan value is 89.05%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(89,0,4,46)
C89M0Y4K46 
(89%,0%,4%,46%)
(0.89/0.00/0.04/0.46)	

CMYK percentages

%89.05
%0
%4.38
%46.27

Codes

Color #0F8983 in popluar color models

0F8983
RGB15137131
HSL177°80.26%29.80%
HSB/HSV177°89.05%53.73%
CMYK89.05%0.00%4.38%
46.27%

Color #0F8983 in popluar number systems.

HEX0F8983
Decimal15137131
Binary11111000100110000011
Octal17211203

Shades and tints

Shades of #0F8983

#0F8983
(15,137,131)
#0E7D78
(14,125,120)
#0D716D
(13,113,109)
#0C6562
(12,101,98)
#0B5957
(11,89,87)
#0A4D4C
(10,77,76)
#094141
(9,65,65)
#083536
(8,53,54)
#07292B
(7,41,43)
#061D20
(6,29,32)
#051115
(5,17,21)
#000000
(0,0,0)

Tints of #0F8983

#0F8983
(15,137,131)
#24938E
(36,147,142)
#399D99
(57,157,153)
#4EA7A4
(78,167,164)
#63B1AF
(99,177,175)
#78BBBA
(120,187,186)
#8DC5C5
(141,197,197)
#A2CFD0
(162,207,208)
#B7D9DB
(183,217,219)
#CCE3E6
(204,227,230)
#E1EDF1
(225,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8983 color. Also use rgb(15,137,131) instead hex code.

Text Font Color

.myTextColor { color: #0F8983; }

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

This text font color is #0F8983.


Background Color

.myBgColor { background-color: #0F8983; }

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

This div background color is #0F8983.


Border color

.myBorderColor { border: 1px solid #0F8983; }

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

This div border color is #0F8983.


Opacity

.myOpacity80 { color: #0F8983; opacity: 0.8; }

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

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

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

This text has shadow with #0F8983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8983 on black background.


Color preview on white background

This text has color #0F8983 on white background.



Black color preview on #0F8983 background

This text has black color on #0F8983 background.


White color preview on #0F8983 background

This text has white color on #0F8983 background.