COLOR #0F8582

HEX: #0F8582
RGB: (15,133,130)

Color info

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

RGB color model

#0F8582 color RGB value is (15,133,130).

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

RGB channels and saturation

R 15 of 255 = 6%
G 133 of 255 = 52%
B 130 of 255 = 51%

15
133
130

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

Portions of RGB colors in percentages

R + G + B =
15 + 133 + 130 = 278 (100%)
R 15 of 278 ~ 5.4%
G 133 of 278 ~ 47.84%
B 130 of 278 ~ 46.76%

%47.84
%46.76

CMYK color model

#0F8582 color CMYK value is (89,0,2,48).

  • cyan value is 88.72%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(89,0,2,48)
C89M0Y2K48 
(89%,0%,2%,48%)
(0.89/0.00/0.02/0.48)	

CMYK percentages

%88.72
%0
%2.26
%47.84

Codes

Color #0F8582 in popluar color models

0F8582
RGB15133130
HSL178°79.73%29.02%
HSB/HSV178°88.72%52.16%
CMYK88.72%0.00%2.26%
47.84%

Color #0F8582 in popluar number systems.

HEX0F8582
Decimal15133130
Binary11111000010110000010
Octal17205202

Shades and tints

Shades of #0F8582

#0F8582
(15,133,130)
#0E7977
(14,121,119)
#0D6D6C
(13,109,108)
#0C6161
(12,97,97)
#0B5556
(11,85,86)
#0A494B
(10,73,75)
#093D40
(9,61,64)
#083135
(8,49,53)
#07252A
(7,37,42)
#06191F
(6,25,31)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #0F8582

#0F8582
(15,133,130)
#24908D
(36,144,141)
#399B98
(57,155,152)
#4EA6A3
(78,166,163)
#63B1AE
(99,177,174)
#78BCB9
(120,188,185)
#8DC7C4
(141,199,196)
#A2D2CF
(162,210,207)
#B7DDDA
(183,221,218)
#CCE8E5
(204,232,229)
#E1F3F0
(225,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F8582; }

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

This text font color is #0F8582.


Background Color

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

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

This div background color is #0F8582.


Border color

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

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

This div border color is #0F8582.


Opacity

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

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

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

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

This text has shadow with #0F8582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8582 on black background.


Color preview on white background

This text has color #0F8582 on white background.



Black color preview on #0F8582 background

This text has black color on #0F8582 background.


White color preview on #0F8582 background

This text has white color on #0F8582 background.