COLOR #0F4942

HEX: #0F4942
RGB: (15,73,66)

Color info

#0F4942 contains red, green and blue colors in about the same proportion. Web safe color of #0F4942 is #003333 (or #033).

RGB color model

#0F4942 color RGB value is (15,73,66).

  • red value is 15;
  • green value is 73;
  • blue value is 66.
RGB:
(15,73,66)
(6%,29%,26%)

RGB channels and saturation

R 15 of 255 = 6%
G 73 of 255 = 29%
B 66 of 255 = 26%

15
73
66

R + G + B ~ 20%. #0F4942 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 73 + 66 = 154 (100%)
R 15 of 154 ~ 9.74%
G 73 of 154 ~ 47.4%
B 66 of 154 ~ 42.86%

%9.74
%47.4
%42.86

CMYK color model

#0F4942 color CMYK value is (79,0,10,71).

  • cyan value is 79.45%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(79,0,10,71)
C79M0Y10K71 
(79%,0%,10%,71%)
(0.79/0.00/0.10/0.71)	

CMYK percentages

%79.45
%0
%9.59
%71.37

Codes

Color #0F4942 in popluar color models

0F4942
RGB157366
HSL173°65.91%17.25%
HSB/HSV173°79.45%28.63%
CMYK79.45%0.00%9.59%
71.37%

Color #0F4942 in popluar number systems.

HEX0F4942
Decimal157366
Binary111110010011000010
Octal17111102

Shades and tints

Shades of #0F4942

#0F4942
(15,73,66)
#0E433C
(14,67,60)
#0D3D36
(13,61,54)
#0C3730
(12,55,48)
#0B312A
(11,49,42)
#0A2B24
(10,43,36)
#09251E
(9,37,30)
#081F18
(8,31,24)
#071912
(7,25,18)
#06130C
(6,19,12)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #0F4942

#0F4942
(15,73,66)
#245953
(36,89,83)
#396964
(57,105,100)
#4E7975
(78,121,117)
#638986
(99,137,134)
#789997
(120,153,151)
#8DA9A8
(141,169,168)
#A2B9B9
(162,185,185)
#B7C9CA
(183,201,202)
#CCD9DB
(204,217,219)
#E1E9EC
(225,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4942 color. Also use rgb(15,73,66) instead hex code.

Text Font Color

.myTextColor { color: #0F4942; }

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

This text font color is #0F4942.


Background Color

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

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

This div background color is #0F4942.


Border color

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

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

This div border color is #0F4942.


Opacity

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

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

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

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

This text has shadow with #0F4942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4942 on black background.


Color preview on white background

This text has color #0F4942 on white background.



Black color preview on #0F4942 background

This text has black color on #0F4942 background.


White color preview on #0F4942 background

This text has white color on #0F4942 background.