COLOR #00200F

HEX: #00200F
RGB: (0,32,15)

Color info

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

RGB color model

#00200F color RGB value is (0,32,15).

  • red value is 0;
  • green value is 32;
  • blue value is 15.
RGB:
(0,32,15)
(0%,13%,6%)

RGB channels and saturation

R 0 of 255 = 0%
G 32 of 255 = 13%
B 15 of 255 = 6%

0
32
15

R + G + B ~ 6%. #00200F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 32 + 15 = 47 (100%)
R 0 of 47 ~ 0%
G 32 of 47 ~ 68.09%
B 15 of 47 ~ 31.91%

%68.09
%31.91

CMYK color model

#00200F color CMYK value is (100,0,53,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 87.45%
CMYK:
(100,0,53,87)
C100M0Y53K87 
(100%,0%,53%,87%)
(1.00/0.00/0.53/0.87)	

CMYK percentages

%100
%0
%53.13
%87.45

Codes

Color #00200F in popluar color models

00200F
RGB03215
HSL148°100.00%6.27%
HSB/HSV148°100.00%12.55%
CMYK100.00%0.00%53.13%
87.45%

Color #00200F in popluar number systems.

HEX00200F
Decimal03215
Binary01000001111
Octal04017

Shades and tints

Shades of #00200F

#00200F
(0,32,15)
#001E0E
(0,30,14)
#001C0D
(0,28,13)
#001A0C
(0,26,12)
#00180B
(0,24,11)
#00160A
(0,22,10)
#001409
(0,20,9)
#001208
(0,18,8)
#001007
(0,16,7)
#000E06
(0,14,6)
#000C05
(0,12,5)
#000000
(0,0,0)

Tints of #00200F

#00200F
(0,32,15)
#173424
(23,52,36)
#2E4839
(46,72,57)
#455C4E
(69,92,78)
#5C7063
(92,112,99)
#738478
(115,132,120)
#8A988D
(138,152,141)
#A1ACA2
(161,172,162)
#B8C0B7
(184,192,183)
#CFD4CC
(207,212,204)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00200F color. Also use rgb(0,32,15) instead hex code.

Text Font Color

.myTextColor { color: #00200F; }

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

This text font color is #00200F.


Background Color

.myBgColor { background-color: #00200F; }

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

This div background color is #00200F.


Border color

.myBorderColor { border: 1px solid #00200F; }

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

This div border color is #00200F.


Opacity

.myOpacity80 { color: #00200F; opacity: 0.8; }

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

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

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

This text has shadow with #00200F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00200F on black background.


Color preview on white background

This text has color #00200F on white background.



Black color preview on #00200F background

This text has black color on #00200F background.


White color preview on #00200F background

This text has white color on #00200F background.