COLOR #0F4B47

HEX: #0F4B47
RGB: (15,75,71)

Color info

#0F4B47 contains mainly green and blue colors. Web safe color of #0F4B47 is #003333 (or #033).

RGB color model

#0F4B47 color RGB value is (15,75,71).

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

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 71 of 255 = 28%

15
75
71

R + G + B ~ 21%. #0F4B47 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 71 = 161 (100%)
R 15 of 161 ~ 9.32%
G 75 of 161 ~ 46.58%
B 71 of 161 ~ 44.1%

%46.58
%44.1

CMYK color model

#0F4B47 color CMYK value is (80,0,5,71).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 70.59%
CMYK:
(80,0,5,71)
C80M0Y5K71 
(80%,0%,5%,71%)
(0.80/0.00/0.05/0.71)	

CMYK percentages

%80
%0
%5.33
%70.59

Codes

Color #0F4B47 in popluar color models

0F4B47
RGB157571
HSL176°66.67%17.65%
HSB/HSV176°80.00%29.41%
CMYK80.00%0.00%5.33%
70.59%

Color #0F4B47 in popluar number systems.

HEX0F4B47
Decimal157571
Binary111110010111000111
Octal17113107

Shades and tints

Shades of #0F4B47

#0F4B47
(15,75,71)
#0E4541
(14,69,65)
#0D3F3B
(13,63,59)
#0C3935
(12,57,53)
#0B332F
(11,51,47)
#0A2D29
(10,45,41)
#092723
(9,39,35)
#08211D
(8,33,29)
#071B17
(7,27,23)
#061511
(6,21,17)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #0F4B47

#0F4B47
(15,75,71)
#245B57
(36,91,87)
#396B67
(57,107,103)
#4E7B77
(78,123,119)
#638B87
(99,139,135)
#789B97
(120,155,151)
#8DABA7
(141,171,167)
#A2BBB7
(162,187,183)
#B7CBC7
(183,203,199)
#CCDBD7
(204,219,215)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4B47; }

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

This text font color is #0F4B47.


Background Color

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

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

This div background color is #0F4B47.


Border color

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

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

This div border color is #0F4B47.


Opacity

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

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

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

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

This text has shadow with #0F4B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4B47 on black background.


Color preview on white background

This text has color #0F4B47 on white background.



Black color preview on #0F4B47 background

This text has black color on #0F4B47 background.


White color preview on #0F4B47 background

This text has white color on #0F4B47 background.