COLOR #0F7950

HEX: #0F7950
RGB: (15,121,80)

Color info

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

RGB color model

#0F7950 color RGB value is (15,121,80).

  • red value is 15;
  • green value is 121;
  • blue value is 80.
RGB:
(15,121,80)
(6%,47%,31%)

RGB channels and saturation

R 15 of 255 = 6%
G 121 of 255 = 47%
B 80 of 255 = 31%

15
121
80

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

Portions of RGB colors in percentages

R + G + B =
15 + 121 + 80 = 216 (100%)
R 15 of 216 ~ 6.94%
G 121 of 216 ~ 56.02%
B 80 of 216 ~ 37.04%

%56.02
%37.04

CMYK color model

#0F7950 color CMYK value is (88,0,34,53).

  • cyan value is 87.60%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 52.55%
CMYK:
(88,0,34,53)
C88M0Y34K53 
(88%,0%,34%,53%)
(0.88/0.00/0.34/0.53)	

CMYK percentages

%87.6
%0
%33.88
%52.55

Codes

Color #0F7950 in popluar color models

0F7950
RGB1512180
HSL157°77.94%26.67%
HSB/HSV157°87.60%47.45%
CMYK87.60%0.00%33.88%
52.55%

Color #0F7950 in popluar number systems.

HEX0F7950
Decimal1512180
Binary111111110011010000
Octal17171120

Shades and tints

Shades of #0F7950

#0F7950
(15,121,80)
#0E6E49
(14,110,73)
#0D6342
(13,99,66)
#0C583B
(12,88,59)
#0B4D34
(11,77,52)
#0A422D
(10,66,45)
#093726
(9,55,38)
#082C1F
(8,44,31)
#072118
(7,33,24)
#061611
(6,22,17)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #0F7950

#0F7950
(15,121,80)
#24855F
(36,133,95)
#39916E
(57,145,110)
#4E9D7D
(78,157,125)
#63A98C
(99,169,140)
#78B59B
(120,181,155)
#8DC1AA
(141,193,170)
#A2CDB9
(162,205,185)
#B7D9C8
(183,217,200)
#CCE5D7
(204,229,215)
#E1F1E6
(225,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7950 color. Also use rgb(15,121,80) instead hex code.

Text Font Color

.myTextColor { color: #0F7950; }

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

This text font color is #0F7950.


Background Color

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

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

This div background color is #0F7950.


Border color

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

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

This div border color is #0F7950.


Opacity

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

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

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

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

This text has shadow with #0F7950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7950 on black background.


Color preview on white background

This text has color #0F7950 on white background.



Black color preview on #0F7950 background

This text has black color on #0F7950 background.


White color preview on #0F7950 background

This text has white color on #0F7950 background.