COLOR #0F290A

HEX: #0F290A
RGB: (15,41,10)

Color info

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

RGB color model

#0F290A color RGB value is (15,41,10).

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

RGB channels and saturation

R 15 of 255 = 6%
G 41 of 255 = 16%
B 10 of 255 = 4%

15
41
10

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

Portions of RGB colors in percentages

R + G + B =
15 + 41 + 10 = 66 (100%)
R 15 of 66 ~ 22.73%
G 41 of 66 ~ 62.12%
B 10 of 66 ~ 15.15%

%22.73
%62.12
%15.15

CMYK color model

#0F290A color CMYK value is (63,0,76,84).

  • cyan value is 63.41%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(63,0,76,84)
C63M0Y76K84 
(63%,0%,76%,84%)
(0.63/0.00/0.76/0.84)	

CMYK percentages

%63.41
%0
%75.61
%83.92

Codes

Color #0F290A in popluar color models

0F290A
RGB154110
HSL110°60.78%10.00%
HSB/HSV110°75.61%16.08%
CMYK63.41%0.00%75.61%
83.92%

Color #0F290A in popluar number systems.

HEX0F290A
Decimal154110
Binary11111010011010
Octal175112

Shades and tints

Shades of #0F290A

#0F290A
(15,41,10)
#0E260A
(14,38,10)
#0D230A
(13,35,10)
#0C200A
(12,32,10)
#0B1D0A
(11,29,10)
#0A1A0A
(10,26,10)
#09170A
(9,23,10)
#08140A
(8,20,10)
#07110A
(7,17,10)
#060E0A
(6,14,10)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #0F290A

#0F290A
(15,41,10)
#243C20
(36,60,32)
#394F36
(57,79,54)
#4E624C
(78,98,76)
#637562
(99,117,98)
#788878
(120,136,120)
#8D9B8E
(141,155,142)
#A2AEA4
(162,174,164)
#B7C1BA
(183,193,186)
#CCD4D0
(204,212,208)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F290A; }

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

This text font color is #0F290A.


Background Color

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

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

This div background color is #0F290A.


Border color

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

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

This div border color is #0F290A.


Opacity

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

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

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

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

This text has shadow with #0F290A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F290A on black background.


Color preview on white background

This text has color #0F290A on white background.



Black color preview on #0F290A background

This text has black color on #0F290A background.


White color preview on #0F290A background

This text has white color on #0F290A background.