COLOR #0F715D

HEX: #0F715D
RGB: (15,113,93)

Color info

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

RGB color model

#0F715D color RGB value is (15,113,93).

  • red value is 15;
  • green value is 113;
  • blue value is 93.
RGB:
(15,113,93)
(6%,44%,36%)

RGB channels and saturation

R 15 of 255 = 6%
G 113 of 255 = 44%
B 93 of 255 = 36%

15
113
93

R + G + B ~ 29%. #0F715D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 113 + 93 = 221 (100%)
R 15 of 221 ~ 6.79%
G 113 of 221 ~ 51.13%
B 93 of 221 ~ 42.08%

%51.13
%42.08

CMYK color model

#0F715D color CMYK value is (87,0,18,56).

  • cyan value is 86.73%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK:
(87,0,18,56)
C87M0Y18K56 
(87%,0%,18%,56%)
(0.87/0.00/0.18/0.56)	

CMYK percentages

%86.73
%0
%17.7
%55.69

Codes

Color #0F715D in popluar color models

0F715D
RGB1511393
HSL168°76.56%25.10%
HSB/HSV168°86.73%44.31%
CMYK86.73%0.00%17.70%
55.69%

Color #0F715D in popluar number systems.

HEX0F715D
Decimal1511393
Binary111111100011011101
Octal17161135

Shades and tints

Shades of #0F715D

#0F715D
(15,113,93)
#0E6755
(14,103,85)
#0D5D4D
(13,93,77)
#0C5345
(12,83,69)
#0B493D
(11,73,61)
#0A3F35
(10,63,53)
#09352D
(9,53,45)
#082B25
(8,43,37)
#07211D
(7,33,29)
#061715
(6,23,21)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #0F715D

#0F715D
(15,113,93)
#247D6B
(36,125,107)
#398979
(57,137,121)
#4E9587
(78,149,135)
#63A195
(99,161,149)
#78ADA3
(120,173,163)
#8DB9B1
(141,185,177)
#A2C5BF
(162,197,191)
#B7D1CD
(183,209,205)
#CCDDDB
(204,221,219)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F715D; }

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

This text font color is #0F715D.


Background Color

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

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

This div background color is #0F715D.


Border color

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

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

This div border color is #0F715D.


Opacity

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

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

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

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

This text has shadow with #0F715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F715D on black background.


Color preview on white background

This text has color #0F715D on white background.



Black color preview on #0F715D background

This text has black color on #0F715D background.


White color preview on #0F715D background

This text has white color on #0F715D background.