COLOR #0F280C

HEX: #0F280C
RGB: (15,40,12)

Color info

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

RGB color model

#0F280C color RGB value is (15,40,12).

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

RGB channels and saturation

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

15
40
12

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

Portions of RGB colors in percentages

R + G + B =
15 + 40 + 12 = 67 (100%)
R 15 of 67 ~ 22.39%
G 40 of 67 ~ 59.7%
B 12 of 67 ~ 17.91%

%22.39
%59.7
%17.91

CMYK color model

#0F280C color CMYK value is (63,0,70,84).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 84.31%
CMYK:
(63,0,70,84)
C63M0Y70K84 
(63%,0%,70%,84%)
(0.63/0.00/0.70/0.84)	

CMYK percentages

%62.5
%0
%70
%84.31

Codes

Color #0F280C in popluar color models

0F280C
RGB154012
HSL114°53.85%10.20%
HSB/HSV114°70.00%15.69%
CMYK62.50%0.00%70.00%
84.31%

Color #0F280C in popluar number systems.

HEX0F280C
Decimal154012
Binary11111010001100
Octal175014

Shades and tints

Shades of #0F280C

#0F280C
(15,40,12)
#0E250B
(14,37,11)
#0D220A
(13,34,10)
#0C1F09
(12,31,9)
#0B1C08
(11,28,8)
#0A1907
(10,25,7)
#091606
(9,22,6)
#081305
(8,19,5)
#071004
(7,16,4)
#060D03
(6,13,3)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #0F280C

#0F280C
(15,40,12)
#243B22
(36,59,34)
#394E38
(57,78,56)
#4E614E
(78,97,78)
#637464
(99,116,100)
#78877A
(120,135,122)
#8D9A90
(141,154,144)
#A2ADA6
(162,173,166)
#B7C0BC
(183,192,188)
#CCD3D2
(204,211,210)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F280C; }

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

This text font color is #0F280C.


Background Color

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

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

This div background color is #0F280C.


Border color

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

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

This div border color is #0F280C.


Opacity

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

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

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

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

This text has shadow with #0F280C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F280C on black background.


Color preview on white background

This text has color #0F280C on white background.



Black color preview on #0F280C background

This text has black color on #0F280C background.


White color preview on #0F280C background

This text has white color on #0F280C background.