COLOR #003213

HEX: #003213
RGB: (0,50,19)

Color info

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

RGB color model

#003213 color RGB value is (0,50,19).

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

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 19 of 255 = 7%

0
50
19

R + G + B ~ 9%. #003213 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 50 + 19 = 69 (100%)
R 0 of 69 ~ 0%
G 50 of 69 ~ 72.46%
B 19 of 69 ~ 27.54%

%72.46
%27.54

CMYK color model

#003213 color CMYK value is (100,0,62,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 80.39%
CMYK:
(100,0,62,80)
C100M0Y62K80 
(100%,0%,62%,80%)
(1.00/0.00/0.62/0.80)	

CMYK percentages

%100
%0
%62
%80.39

Codes

Color #003213 in popluar color models

003213
RGB05019
HSL143°100.00%9.80%
HSB/HSV143°100.00%19.61%
CMYK100.00%0.00%62.00%
80.39%

Color #003213 in popluar number systems.

HEX003213
Decimal05019
Binary011001010011
Octal06223

Shades and tints

Shades of #003213

#003213
(0,50,19)
#002E12
(0,46,18)
#002A11
(0,42,17)
#002610
(0,38,16)
#00220F
(0,34,15)
#001E0E
(0,30,14)
#001A0D
(0,26,13)
#00160C
(0,22,12)
#00120B
(0,18,11)
#000E0A
(0,14,10)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #003213

#003213
(0,50,19)
#174428
(23,68,40)
#2E563D
(46,86,61)
#456852
(69,104,82)
#5C7A67
(92,122,103)
#738C7C
(115,140,124)
#8A9E91
(138,158,145)
#A1B0A6
(161,176,166)
#B8C2BB
(184,194,187)
#CFD4D0
(207,212,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003213; }

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

This text font color is #003213.


Background Color

.myBgColor { background-color: #003213; }

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

This div background color is #003213.


Border color

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

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

This div border color is #003213.


Opacity

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

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

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

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

This text has shadow with #003213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003213 on black background.


Color preview on white background

This text has color #003213 on white background.



Black color preview on #003213 background

This text has black color on #003213 background.


White color preview on #003213 background

This text has white color on #003213 background.