COLOR #0F7D5F

HEX: #0F7D5F
RGB: (15,125,95)

Color info

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

RGB color model

#0F7D5F color RGB value is (15,125,95).

  • red value is 15;
  • green value is 125;
  • blue value is 95.
RGB:
(15,125,95)
(6%,49%,37%)

RGB channels and saturation

R 15 of 255 = 6%
G 125 of 255 = 49%
B 95 of 255 = 37%

15
125
95

R + G + B ~ 31%. #0F7D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 125 + 95 = 235 (100%)
R 15 of 235 ~ 6.38%
G 125 of 235 ~ 53.19%
B 95 of 235 ~ 40.43%

%53.19
%40.43

CMYK color model

#0F7D5F color CMYK value is (88,0,24,51).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(88,0,24,51)
C88M0Y24K51 
(88%,0%,24%,51%)
(0.88/0.00/0.24/0.51)	

CMYK percentages

%88
%0
%24
%50.98

Codes

Color #0F7D5F in popluar color models

0F7D5F
RGB1512595
HSL164°78.57%27.45%
HSB/HSV164°88.00%49.02%
CMYK88.00%0.00%24.00%
50.98%

Color #0F7D5F in popluar number systems.

HEX0F7D5F
Decimal1512595
Binary111111111011011111
Octal17175137

Shades and tints

Shades of #0F7D5F

#0F7D5F
(15,125,95)
#0E7257
(14,114,87)
#0D674F
(13,103,79)
#0C5C47
(12,92,71)
#0B513F
(11,81,63)
#0A4637
(10,70,55)
#093B2F
(9,59,47)
#083027
(8,48,39)
#07251F
(7,37,31)
#061A17
(6,26,23)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #0F7D5F

#0F7D5F
(15,125,95)
#24886D
(36,136,109)
#39937B
(57,147,123)
#4E9E89
(78,158,137)
#63A997
(99,169,151)
#78B4A5
(120,180,165)
#8DBFB3
(141,191,179)
#A2CAC1
(162,202,193)
#B7D5CF
(183,213,207)
#CCE0DD
(204,224,221)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7D5F color. Also use rgb(15,125,95) instead hex code.

Text Font Color

.myTextColor { color: #0F7D5F; }

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

This text font color is #0F7D5F.


Background Color

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

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

This div background color is #0F7D5F.


Border color

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

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

This div border color is #0F7D5F.


Opacity

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

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

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

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

This text has shadow with #0F7D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7D5F on black background.


Color preview on white background

This text has color #0F7D5F on white background.



Black color preview on #0F7D5F background

This text has black color on #0F7D5F background.


White color preview on #0F7D5F background

This text has white color on #0F7D5F background.