COLOR #0F8383

HEX: #0F8383
RGB: (15,131,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
131
131

R + G + B ~ 36%. #0F8383 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 131 + 131 = 277 (100%)
R 15 of 277 ~ 5.42%
G 131 of 277 ~ 47.29%
B 131 of 277 ~ 47.29%

%47.29
%47.29

CMYK color model

#0F8383 color CMYK value is (89,0,0,49).

  • cyan value is 88.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(89,0,0,49)
C89M0Y0K49 
(89%,0%,0%,49%)
(0.89/0.00/0.00/0.49)	

CMYK percentages

%88.55
%0
%0
%48.63

Codes

Color #0F8383 in popluar color models

0F8383
RGB15131131
HSL180°79.45%28.63%
HSB/HSV180°88.55%51.37%
CMYK88.55%0.00%0.00%
48.63%

Color #0F8383 in popluar number systems.

HEX0F8383
Decimal15131131
Binary11111000001110000011
Octal17203203

Shades and tints

Shades of #0F8383

#0F8383
(15,131,131)
#0E7878
(14,120,120)
#0D6D6D
(13,109,109)
#0C6262
(12,98,98)
#0B5757
(11,87,87)
#0A4C4C
(10,76,76)
#094141
(9,65,65)
#083636
(8,54,54)
#072B2B
(7,43,43)
#062020
(6,32,32)
#051515
(5,21,21)
#000000
(0,0,0)

Tints of #0F8383

#0F8383
(15,131,131)
#248E8E
(36,142,142)
#399999
(57,153,153)
#4EA4A4
(78,164,164)
#63AFAF
(99,175,175)
#78BABA
(120,186,186)
#8DC5C5
(141,197,197)
#A2D0D0
(162,208,208)
#B7DBDB
(183,219,219)
#CCE6E6
(204,230,230)
#E1F1F1
(225,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F8383; }

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

This text font color is #0F8383.


Background Color

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

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

This div background color is #0F8383.


Border color

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

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

This div border color is #0F8383.


Opacity

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

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

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

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

This text has shadow with #0F8383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8383 on black background.


Color preview on white background

This text has color #0F8383 on white background.



Black color preview on #0F8383 background

This text has black color on #0F8383 background.


White color preview on #0F8383 background

This text has white color on #0F8383 background.