COLOR #0F4C19

HEX: #0F4C19
RGB: (15,76,25)

Color info

#0F4C19 contains mainly green and blue colors. Web safe color of #0F4C19 is #003300 (or #030).

RGB color model

#0F4C19 color RGB value is (15,76,25).

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

RGB channels and saturation

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

15
76
25

R + G + B ~ 15%. #0F4C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 76 + 25 = 116 (100%)
R 15 of 116 ~ 12.93%
G 76 of 116 ~ 65.52%
B 25 of 116 ~ 21.55%

%12.93
%65.52
%21.55

CMYK color model

#0F4C19 color CMYK value is (80,0,67,70).

  • cyan value is 80.26%
  • magenta value is 0.00%
  • yellow value is 67.11%
  • key color value is 70.20%
CMYK:
(80,0,67,70)
C80M0Y67K70 
(80%,0%,67%,70%)
(0.80/0.00/0.67/0.70)	

CMYK percentages

%80.26
%0
%67.11
%70.2

Codes

Color #0F4C19 in popluar color models

0F4C19
RGB157625
HSL130°67.03%17.84%
HSB/HSV130°80.26%29.80%
CMYK80.26%0.00%67.11%
70.20%

Color #0F4C19 in popluar number systems.

HEX0F4C19
Decimal157625
Binary1111100110011001
Octal1711431

Shades and tints

Shades of #0F4C19

#0F4C19
(15,76,25)
#0E4617
(14,70,23)
#0D4015
(13,64,21)
#0C3A13
(12,58,19)
#0B3411
(11,52,17)
#0A2E0F
(10,46,15)
#09280D
(9,40,13)
#08220B
(8,34,11)
#071C09
(7,28,9)
#061607
(6,22,7)
#051005
(5,16,5)
#000000
(0,0,0)

Tints of #0F4C19

#0F4C19
(15,76,25)
#245C2D
(36,92,45)
#396C41
(57,108,65)
#4E7C55
(78,124,85)
#638C69
(99,140,105)
#789C7D
(120,156,125)
#8DAC91
(141,172,145)
#A2BCA5
(162,188,165)
#B7CCB9
(183,204,185)
#CCDCCD
(204,220,205)
#E1ECE1
(225,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4C19; }

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

This text font color is #0F4C19.


Background Color

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

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

This div background color is #0F4C19.


Border color

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

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

This div border color is #0F4C19.


Opacity

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

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

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

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

This text has shadow with #0F4C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4C19 on black background.


Color preview on white background

This text has color #0F4C19 on white background.



Black color preview on #0F4C19 background

This text has black color on #0F4C19 background.


White color preview on #0F4C19 background

This text has white color on #0F4C19 background.