COLOR #0F4919

HEX: #0F4919
RGB: (15,73,25)

Color info

#0F4919 contains red, green and blue colors in about the same proportion. Web safe color of #0F4919 is #003300 (or #030).

RGB color model

#0F4919 color RGB value is (15,73,25).

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

RGB channels and saturation

R 15 of 255 = 6%
G 73 of 255 = 29%
B 25 of 255 = 10%

15
73
25

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

Portions of RGB colors in percentages

R + G + B =
15 + 73 + 25 = 113 (100%)
R 15 of 113 ~ 13.27%
G 73 of 113 ~ 64.6%
B 25 of 113 ~ 22.12%

%13.27
%64.6
%22.12

CMYK color model

#0F4919 color CMYK value is (79,0,66,71).

  • cyan value is 79.45%
  • magenta value is 0.00%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(79,0,66,71)
C79M0Y66K71 
(79%,0%,66%,71%)
(0.79/0.00/0.66/0.71)	

CMYK percentages

%79.45
%0
%65.75
%71.37

Codes

Color #0F4919 in popluar color models

0F4919
RGB157325
HSL130°65.91%17.25%
HSB/HSV130°79.45%28.63%
CMYK79.45%0.00%65.75%
71.37%

Color #0F4919 in popluar number systems.

HEX0F4919
Decimal157325
Binary1111100100111001
Octal1711131

Shades and tints

Shades of #0F4919

#0F4919
(15,73,25)
#0E4317
(14,67,23)
#0D3D15
(13,61,21)
#0C3713
(12,55,19)
#0B3111
(11,49,17)
#0A2B0F
(10,43,15)
#09250D
(9,37,13)
#081F0B
(8,31,11)
#071909
(7,25,9)
#061307
(6,19,7)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #0F4919

#0F4919
(15,73,25)
#24592D
(36,89,45)
#396941
(57,105,65)
#4E7955
(78,121,85)
#638969
(99,137,105)
#78997D
(120,153,125)
#8DA991
(141,169,145)
#A2B9A5
(162,185,165)
#B7C9B9
(183,201,185)
#CCD9CD
(204,217,205)
#E1E9E1
(225,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4919; }

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

This text font color is #0F4919.


Background Color

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

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

This div background color is #0F4919.


Border color

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

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

This div border color is #0F4919.


Opacity

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

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

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

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

This text has shadow with #0F4919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4919 on black background.


Color preview on white background

This text has color #0F4919 on white background.



Black color preview on #0F4919 background

This text has black color on #0F4919 background.


White color preview on #0F4919 background

This text has white color on #0F4919 background.