COLOR #002113

HEX: #002113
RGB: (0,33,19)

Color info

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

RGB color model

#002113 color RGB value is (0,33,19).

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

RGB channels and saturation

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

0
33
19

R + G + B ~ 7%. #002113 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 19 = 52 (100%)
R 0 of 52 ~ 0%
G 33 of 52 ~ 63.46%
B 19 of 52 ~ 36.54%

%63.46
%36.54

CMYK color model

#002113 color CMYK value is (100,0,42,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(100,0,42,87)
C100M0Y42K87 
(100%,0%,42%,87%)
(1.00/0.00/0.42/0.87)	

CMYK percentages

%100
%0
%42.42
%87.06

Codes

Color #002113 in popluar color models

002113
RGB03319
HSL155°100.00%6.47%
HSB/HSV155°100.00%12.94%
CMYK100.00%0.00%42.42%
87.06%

Color #002113 in popluar number systems.

HEX002113
Decimal03319
Binary010000110011
Octal04123

Shades and tints

Shades of #002113

#002113
(0,33,19)
#001E12
(0,30,18)
#001B11
(0,27,17)
#001810
(0,24,16)
#00150F
(0,21,15)
#00120E
(0,18,14)
#000F0D
(0,15,13)
#000C0C
(0,12,12)
#00090B
(0,9,11)
#00060A
(0,6,10)
#000309
(0,3,9)
#000000
(0,0,0)

Tints of #002113

#002113
(0,33,19)
#173528
(23,53,40)
#2E493D
(46,73,61)
#455D52
(69,93,82)
#5C7167
(92,113,103)
#73857C
(115,133,124)
#8A9991
(138,153,145)
#A1ADA6
(161,173,166)
#B8C1BB
(184,193,187)
#CFD5D0
(207,213,208)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002113; }

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

This text font color is #002113.


Background Color

.myBgColor { background-color: #002113; }

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

This div background color is #002113.


Border color

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

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

This div border color is #002113.


Opacity

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

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

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

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

This text has shadow with #002113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002113 on black background.


Color preview on white background

This text has color #002113 on white background.



Black color preview on #002113 background

This text has black color on #002113 background.


White color preview on #002113 background

This text has white color on #002113 background.