COLOR #0F756E

HEX: #0F756E
RGB: (15,117,110)

Color info

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

RGB color model

#0F756E color RGB value is (15,117,110).

  • red value is 15;
  • green value is 117;
  • blue value is 110.
RGB:
(15,117,110)
(6%,46%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 117 of 255 = 46%
B 110 of 255 = 43%

15
117
110

R + G + B ~ 32%. #0F756E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 117 + 110 = 242 (100%)
R 15 of 242 ~ 6.2%
G 117 of 242 ~ 48.35%
B 110 of 242 ~ 45.45%

%48.35
%45.45

CMYK color model

#0F756E color CMYK value is (87,0,6,54).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(87,0,6,54)
C87M0Y6K54 
(87%,0%,6%,54%)
(0.87/0.00/0.06/0.54)	

CMYK percentages

%87.18
%0
%5.98
%54.12

Codes

Color #0F756E in popluar color models

0F756E
RGB15117110
HSL176°77.27%25.88%
HSB/HSV176°87.18%45.88%
CMYK87.18%0.00%5.98%
54.12%

Color #0F756E in popluar number systems.

HEX0F756E
Decimal15117110
Binary111111101011101110
Octal17165156

Shades and tints

Shades of #0F756E

#0F756E
(15,117,110)
#0E6B64
(14,107,100)
#0D615A
(13,97,90)
#0C5750
(12,87,80)
#0B4D46
(11,77,70)
#0A433C
(10,67,60)
#093932
(9,57,50)
#082F28
(8,47,40)
#07251E
(7,37,30)
#061B14
(6,27,20)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #0F756E

#0F756E
(15,117,110)
#24817B
(36,129,123)
#398D88
(57,141,136)
#4E9995
(78,153,149)
#63A5A2
(99,165,162)
#78B1AF
(120,177,175)
#8DBDBC
(141,189,188)
#A2C9C9
(162,201,201)
#B7D5D6
(183,213,214)
#CCE1E3
(204,225,227)
#E1EDF0
(225,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F756E; }

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

This text font color is #0F756E.


Background Color

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

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

This div background color is #0F756E.


Border color

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

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

This div border color is #0F756E.


Opacity

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

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

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

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

This text has shadow with #0F756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F756E on black background.


Color preview on white background

This text has color #0F756E on white background.



Black color preview on #0F756E background

This text has black color on #0F756E background.


White color preview on #0F756E background

This text has white color on #0F756E background.