COLOR #0F800D

HEX: #0F800D
RGB: (15,128,13)

Color info

#0F800D contains mainly green color. Web safe color of #0F800D is #006600 (or #060).

RGB color model

#0F800D color RGB value is (15,128,13).

  • red value is 15;
  • green value is 128;
  • blue value is 13.
RGB:
(15,128,13)
(6%,50%,5%)

RGB channels and saturation

R 15 of 255 = 6%
G 128 of 255 = 50%
B 13 of 255 = 5%

15
128
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 128 + 13 = 156 (100%)
R 15 of 156 ~ 9.62%
G 128 of 156 ~ 82.05%
B 13 of 156 ~ 8.33%

%9.62
%82.05

CMYK color model

#0F800D color CMYK value is (88,0,90,50).

  • cyan value is 88.28%
  • magenta value is 0.00%
  • yellow value is 89.84%
  • key color value is 49.80%
CMYK:
(88,0,90,50)
C88M0Y90K50 
(88%,0%,90%,50%)
(0.88/0.00/0.90/0.50)	

CMYK percentages

%88.28
%0
%89.84
%49.8

Codes

Color #0F800D in popluar color models

0F800D
RGB1512813
HSL119°81.56%27.65%
HSB/HSV119°89.84%50.20%
CMYK88.28%0.00%89.84%
49.80%

Color #0F800D in popluar number systems.

HEX0F800D
Decimal1512813
Binary1111100000001101
Octal1720015

Shades and tints

Shades of #0F800D

#0F800D
(15,128,13)
#0E750C
(14,117,12)
#0D6A0B
(13,106,11)
#0C5F0A
(12,95,10)
#0B5409
(11,84,9)
#0A4908
(10,73,8)
#093E07
(9,62,7)
#083306
(8,51,6)
#072805
(7,40,5)
#061D04
(6,29,4)
#051203
(5,18,3)
#000000
(0,0,0)

Tints of #0F800D

#0F800D
(15,128,13)
#248B23
(36,139,35)
#399639
(57,150,57)
#4EA14F
(78,161,79)
#63AC65
(99,172,101)
#78B77B
(120,183,123)
#8DC291
(141,194,145)
#A2CDA7
(162,205,167)
#B7D8BD
(183,216,189)
#CCE3D3
(204,227,211)
#E1EEE9
(225,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F800D color. Also use rgb(15,128,13) instead hex code.

Text Font Color

.myTextColor { color: #0F800D; }

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

This text font color is #0F800D.


Background Color

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

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

This div background color is #0F800D.


Border color

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

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

This div border color is #0F800D.


Opacity

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

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

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

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

This text has shadow with #0F800D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F800D on black background.


Color preview on white background

This text has color #0F800D on white background.



Black color preview on #0F800D background

This text has black color on #0F800D background.


White color preview on #0F800D background

This text has white color on #0F800D background.