COLOR #0F280D

HEX: #0F280D
RGB: (15,40,13)

Color info

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

RGB color model

#0F280D color RGB value is (15,40,13).

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

RGB channels and saturation

R 15 of 255 = 6%
G 40 of 255 = 16%
B 13 of 255 = 5%

15
40
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 13 = 68 (100%)
R 15 of 68 ~ 22.06%
G 40 of 68 ~ 58.82%
B 13 of 68 ~ 19.12%

%22.06
%58.82
%19.12

CMYK color model

#0F280D color CMYK value is (63,0,68,84).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 84.31%
CMYK:
(63,0,68,84)
C63M0Y68K84 
(63%,0%,68%,84%)
(0.63/0.00/0.68/0.84)	

CMYK percentages

%62.5
%0
%67.5
%84.31

Codes

Color #0F280D in popluar color models

0F280D
RGB154013
HSL116°50.94%10.39%
HSB/HSV116°67.50%15.69%
CMYK62.50%0.00%67.50%
84.31%

Color #0F280D in popluar number systems.

HEX0F280D
Decimal154013
Binary11111010001101
Octal175015

Shades and tints

Shades of #0F280D

#0F280D
(15,40,13)
#0E250C
(14,37,12)
#0D220B
(13,34,11)
#0C1F0A
(12,31,10)
#0B1C09
(11,28,9)
#0A1908
(10,25,8)
#091607
(9,22,7)
#081306
(8,19,6)
#071005
(7,16,5)
#060D04
(6,13,4)
#050A03
(5,10,3)
#000000
(0,0,0)

Tints of #0F280D

#0F280D
(15,40,13)
#243B23
(36,59,35)
#394E39
(57,78,57)
#4E614F
(78,97,79)
#637465
(99,116,101)
#78877B
(120,135,123)
#8D9A91
(141,154,145)
#A2ADA7
(162,173,167)
#B7C0BD
(183,192,189)
#CCD3D3
(204,211,211)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F280D; }

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

This text font color is #0F280D.


Background Color

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

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

This div background color is #0F280D.


Border color

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

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

This div border color is #0F280D.


Opacity

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

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

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

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

This text has shadow with #0F280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F280D on black background.


Color preview on white background

This text has color #0F280D on white background.



Black color preview on #0F280D background

This text has black color on #0F280D background.


White color preview on #0F280D background

This text has white color on #0F280D background.