COLOR #0F5447

HEX: #0F5447
RGB: (15,84,71)

Color info

#0F5447 contains mainly green and blue colors. Web safe color of #0F5447 is #006633 (or #063).

RGB color model

#0F5447 color RGB value is (15,84,71).

  • red value is 15;
  • green value is 84;
  • blue value is 71.
RGB:
(15,84,71)
(6%,33%,28%)

RGB channels and saturation

R 15 of 255 = 6%
G 84 of 255 = 33%
B 71 of 255 = 28%

15
84
71

R + G + B ~ 22%. #0F5447 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 84 + 71 = 170 (100%)
R 15 of 170 ~ 8.82%
G 84 of 170 ~ 49.41%
B 71 of 170 ~ 41.76%

%49.41
%41.76

CMYK color model

#0F5447 color CMYK value is (82,0,15,67).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 67.06%
CMYK:
(82,0,15,67)
C82M0Y15K67 
(82%,0%,15%,67%)
(0.82/0.00/0.15/0.67)	

CMYK percentages

%82.14
%0
%15.48
%67.06

Codes

Color #0F5447 in popluar color models

0F5447
RGB158471
HSL169°69.70%19.41%
HSB/HSV169°82.14%32.94%
CMYK82.14%0.00%15.48%
67.06%

Color #0F5447 in popluar number systems.

HEX0F5447
Decimal158471
Binary111110101001000111
Octal17124107

Shades and tints

Shades of #0F5447

#0F5447
(15,84,71)
#0E4D41
(14,77,65)
#0D463B
(13,70,59)
#0C3F35
(12,63,53)
#0B382F
(11,56,47)
#0A3129
(10,49,41)
#092A23
(9,42,35)
#08231D
(8,35,29)
#071C17
(7,28,23)
#061511
(6,21,17)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #0F5447

#0F5447
(15,84,71)
#246357
(36,99,87)
#397267
(57,114,103)
#4E8177
(78,129,119)
#639087
(99,144,135)
#789F97
(120,159,151)
#8DAEA7
(141,174,167)
#A2BDB7
(162,189,183)
#B7CCC7
(183,204,199)
#CCDBD7
(204,219,215)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5447 color. Also use rgb(15,84,71) instead hex code.

Text Font Color

.myTextColor { color: #0F5447; }

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

This text font color is #0F5447.


Background Color

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

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

This div background color is #0F5447.


Border color

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

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

This div border color is #0F5447.


Opacity

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

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

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

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

This text has shadow with #0F5447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5447 on black background.


Color preview on white background

This text has color #0F5447 on white background.



Black color preview on #0F5447 background

This text has black color on #0F5447 background.


White color preview on #0F5447 background

This text has white color on #0F5447 background.