COLOR #0F6E0A

HEX: #0F6E0A
RGB: (15,110,10)

Color info

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

RGB color model

#0F6E0A color RGB value is (15,110,10).

  • red value is 15;
  • green value is 110;
  • blue value is 10.
RGB:
(15,110,10)
(6%,43%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 110 of 255 = 43%
B 10 of 255 = 4%

15
110
10

R + G + B ~ 18%. #0F6E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 110 + 10 = 135 (100%)
R 15 of 135 ~ 11.11%
G 110 of 135 ~ 81.48%
B 10 of 135 ~ 7.41%

%11.11
%81.48

CMYK color model

#0F6E0A color CMYK value is (86,0,91,57).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 56.86%
CMYK:
(86,0,91,57)
C86M0Y91K57 
(86%,0%,91%,57%)
(0.86/0.00/0.91/0.57)	

CMYK percentages

%86.36
%0
%90.91
%56.86

Codes

Color #0F6E0A in popluar color models

0F6E0A
RGB1511010
HSL117°83.33%23.53%
HSB/HSV117°90.91%43.14%
CMYK86.36%0.00%90.91%
56.86%

Color #0F6E0A in popluar number systems.

HEX0F6E0A
Decimal1511010
Binary111111011101010
Octal1715612

Shades and tints

Shades of #0F6E0A

#0F6E0A
(15,110,10)
#0E640A
(14,100,10)
#0D5A0A
(13,90,10)
#0C500A
(12,80,10)
#0B460A
(11,70,10)
#0A3C0A
(10,60,10)
#09320A
(9,50,10)
#08280A
(8,40,10)
#071E0A
(7,30,10)
#06140A
(6,20,10)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F6E0A

#0F6E0A
(15,110,10)
#247B20
(36,123,32)
#398836
(57,136,54)
#4E954C
(78,149,76)
#63A262
(99,162,98)
#78AF78
(120,175,120)
#8DBC8E
(141,188,142)
#A2C9A4
(162,201,164)
#B7D6BA
(183,214,186)
#CCE3D0
(204,227,208)
#E1F0E6
(225,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6E0A color. Also use rgb(15,110,10) instead hex code.

Text Font Color

.myTextColor { color: #0F6E0A; }

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

This text font color is #0F6E0A.


Background Color

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

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

This div background color is #0F6E0A.


Border color

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

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

This div border color is #0F6E0A.


Opacity

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

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

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

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

This text has shadow with #0F6E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6E0A on black background.


Color preview on white background

This text has color #0F6E0A on white background.



Black color preview on #0F6E0A background

This text has black color on #0F6E0A background.


White color preview on #0F6E0A background

This text has white color on #0F6E0A background.