COLOR #0F240F

HEX: #0F240F RGB: (15,36,15)

Color info

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

RGB color model

#0F240F color RGB value is (15,36,15).

RGB: (15,36,15) (6%, 14%, 6%)

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 15 of 255 = 6%

15
36
15

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

Portions of RGB colors in percentages

R + G + B = 15 + 36 + 15 = 66 (100%)
R 15 of 66 ~ 22.73%
G 36 of 66 ~ 54.55%
B 15 of 66 ~ 22.73'%

%22.73
%54.55
%22.73

CMYK color model

#0F240F color CMYK value is (58,0,58,86).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 85.88%

CMYK: (58,0,58,86)
C58M0Y58K86 (58%, 0%, 58%, 86%)
(0.58 / 0.00 / 0.58 / 0.86)

CMYK percentages

%58.33
%0
%58.33
%85.88

Codes

Color #0F240F in popluar color models

0F 24 0F
RGB 15 36 15
HSL 120° 41.18% 10.00%
HSB/HSV 120° 58.33% 14.12%
CMYK 58.33% 0.00% 58.33%
85.88%

Color #0F240F in popluar number systems.

HEX 0F 24 0F
Decimal 15 36 15
Binary 1111 100100 1111
Octal 17 44 17

Shades and tints

Shades of #0F240F

#0F240F
(15,36,15)
#0E210E
(14,33,14)
#0D1E0D
(13,30,13)
#0C1B0C
(12,27,12)
#0B180B
(11,24,11)
#0A150A
(10,21,10)
#091209
(9,18,9)
#080F08
(8,15,8)
#070C07
(7,12,7)
#060906
(6,9,6)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #0F240F

#0F240F
(15,36,15)
#243724
(36,55,36)
#394A39
(57,74,57)
#4E5D4E
(78,93,78)
#637063
(99,112,99)
#788378
(120,131,120)
#8D968D
(141,150,141)
#A2A9A2
(162,169,162)
#B7BCB7
(183,188,183)
#CCCFCC
(204,207,204)
#E1E2E1
(225,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F240F; }

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

This text font color is #0F240F.

Background Color

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

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

This div background color is #0F240F.

Border color

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

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

This div border color is #0F240F.

Opacity

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

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

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

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

This text has shadow with #0F240F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F240F.

Preview

Color preview on black background

This text has color #0F240F on black background.


Color preview on white background

This text has color #0F240F on white background.


Black color preview on #0F240F background

This text has black color on #0F240F background.


White color preview on #0F240F background

This text has white color on #0F240F background.


Related colors

Complementary color

Complementary color for #hex is #F0DBF0.


I love getcolorcode.com

Triadic colors

1 #0F0F24 and #240F0F with #0F240F are triadic colors.

2 #0F240F and #240F0F with #0F240F are triadic colors.