COLOR #001507

HEX: #001507 RGB: (0,21,7)

Color info

#001507 contains only green and blue colors. Web safe color of #001507 is #000000 (or #000).

RGB color model

#001507 color RGB value is (0,21,7).

RGB: (0,21,7) (0%, 8%, 3%)

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 7 of 255 = 3%

0
21
7

R + G + B ~ 4%. #001507 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 21 + 7 = 28 (100%)
R 0 of 28 ~ 0%
G 21 of 28 ~ 75%
B 7 of 28 ~ 25'%

%75
%25

CMYK color model

#001507 color CMYK value is (100,0,67,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 91.76%

CMYK: (100,0,67,92)
C100M0Y67K92 (100%, 0%, 67%, 92%)
(1.00 / 0.00 / 0.67 / 0.92)

CMYK percentages

%100
%0
%66.67
%91.76

Codes

Color #001507 in popluar color models

00 15 07
RGB 0 21 7
HSL 140° 100.00% 4.12%
HSB/HSV 140° 100.00% 8.24%
CMYK 100.00% 0.00% 66.67%
91.76%

Color #001507 in popluar number systems.

HEX 00 15 07
Decimal 0 21 7
Binary 0 10101 111
Octal 0 25 7

Shades and tints

Shades of #001507

#001507
(0,21,7)
#001407
(0,20,7)
#001307
(0,19,7)
#001207
(0,18,7)
#001107
(0,17,7)
#001007
(0,16,7)
#000F07
(0,15,7)
#000E07
(0,14,7)
#000D07
(0,13,7)
#000C07
(0,12,7)
#000B07
(0,11,7)
#000000
(0,0,0)

Tints of #001507

#001507
(0,21,7)
#172A1D
(23,42,29)
#2E3F33
(46,63,51)
#455449
(69,84,73)
#5C695F
(92,105,95)
#737E75
(115,126,117)
#8A938B
(138,147,139)
#A1A8A1
(161,168,161)
#B8BDB7
(184,189,183)
#CFD2CD
(207,210,205)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001507; }

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

This text font color is #001507.

Background Color

.myBgColor { background-color: #001507; }

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

This div background color is #001507.

Border color

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

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

This div border color is #001507.

Opacity

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

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

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

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

This text has shadow with #001507 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001507.

Preview

Color preview on black background

This text has color #001507 on black background.


Color preview on white background

This text has color #001507 on white background.


Black color preview on #001507 background

This text has black color on #001507 background.


White color preview on #001507 background

This text has white color on #001507 background.


Related colors

Complementary color

Complementary color for #hex is #FFEAF8.


I love getcolorcode.com

Triadic colors

1 #070015 and #150700 with #001507 are triadic colors.

2 #071500 and #150007 with #001507 are triadic colors.