COLOR #0F4C3F

HEX: #0F4C3F
RGB: (15,76,63)

Color info

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

RGB color model

#0F4C3F color RGB value is (15,76,63).

  • red value is 15;
  • green value is 76;
  • blue value is 63.
RGB:
(15,76,63)
(6%,30%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 76 of 255 = 30%
B 63 of 255 = 25%

15
76
63

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

Portions of RGB colors in percentages

R + G + B =
15 + 76 + 63 = 154 (100%)
R 15 of 154 ~ 9.74%
G 76 of 154 ~ 49.35%
B 63 of 154 ~ 40.91%

%9.74
%49.35
%40.91

CMYK color model

#0F4C3F color CMYK value is (80,0,17,70).

  • cyan value is 80.26%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 70.20%
CMYK:
(80,0,17,70)
C80M0Y17K70 
(80%,0%,17%,70%)
(0.80/0.00/0.17/0.70)	

CMYK percentages

%80.26
%0
%17.11
%70.2

Codes

Color #0F4C3F in popluar color models

0F4C3F
RGB157663
HSL167°67.03%17.84%
HSB/HSV167°80.26%29.80%
CMYK80.26%0.00%17.11%
70.20%

Color #0F4C3F in popluar number systems.

HEX0F4C3F
Decimal157663
Binary11111001100111111
Octal1711477

Shades and tints

Shades of #0F4C3F

#0F4C3F
(15,76,63)
#0E463A
(14,70,58)
#0D4035
(13,64,53)
#0C3A30
(12,58,48)
#0B342B
(11,52,43)
#0A2E26
(10,46,38)
#092821
(9,40,33)
#08221C
(8,34,28)
#071C17
(7,28,23)
#061612
(6,22,18)
#05100D
(5,16,13)
#000000
(0,0,0)

Tints of #0F4C3F

#0F4C3F
(15,76,63)
#245C50
(36,92,80)
#396C61
(57,108,97)
#4E7C72
(78,124,114)
#638C83
(99,140,131)
#789C94
(120,156,148)
#8DACA5
(141,172,165)
#A2BCB6
(162,188,182)
#B7CCC7
(183,204,199)
#CCDCD8
(204,220,216)
#E1ECE9
(225,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4C3F color. Also use rgb(15,76,63) instead hex code.

Text Font Color

.myTextColor { color: #0F4C3F; }

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

This text font color is #0F4C3F.


Background Color

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

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

This div background color is #0F4C3F.


Border color

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

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

This div border color is #0F4C3F.


Opacity

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

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

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

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

This text has shadow with #0F4C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4C3F on black background.


Color preview on white background

This text has color #0F4C3F on white background.



Black color preview on #0F4C3F background

This text has black color on #0F4C3F background.


White color preview on #0F4C3F background

This text has white color on #0F4C3F background.