COLOR #0F4713

HEX: #0F4713
RGB: (15,71,19)

Color info

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

RGB color model

#0F4713 color RGB value is (15,71,19).

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

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 19 of 255 = 7%

15
71
19

R + G + B ~ 14%. #0F4713 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 71 + 19 = 105 (100%)
R 15 of 105 ~ 14.29%
G 71 of 105 ~ 67.62%
B 19 of 105 ~ 18.1%

%14.29
%67.62
%18.1

CMYK color model

#0F4713 color CMYK value is (79,0,73,72).

  • cyan value is 78.87%
  • magenta value is 0.00%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(79,0,73,72)
C79M0Y73K72 
(79%,0%,73%,72%)
(0.79/0.00/0.73/0.72)	

CMYK percentages

%78.87
%0
%73.24
%72.16

Codes

Color #0F4713 in popluar color models

0F4713
RGB157119
HSL124°65.12%16.86%
HSB/HSV124°78.87%27.84%
CMYK78.87%0.00%73.24%
72.16%

Color #0F4713 in popluar number systems.

HEX0F4713
Decimal157119
Binary1111100011110011
Octal1710723

Shades and tints

Shades of #0F4713

#0F4713
(15,71,19)
#0E4112
(14,65,18)
#0D3B11
(13,59,17)
#0C3510
(12,53,16)
#0B2F0F
(11,47,15)
#0A290E
(10,41,14)
#09230D
(9,35,13)
#081D0C
(8,29,12)
#07170B
(7,23,11)
#06110A
(6,17,10)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #0F4713

#0F4713
(15,71,19)
#245728
(36,87,40)
#39673D
(57,103,61)
#4E7752
(78,119,82)
#638767
(99,135,103)
#78977C
(120,151,124)
#8DA791
(141,167,145)
#A2B7A6
(162,183,166)
#B7C7BB
(183,199,187)
#CCD7D0
(204,215,208)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4713; }

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

This text font color is #0F4713.


Background Color

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

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

This div background color is #0F4713.


Border color

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

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

This div border color is #0F4713.


Opacity

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

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

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

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

This text has shadow with #0F4713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4713 on black background.


Color preview on white background

This text has color #0F4713 on white background.



Black color preview on #0F4713 background

This text has black color on #0F4713 background.


White color preview on #0F4713 background

This text has white color on #0F4713 background.