COLOR #001613

HEX: #001613
RGB: (0,22,19)

Color info

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

RGB color model

#001613 color RGB value is (0,22,19).

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

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 19 of 255 = 7%

0
22
19

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

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 19 = 41 (100%)
R 0 of 41 ~ 0%
G 22 of 41 ~ 53.66%
B 19 of 41 ~ 46.34%

%53.66
%46.34

CMYK color model

#001613 color CMYK value is (100,0,14,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 91.37%
CMYK:
(100,0,14,91)
C100M0Y14K91 
(100%,0%,14%,91%)
(1.00/0.00/0.14/0.91)	

CMYK percentages

%100
%0
%13.64
%91.37

Codes

Color #001613 in popluar color models

001613
RGB02219
HSL172°100.00%4.31%
HSB/HSV172°100.00%8.63%
CMYK100.00%0.00%13.64%
91.37%

Color #001613 in popluar number systems.

HEX001613
Decimal02219
Binary01011010011
Octal02623

Shades and tints

Shades of #001613

#001613
(0,22,19)
#001412
(0,20,18)
#001211
(0,18,17)
#001010
(0,16,16)
#000E0F
(0,14,15)
#000C0E
(0,12,14)
#000A0D
(0,10,13)
#00080C
(0,8,12)
#00060B
(0,6,11)
#00040A
(0,4,10)
#000209
(0,2,9)
#000000
(0,0,0)

Tints of #001613

#001613
(0,22,19)
#172B28
(23,43,40)
#2E403D
(46,64,61)
#455552
(69,85,82)
#5C6A67
(92,106,103)
#737F7C
(115,127,124)
#8A9491
(138,148,145)
#A1A9A6
(161,169,166)
#B8BEBB
(184,190,187)
#CFD3D0
(207,211,208)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001613; }

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

This text font color is #001613.


Background Color

.myBgColor { background-color: #001613; }

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

This div background color is #001613.


Border color

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

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

This div border color is #001613.


Opacity

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

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

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

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

This text has shadow with #001613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001613 on black background.


Color preview on white background

This text has color #001613 on white background.



Black color preview on #001613 background

This text has black color on #001613 background.


White color preview on #001613 background

This text has white color on #001613 background.