COLOR #0F8319

HEX: #0F8319
RGB: (15,131,25)

Color info

#0F8319 contains mainly green color. Web safe color of #0F8319 is #009900 (or #090).

RGB color model

#0F8319 color RGB value is (15,131,25).

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

RGB channels and saturation

R 15 of 255 = 6%
G 131 of 255 = 51%
B 25 of 255 = 10%

15
131
25

R + G + B ~ 22%. #0F8319 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 131 + 25 = 171 (100%)
R 15 of 171 ~ 8.77%
G 131 of 171 ~ 76.61%
B 25 of 171 ~ 14.62%

%76.61
%14.62

CMYK color model

#0F8319 color CMYK value is (89,0,81,49).

  • cyan value is 88.55%
  • magenta value is 0.00%
  • yellow value is 80.92%
  • key color value is 48.63%
CMYK:
(89,0,81,49)
C89M0Y81K49 
(89%,0%,81%,49%)
(0.89/0.00/0.81/0.49)	

CMYK percentages

%88.55
%0
%80.92
%48.63

Codes

Color #0F8319 in popluar color models

0F8319
RGB1513125
HSL125°79.45%28.63%
HSB/HSV125°88.55%51.37%
CMYK88.55%0.00%80.92%
48.63%

Color #0F8319 in popluar number systems.

HEX0F8319
Decimal1513125
Binary11111000001111001
Octal1720331

Shades and tints

Shades of #0F8319

#0F8319
(15,131,25)
#0E7817
(14,120,23)
#0D6D15
(13,109,21)
#0C6213
(12,98,19)
#0B5711
(11,87,17)
#0A4C0F
(10,76,15)
#09410D
(9,65,13)
#08360B
(8,54,11)
#072B09
(7,43,9)
#062007
(6,32,7)
#051505
(5,21,5)
#000000
(0,0,0)

Tints of #0F8319

#0F8319
(15,131,25)
#248E2D
(36,142,45)
#399941
(57,153,65)
#4EA455
(78,164,85)
#63AF69
(99,175,105)
#78BA7D
(120,186,125)
#8DC591
(141,197,145)
#A2D0A5
(162,208,165)
#B7DBB9
(183,219,185)
#CCE6CD
(204,230,205)
#E1F1E1
(225,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F8319; }

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

This text font color is #0F8319.


Background Color

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

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

This div background color is #0F8319.


Border color

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

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

This div border color is #0F8319.


Opacity

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

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

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

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

This text has shadow with #0F8319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8319 on black background.


Color preview on white background

This text has color #0F8319 on white background.



Black color preview on #0F8319 background

This text has black color on #0F8319 background.


White color preview on #0F8319 background

This text has white color on #0F8319 background.