COLOR #0F290F

HEX: #0F290F RGB: (15,41,15)

Color info

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

RGB color model

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

RGB: (15,41,15) (6%, 16%, 6%)

RGB channels and saturation

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

15
41
15

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

Portions of RGB colors in percentages

R + G + B = 15 + 41 + 15 = 71 (100%)
R 15 of 71 ~ 21.13%
G 41 of 71 ~ 57.75%
B 15 of 71 ~ 21.13'%

%21.13
%57.75
%21.13

CMYK color model

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

  • cyan value is 63.41%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 83.92%

CMYK: (63,0,63,84)
C63M0Y63K84 (63%, 0%, 63%, 84%)
(0.63 / 0.00 / 0.63 / 0.84)

CMYK percentages

%63.41
%0
%63.41
%83.92

Codes

Color #0F290F in popluar color models

0F 29 0F
RGB 15 41 15
HSL 120° 46.43% 10.98%
HSB/HSV 120° 63.41% 16.08%
CMYK 63.41% 0.00% 63.41%
83.92%

Color #0F290F in popluar number systems.

HEX 0F 29 0F
Decimal 15 41 15
Binary 1111 101001 1111
Octal 17 51 17

Shades and tints

Shades of #0F290F

#0F290F
(15,41,15)
#0E260E
(14,38,14)
#0D230D
(13,35,13)
#0C200C
(12,32,12)
#0B1D0B
(11,29,11)
#0A1A0A
(10,26,10)
#091709
(9,23,9)
#081408
(8,20,8)
#071107
(7,17,7)
#060E06
(6,14,6)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #0F290F

#0F290F
(15,41,15)
#243C24
(36,60,36)
#394F39
(57,79,57)
#4E624E
(78,98,78)
#637563
(99,117,99)
#788878
(120,136,120)
#8D9B8D
(141,155,141)
#A2AEA2
(162,174,162)
#B7C1B7
(183,193,183)
#CCD4CC
(204,212,204)
#E1E7E1
(225,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F290F; }

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

This text font color is #0F290F.

Background Color

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

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

This div background color is #0F290F.

Border color

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

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

This div border color is #0F290F.

Opacity

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

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

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

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

This text has shadow with #0F290F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F290F.

Preview

Color preview on black background

This text has color #0F290F on black background.


Color preview on white background

This text has color #0F290F on white background.


Black color preview on #0F290F background

This text has black color on #0F290F background.


White color preview on #0F290F background

This text has white color on #0F290F background.


Related colors

Complementary color

Complementary color for #hex is #F0D6F0.


I love getcolorcode.com

Triadic colors

1 #0F0F29 and #290F0F with #0F290F are triadic colors.

2 #0F290F and #290F0F with #0F290F are triadic colors.