COLOR #0F7073

HEX: #0F7073
RGB: (15,112,115)

Color info

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

RGB color model

#0F7073 color RGB value is (15,112,115).

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

RGB channels and saturation

R 15 of 255 = 6%
G 112 of 255 = 44%
B 115 of 255 = 45%

15
112
115

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

Portions of RGB colors in percentages

R + G + B =
15 + 112 + 115 = 242 (100%)
R 15 of 242 ~ 6.2%
G 112 of 242 ~ 46.28%
B 115 of 242 ~ 47.52%

%46.28
%47.52

CMYK color model

#0F7073 color CMYK value is (87,3,0,55).

  • cyan value is 86.96%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(87,3,0,55)
C87M3Y0K55 
(87%,3%,0%,55%)
(0.87/0.03/0.00/0.55)	

CMYK percentages

%86.96
%2.61
%0
%54.9

Codes

Color #0F7073 in popluar color models

0F7073
RGB15112115
HSL182°76.92%25.49%
HSB/HSV182°86.96%45.10%
CMYK86.96%2.61%0.00%
54.90%

Color #0F7073 in popluar number systems.

HEX0F7073
Decimal15112115
Binary111111100001110011
Octal17160163

Shades and tints

Shades of #0F7073

#0F7073
(15,112,115)
#0E6669
(14,102,105)
#0D5C5F
(13,92,95)
#0C5255
(12,82,85)
#0B484B
(11,72,75)
#0A3E41
(10,62,65)
#093437
(9,52,55)
#082A2D
(8,42,45)
#072023
(7,32,35)
#061619
(6,22,25)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #0F7073

#0F7073
(15,112,115)
#247D7F
(36,125,127)
#398A8B
(57,138,139)
#4E9797
(78,151,151)
#63A4A3
(99,164,163)
#78B1AF
(120,177,175)
#8DBEBB
(141,190,187)
#A2CBC7
(162,203,199)
#B7D8D3
(183,216,211)
#CCE5DF
(204,229,223)
#E1F2EB
(225,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7073 color. Also use rgb(15,112,115) instead hex code.

Text Font Color

.myTextColor { color: #0F7073; }

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

This text font color is #0F7073.


Background Color

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

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

This div background color is #0F7073.


Border color

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

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

This div border color is #0F7073.


Opacity

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

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

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

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

This text has shadow with #0F7073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7073 on black background.


Color preview on white background

This text has color #0F7073 on white background.



Black color preview on #0F7073 background

This text has black color on #0F7073 background.


White color preview on #0F7073 background

This text has white color on #0F7073 background.