COLOR #00240F

HEX: #00240F
RGB: (0,36,15)

Color info

#00240F contains only green and blue colors. Web safe color of #00240F is #003300 (or #030).

RGB color model

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

  • red value is 0;
  • green value is 36;
  • blue value is 15.
RGB:
(0,36,15)
(0%,14%,6%)

RGB channels and saturation

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

0
36
15

R + G + B ~ 7%. #00240F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 36 + 15 = 51 (100%)
R 0 of 51 ~ 0%
G 36 of 51 ~ 70.59%
B 15 of 51 ~ 29.41%

%70.59
%29.41

CMYK color model

#00240F color CMYK value is (100,0,58,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK:
(100,0,58,86)
C100M0Y58K86 
(100%,0%,58%,86%)
(1.00/0.00/0.58/0.86)	

CMYK percentages

%100
%0
%58.33
%85.88

Codes

Color #00240F in popluar color models

00240F
RGB03615
HSL145°100.00%7.06%
HSB/HSV145°100.00%14.12%
CMYK100.00%0.00%58.33%
85.88%

Color #00240F in popluar number systems.

HEX00240F
Decimal03615
Binary01001001111
Octal04417

Shades and tints

Shades of #00240F

#00240F
(0,36,15)
#00210E
(0,33,14)
#001E0D
(0,30,13)
#001B0C
(0,27,12)
#00180B
(0,24,11)
#00150A
(0,21,10)
#001209
(0,18,9)
#000F08
(0,15,8)
#000C07
(0,12,7)
#000906
(0,9,6)
#000605
(0,6,5)
#000000
(0,0,0)

Tints of #00240F

#00240F
(0,36,15)
#173724
(23,55,36)
#2E4A39
(46,74,57)
#455D4E
(69,93,78)
#5C7063
(92,112,99)
#738378
(115,131,120)
#8A968D
(138,150,141)
#A1A9A2
(161,169,162)
#B8BCB7
(184,188,183)
#CFCFCC
(207,207,204)
#E6E2E1
(230,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00240F; }

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

This text font color is #00240F.


Background Color

.myBgColor { background-color: #00240F; }

<div style="background-color:#00240F">Inner text</div>

This div background color is #00240F.


Border color

.myBorderColor { border: 1px solid #00240F; }

<div style="border:3px solid #00240F">Div</div>

This div border color is #00240F.


Opacity

.myOpacity80 { color: #00240F; opacity: 0.8; }

<p style="color:#00240F;opacity:0.8;">80%</p>

Text with #00240F 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 #00240F;}

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

This text has shadow with #00240F color.

.textShadow {text-shadow: 3px 3px 1px #00240F, 3px 3px 1px red;}

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

This text has shadow with #00240F primary color and red secondary color.


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

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

This text has shadow with #00240F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00240F on black background.


Color preview on white background

This text has color #00240F on white background.



Black color preview on #00240F background

This text has black color on #00240F background.


White color preview on #00240F background

This text has white color on #00240F background.