COLOR #002607

HEX: #002607
RGB: (0,38,7)

Color info

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

RGB color model

#002607 color RGB value is (0,38,7).

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

RGB channels and saturation

R 0 of 255 = 0%
G 38 of 255 = 15%
B 7 of 255 = 3%

0
38
7

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

Portions of RGB colors in percentages

R + G + B =
0 + 38 + 7 = 45 (100%)
R 0 of 45 ~ 0%
G 38 of 45 ~ 84.44%
B 7 of 45 ~ 15.56%

%84.44
%15.56

CMYK color model

#002607 color CMYK value is (100,0,82,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 81.58%
  • key color value is 85.10%
CMYK:
(100,0,82,85)
C100M0Y82K85 
(100%,0%,82%,85%)
(1.00/0.00/0.82/0.85)	

CMYK percentages

%100
%0
%81.58
%85.1

Codes

Color #002607 in popluar color models

002607
RGB0387
HSL131°100.00%7.45%
HSB/HSV131°100.00%14.90%
CMYK100.00%0.00%81.58%
85.10%

Color #002607 in popluar number systems.

HEX002607
Decimal0387
Binary0100110111
Octal0467

Shades and tints

Shades of #002607

#002607
(0,38,7)
#002307
(0,35,7)
#002007
(0,32,7)
#001D07
(0,29,7)
#001A07
(0,26,7)
#001707
(0,23,7)
#001407
(0,20,7)
#001107
(0,17,7)
#000E07
(0,14,7)
#000B07
(0,11,7)
#000807
(0,8,7)
#000000
(0,0,0)

Tints of #002607

#002607
(0,38,7)
#17391D
(23,57,29)
#2E4C33
(46,76,51)
#455F49
(69,95,73)
#5C725F
(92,114,95)
#738575
(115,133,117)
#8A988B
(138,152,139)
#A1ABA1
(161,171,161)
#B8BEB7
(184,190,183)
#CFD1CD
(207,209,205)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002607; }

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

This text font color is #002607.


Background Color

.myBgColor { background-color: #002607; }

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

This div background color is #002607.


Border color

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

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

This div border color is #002607.


Opacity

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

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

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

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

This text has shadow with #002607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002607 on black background.


Color preview on white background

This text has color #002607 on white background.



Black color preview on #002607 background

This text has black color on #002607 background.


White color preview on #002607 background

This text has white color on #002607 background.