COLOR #0F6D59

HEX: #0F6D59
RGB: (15,109,89)

Color info

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

RGB color model

#0F6D59 color RGB value is (15,109,89).

  • red value is 15;
  • green value is 109;
  • blue value is 89.
RGB:
(15,109,89)
(6%,43%,35%)

RGB channels and saturation

R 15 of 255 = 6%
G 109 of 255 = 43%
B 89 of 255 = 35%

15
109
89

R + G + B ~ 28%. #0F6D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 109 + 89 = 213 (100%)
R 15 of 213 ~ 7.04%
G 109 of 213 ~ 51.17%
B 89 of 213 ~ 41.78%

%51.17
%41.78

CMYK color model

#0F6D59 color CMYK value is (86,0,18,57).

  • cyan value is 86.24%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 57.25%
CMYK:
(86,0,18,57)
C86M0Y18K57 
(86%,0%,18%,57%)
(0.86/0.00/0.18/0.57)	

CMYK percentages

%86.24
%0
%18.35
%57.25

Codes

Color #0F6D59 in popluar color models

0F6D59
RGB1510989
HSL167°75.81%24.31%
HSB/HSV167°86.24%42.75%
CMYK86.24%0.00%18.35%
57.25%

Color #0F6D59 in popluar number systems.

HEX0F6D59
Decimal1510989
Binary111111011011011001
Octal17155131

Shades and tints

Shades of #0F6D59

#0F6D59
(15,109,89)
#0E6451
(14,100,81)
#0D5B49
(13,91,73)
#0C5241
(12,82,65)
#0B4939
(11,73,57)
#0A4031
(10,64,49)
#093729
(9,55,41)
#082E21
(8,46,33)
#072519
(7,37,25)
#061C11
(6,28,17)
#051309
(5,19,9)
#000000
(0,0,0)

Tints of #0F6D59

#0F6D59
(15,109,89)
#247A68
(36,122,104)
#398777
(57,135,119)
#4E9486
(78,148,134)
#63A195
(99,161,149)
#78AEA4
(120,174,164)
#8DBBB3
(141,187,179)
#A2C8C2
(162,200,194)
#B7D5D1
(183,213,209)
#CCE2E0
(204,226,224)
#E1EFEF
(225,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F6D59; }

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

This text font color is #0F6D59.


Background Color

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

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

This div background color is #0F6D59.


Border color

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

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

This div border color is #0F6D59.


Opacity

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

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

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

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

This text has shadow with #0F6D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6D59 on black background.


Color preview on white background

This text has color #0F6D59 on white background.



Black color preview on #0F6D59 background

This text has black color on #0F6D59 background.


White color preview on #0F6D59 background

This text has white color on #0F6D59 background.