COLOR #00130D

HEX: #00130D
RGB: (0,19,13)

Color info

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

RGB color model

#00130D color RGB value is (0,19,13).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 13 of 255 = 5%

0
19
13

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

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 13 = 32 (100%)
R 0 of 32 ~ 0%
G 19 of 32 ~ 59.38%
B 13 of 32 ~ 40.63%

%59.38
%40.63

CMYK color model

#00130D color CMYK value is (100,0,32,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(100,0,32,93)
C100M0Y32K93 
(100%,0%,32%,93%)
(1.00/0.00/0.32/0.93)	

CMYK percentages

%100
%0
%31.58
%92.55

Codes

Color #00130D in popluar color models

00130D
RGB01913
HSL161°100.00%3.73%
HSB/HSV161°100.00%7.45%
CMYK100.00%0.00%31.58%
92.55%

Color #00130D in popluar number systems.

HEX00130D
Decimal01913
Binary0100111101
Octal02315

Shades and tints

Shades of #00130D

#00130D
(0,19,13)
#00120C
(0,18,12)
#00110B
(0,17,11)
#00100A
(0,16,10)
#000F09
(0,15,9)
#000E08
(0,14,8)
#000D07
(0,13,7)
#000C06
(0,12,6)
#000B05
(0,11,5)
#000A04
(0,10,4)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #00130D

#00130D
(0,19,13)
#172823
(23,40,35)
#2E3D39
(46,61,57)
#45524F
(69,82,79)
#5C6765
(92,103,101)
#737C7B
(115,124,123)
#8A9191
(138,145,145)
#A1A6A7
(161,166,167)
#B8BBBD
(184,187,189)
#CFD0D3
(207,208,211)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00130D; }

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

This text font color is #00130D.


Background Color

.myBgColor { background-color: #00130D; }

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

This div background color is #00130D.


Border color

.myBorderColor { border: 1px solid #00130D; }

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

This div border color is #00130D.


Opacity

.myOpacity80 { color: #00130D; opacity: 0.8; }

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

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

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

This text has shadow with #00130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00130D on black background.


Color preview on white background

This text has color #00130D on white background.



Black color preview on #00130D background

This text has black color on #00130D background.


White color preview on #00130D background

This text has white color on #00130D background.