COLOR #002407

HEX: #002407
RGB: (0,36,7)

Color info

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

RGB color model

#002407 color RGB value is (0,36,7).

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

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 7 of 255 = 3%

0
36
7

R + G + B ~ 6%. #002407 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 36 + 7 = 43 (100%)
R 0 of 43 ~ 0%
G 36 of 43 ~ 83.72%
B 7 of 43 ~ 16.28%

%83.72
%16.28

CMYK color model

#002407 color CMYK value is (100,0,81,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 80.56%
  • key color value is 85.88%
CMYK:
(100,0,81,86)
C100M0Y81K86 
(100%,0%,81%,86%)
(1.00/0.00/0.81/0.86)	

CMYK percentages

%100
%0
%80.56
%85.88

Codes

Color #002407 in popluar color models

002407
RGB0367
HSL132°100.00%7.06%
HSB/HSV132°100.00%14.12%
CMYK100.00%0.00%80.56%
85.88%

Color #002407 in popluar number systems.

HEX002407
Decimal0367
Binary0100100111
Octal0447

Shades and tints

Shades of #002407

#002407
(0,36,7)
#002107
(0,33,7)
#001E07
(0,30,7)
#001B07
(0,27,7)
#001807
(0,24,7)
#001507
(0,21,7)
#001207
(0,18,7)
#000F07
(0,15,7)
#000C07
(0,12,7)
#000907
(0,9,7)
#000607
(0,6,7)
#000000
(0,0,0)

Tints of #002407

#002407
(0,36,7)
#17371D
(23,55,29)
#2E4A33
(46,74,51)
#455D49
(69,93,73)
#5C705F
(92,112,95)
#738375
(115,131,117)
#8A968B
(138,150,139)
#A1A9A1
(161,169,161)
#B8BCB7
(184,188,183)
#CFCFCD
(207,207,205)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002407; }

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

This text font color is #002407.


Background Color

.myBgColor { background-color: #002407; }

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

This div background color is #002407.


Border color

.myBorderColor { border: 1px solid #002407; }

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

This div border color is #002407.


Opacity

.myOpacity80 { color: #002407; opacity: 0.8; }

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

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

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

This text has shadow with #002407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002407 on black background.


Color preview on white background

This text has color #002407 on white background.



Black color preview on #002407 background

This text has black color on #002407 background.


White color preview on #002407 background

This text has white color on #002407 background.