COLOR #0F6B2F

HEX: #0F6B2F
RGB: (15,107,47)

Color info

#0F6B2F contains mainly green color. Web safe color of #0F6B2F is #006633 (or #063).

RGB color model

#0F6B2F color RGB value is (15,107,47).

  • red value is 15;
  • green value is 107;
  • blue value is 47.
RGB:
(15,107,47)
(6%,42%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 107 of 255 = 42%
B 47 of 255 = 18%

15
107
47

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

Portions of RGB colors in percentages

R + G + B =
15 + 107 + 47 = 169 (100%)
R 15 of 169 ~ 8.88%
G 107 of 169 ~ 63.31%
B 47 of 169 ~ 27.81%

%63.31
%27.81

CMYK color model

#0F6B2F color CMYK value is (86,0,56,58).

  • cyan value is 85.98%
  • magenta value is 0.00%
  • yellow value is 56.07%
  • key color value is 58.04%
CMYK:
(86,0,56,58)
C86M0Y56K58 
(86%,0%,56%,58%)
(0.86/0.00/0.56/0.58)	

CMYK percentages

%85.98
%0
%56.07
%58.04

Codes

Color #0F6B2F in popluar color models

0F6B2F
RGB1510747
HSL141°75.41%23.92%
HSB/HSV141°85.98%41.96%
CMYK85.98%0.00%56.07%
58.04%

Color #0F6B2F in popluar number systems.

HEX0F6B2F
Decimal1510747
Binary11111101011101111
Octal1715357

Shades and tints

Shades of #0F6B2F

#0F6B2F
(15,107,47)
#0E622B
(14,98,43)
#0D5927
(13,89,39)
#0C5023
(12,80,35)
#0B471F
(11,71,31)
#0A3E1B
(10,62,27)
#093517
(9,53,23)
#082C13
(8,44,19)
#07230F
(7,35,15)
#061A0B
(6,26,11)
#051107
(5,17,7)
#000000
(0,0,0)

Tints of #0F6B2F

#0F6B2F
(15,107,47)
#247841
(36,120,65)
#398553
(57,133,83)
#4E9265
(78,146,101)
#639F77
(99,159,119)
#78AC89
(120,172,137)
#8DB99B
(141,185,155)
#A2C6AD
(162,198,173)
#B7D3BF
(183,211,191)
#CCE0D1
(204,224,209)
#E1EDE3
(225,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6B2F color. Also use rgb(15,107,47) instead hex code.

Text Font Color

.myTextColor { color: #0F6B2F; }

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

This text font color is #0F6B2F.


Background Color

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

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

This div background color is #0F6B2F.


Border color

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

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

This div border color is #0F6B2F.


Opacity

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

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

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

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

This text has shadow with #0F6B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6B2F on black background.


Color preview on white background

This text has color #0F6B2F on white background.



Black color preview on #0F6B2F background

This text has black color on #0F6B2F background.


White color preview on #0F6B2F background

This text has white color on #0F6B2F background.