COLOR #0F712D

HEX: #0F712D
RGB: (15,113,45)

Color info

#0F712D contains mainly green color. Web safe color of #0F712D is #006633 (or #063).

RGB color model

#0F712D color RGB value is (15,113,45).

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

RGB channels and saturation

R 15 of 255 = 6%
G 113 of 255 = 44%
B 45 of 255 = 18%

15
113
45

R + G + B ~ 23%. #0F712D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 113 + 45 = 173 (100%)
R 15 of 173 ~ 8.67%
G 113 of 173 ~ 65.32%
B 45 of 173 ~ 26.01%

%65.32
%26.01

CMYK color model

#0F712D color CMYK value is (87,0,60,56).

  • cyan value is 86.73%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(87,0,60,56)
C87M0Y60K56 
(87%,0%,60%,56%)
(0.87/0.00/0.60/0.56)	

CMYK percentages

%86.73
%0
%60.18
%55.69

Codes

Color #0F712D in popluar color models

0F712D
RGB1511345
HSL138°76.56%25.10%
HSB/HSV138°86.73%44.31%
CMYK86.73%0.00%60.18%
55.69%

Color #0F712D in popluar number systems.

HEX0F712D
Decimal1511345
Binary11111110001101101
Octal1716155

Shades and tints

Shades of #0F712D

#0F712D
(15,113,45)
#0E6729
(14,103,41)
#0D5D25
(13,93,37)
#0C5321
(12,83,33)
#0B491D
(11,73,29)
#0A3F19
(10,63,25)
#093515
(9,53,21)
#082B11
(8,43,17)
#07210D
(7,33,13)
#061709
(6,23,9)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #0F712D

#0F712D
(15,113,45)
#247D40
(36,125,64)
#398953
(57,137,83)
#4E9566
(78,149,102)
#63A179
(99,161,121)
#78AD8C
(120,173,140)
#8DB99F
(141,185,159)
#A2C5B2
(162,197,178)
#B7D1C5
(183,209,197)
#CCDDD8
(204,221,216)
#E1E9EB
(225,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F712D; }

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

This text font color is #0F712D.


Background Color

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

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

This div background color is #0F712D.


Border color

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

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

This div border color is #0F712D.


Opacity

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

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

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

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

This text has shadow with #0F712D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F712D on black background.


Color preview on white background

This text has color #0F712D on white background.



Black color preview on #0F712D background

This text has black color on #0F712D background.


White color preview on #0F712D background

This text has white color on #0F712D background.