COLOR #0F5E47

HEX: #0F5E47
RGB: (15,94,71)

Color info

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

RGB color model

#0F5E47 color RGB value is (15,94,71).

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

RGB channels and saturation

R 15 of 255 = 6%
G 94 of 255 = 37%
B 71 of 255 = 28%

15
94
71

R + G + B ~ 24%. #0F5E47 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 94 + 71 = 180 (100%)
R 15 of 180 ~ 8.33%
G 94 of 180 ~ 52.22%
B 71 of 180 ~ 39.44%

%52.22
%39.44

CMYK color model

#0F5E47 color CMYK value is (84,0,24,63).

  • cyan value is 84.04%
  • magenta value is 0.00%
  • yellow value is 24.47%
  • key color value is 63.14%
CMYK:
(84,0,24,63)
C84M0Y24K63 
(84%,0%,24%,63%)
(0.84/0.00/0.24/0.63)	

CMYK percentages

%84.04
%0
%24.47
%63.14

Codes

Color #0F5E47 in popluar color models

0F5E47
RGB159471
HSL163°72.48%21.37%
HSB/HSV163°84.04%36.86%
CMYK84.04%0.00%24.47%
63.14%

Color #0F5E47 in popluar number systems.

HEX0F5E47
Decimal159471
Binary111110111101000111
Octal17136107

Shades and tints

Shades of #0F5E47

#0F5E47
(15,94,71)
#0E5641
(14,86,65)
#0D4E3B
(13,78,59)
#0C4635
(12,70,53)
#0B3E2F
(11,62,47)
#0A3629
(10,54,41)
#092E23
(9,46,35)
#08261D
(8,38,29)
#071E17
(7,30,23)
#061611
(6,22,17)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #0F5E47

#0F5E47
(15,94,71)
#246C57
(36,108,87)
#397A67
(57,122,103)
#4E8877
(78,136,119)
#639687
(99,150,135)
#78A497
(120,164,151)
#8DB2A7
(141,178,167)
#A2C0B7
(162,192,183)
#B7CEC7
(183,206,199)
#CCDCD7
(204,220,215)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5E47; }

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

This text font color is #0F5E47.


Background Color

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

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

This div background color is #0F5E47.


Border color

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

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

This div border color is #0F5E47.


Opacity

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

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

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

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

This text has shadow with #0F5E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5E47 on black background.


Color preview on white background

This text has color #0F5E47 on white background.



Black color preview on #0F5E47 background

This text has black color on #0F5E47 background.


White color preview on #0F5E47 background

This text has white color on #0F5E47 background.