COLOR #001513

HEX: #001513
RGB: (0,21,19)

Color info

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

RGB color model

#001513 color RGB value is (0,21,19).

  • red value is 0;
  • green value is 21;
  • blue value is 19.
RGB:
(0,21,19)
(0%,8%,7%)

RGB channels and saturation

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

0
21
19

R + G + B ~ 5%. #001513 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 19 = 40 (100%)
R 0 of 40 ~ 0%
G 21 of 40 ~ 52.5%
B 19 of 40 ~ 47.5%

%52.5
%47.5

CMYK color model

#001513 color CMYK value is (100,0,10,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 91.76%
CMYK:
(100,0,10,92)
C100M0Y10K92 
(100%,0%,10%,92%)
(1.00/0.00/0.10/0.92)	

CMYK percentages

%100
%0
%9.52
%91.76

Codes

Color #001513 in popluar color models

001513
RGB02119
HSL174°100.00%4.12%
HSB/HSV174°100.00%8.24%
CMYK100.00%0.00%9.52%
91.76%

Color #001513 in popluar number systems.

HEX001513
Decimal02119
Binary01010110011
Octal02523

Shades and tints

Shades of #001513

#001513
(0,21,19)
#001412
(0,20,18)
#001311
(0,19,17)
#001210
(0,18,16)
#00110F
(0,17,15)
#00100E
(0,16,14)
#000F0D
(0,15,13)
#000E0C
(0,14,12)
#000D0B
(0,13,11)
#000C0A
(0,12,10)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #001513

#001513
(0,21,19)
#172A28
(23,42,40)
#2E3F3D
(46,63,61)
#455452
(69,84,82)
#5C6967
(92,105,103)
#737E7C
(115,126,124)
#8A9391
(138,147,145)
#A1A8A6
(161,168,166)
#B8BDBB
(184,189,187)
#CFD2D0
(207,210,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001513; }

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

This text font color is #001513.


Background Color

.myBgColor { background-color: #001513; }

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

This div background color is #001513.


Border color

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

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

This div border color is #001513.


Opacity

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

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

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

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

This text has shadow with #001513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001513 on black background.


Color preview on white background

This text has color #001513 on white background.



Black color preview on #001513 background

This text has black color on #001513 background.


White color preview on #001513 background

This text has white color on #001513 background.