COLOR #0F6D57

HEX: #0F6D57
RGB: (15,109,87)

Color info

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

RGB color model

#0F6D57 color RGB value is (15,109,87).

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

RGB channels and saturation

R 15 of 255 = 6%
G 109 of 255 = 43%
B 87 of 255 = 34%

15
109
87

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

Portions of RGB colors in percentages

R + G + B =
15 + 109 + 87 = 211 (100%)
R 15 of 211 ~ 7.11%
G 109 of 211 ~ 51.66%
B 87 of 211 ~ 41.23%

%51.66
%41.23

CMYK color model

#0F6D57 color CMYK value is (86,0,20,57).

  • cyan value is 86.24%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 57.25%
CMYK:
(86,0,20,57)
C86M0Y20K57 
(86%,0%,20%,57%)
(0.86/0.00/0.20/0.57)	

CMYK percentages

%86.24
%0
%20.18
%57.25

Codes

Color #0F6D57 in popluar color models

0F6D57
RGB1510987
HSL166°75.81%24.31%
HSB/HSV166°86.24%42.75%
CMYK86.24%0.00%20.18%
57.25%

Color #0F6D57 in popluar number systems.

HEX0F6D57
Decimal1510987
Binary111111011011010111
Octal17155127

Shades and tints

Shades of #0F6D57

#0F6D57
(15,109,87)
#0E6450
(14,100,80)
#0D5B49
(13,91,73)
#0C5242
(12,82,66)
#0B493B
(11,73,59)
#0A4034
(10,64,52)
#09372D
(9,55,45)
#082E26
(8,46,38)
#07251F
(7,37,31)
#061C18
(6,28,24)
#051311
(5,19,17)
#000000
(0,0,0)

Tints of #0F6D57

#0F6D57
(15,109,87)
#247A66
(36,122,102)
#398775
(57,135,117)
#4E9484
(78,148,132)
#63A193
(99,161,147)
#78AEA2
(120,174,162)
#8DBBB1
(141,187,177)
#A2C8C0
(162,200,192)
#B7D5CF
(183,213,207)
#CCE2DE
(204,226,222)
#E1EFED
(225,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F6D57; }

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

This text font color is #0F6D57.


Background Color

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

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

This div background color is #0F6D57.


Border color

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

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

This div border color is #0F6D57.


Opacity

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

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

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

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

This text has shadow with #0F6D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6D57 on black background.


Color preview on white background

This text has color #0F6D57 on white background.



Black color preview on #0F6D57 background

This text has black color on #0F6D57 background.


White color preview on #0F6D57 background

This text has white color on #0F6D57 background.