COLOR #0F2809

HEX: #0F2809
RGB: (15,40,9)

Color info

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

RGB color model

#0F2809 color RGB value is (15,40,9).

  • red value is 15;
  • green value is 40;
  • blue value is 9.
RGB:
(15,40,9)
(6%,16%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 9 of 255 = 4%

15
40
9

R + G + B ~ 9%. #0F2809 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 9 = 64 (100%)
R 15 of 64 ~ 23.44%
G 40 of 64 ~ 62.5%
B 9 of 64 ~ 14.06%

%23.44
%62.5
%14.06

CMYK color model

#0F2809 color CMYK value is (63,0,78,84).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 84.31%
CMYK:
(63,0,78,84)
C63M0Y78K84 
(63%,0%,78%,84%)
(0.63/0.00/0.78/0.84)	

CMYK percentages

%62.5
%0
%77.5
%84.31

Codes

Color #0F2809 in popluar color models

0F2809
RGB15409
HSL108°63.27%9.61%
HSB/HSV108°77.50%15.69%
CMYK62.50%0.00%77.50%
84.31%

Color #0F2809 in popluar number systems.

HEX0F2809
Decimal15409
Binary11111010001001
Octal175011

Shades and tints

Shades of #0F2809

#0F2809
(15,40,9)
#0E2509
(14,37,9)
#0D2209
(13,34,9)
#0C1F09
(12,31,9)
#0B1C09
(11,28,9)
#0A1909
(10,25,9)
#091609
(9,22,9)
#081309
(8,19,9)
#071009
(7,16,9)
#060D09
(6,13,9)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #0F2809

#0F2809
(15,40,9)
#243B1F
(36,59,31)
#394E35
(57,78,53)
#4E614B
(78,97,75)
#637461
(99,116,97)
#788777
(120,135,119)
#8D9A8D
(141,154,141)
#A2ADA3
(162,173,163)
#B7C0B9
(183,192,185)
#CCD3CF
(204,211,207)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2809 color. Also use rgb(15,40,9) instead hex code.

Text Font Color

.myTextColor { color: #0F2809; }

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

This text font color is #0F2809.


Background Color

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

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

This div background color is #0F2809.


Border color

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

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

This div border color is #0F2809.


Opacity

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

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

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

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

This text has shadow with #0F2809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2809 on black background.


Color preview on white background

This text has color #0F2809 on white background.



Black color preview on #0F2809 background

This text has black color on #0F2809 background.


White color preview on #0F2809 background

This text has white color on #0F2809 background.