COLOR #00202C

HEX: #00202C
RGB: (0,32,44)

Color info

#00202C contains only green and blue colors. Web safe color of #00202C is #003333 (or #033).

RGB color model

#00202C color RGB value is (0,32,44).

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

RGB channels and saturation

R 0 of 255 = 0%
G 32 of 255 = 13%
B 44 of 255 = 17%

0
32
44

R + G + B ~ 10%. #00202C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 32 + 44 = 76 (100%)
R 0 of 76 ~ 0%
G 32 of 76 ~ 42.11%
B 44 of 76 ~ 57.89%

%42.11
%57.89

CMYK color model

#00202C color CMYK value is (100,27,0,83).

  • cyan value is 100.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(100,27,0,83)
C100M27Y0K83 
(100%,27%,0%,83%)
(1.00/0.27/0.00/0.83)	

CMYK percentages

%100
%27.27
%0
%82.75

Codes

Color #00202C in popluar color models

00202C
RGB03244
HSL196°100.00%8.63%
HSB/HSV196°100.00%17.25%
CMYK100.00%27.27%0.00%
82.75%

Color #00202C in popluar number systems.

HEX00202C
Decimal03244
Binary0100000101100
Octal04054

Shades and tints

Shades of #00202C

#00202C
(0,32,44)
#001E28
(0,30,40)
#001C24
(0,28,36)
#001A20
(0,26,32)
#00181C
(0,24,28)
#001618
(0,22,24)
#001414
(0,20,20)
#001210
(0,18,16)
#00100C
(0,16,12)
#000E08
(0,14,8)
#000C04
(0,12,4)
#000000
(0,0,0)

Tints of #00202C

#00202C
(0,32,44)
#17343F
(23,52,63)
#2E4852
(46,72,82)
#455C65
(69,92,101)
#5C7078
(92,112,120)
#73848B
(115,132,139)
#8A989E
(138,152,158)
#A1ACB1
(161,172,177)
#B8C0C4
(184,192,196)
#CFD4D7
(207,212,215)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00202C color. Also use rgb(0,32,44) instead hex code.

Text Font Color

.myTextColor { color: #00202C; }

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

This text font color is #00202C.


Background Color

.myBgColor { background-color: #00202C; }

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

This div background color is #00202C.


Border color

.myBorderColor { border: 1px solid #00202C; }

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

This div border color is #00202C.


Opacity

.myOpacity80 { color: #00202C; opacity: 0.8; }

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

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

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

This text has shadow with #00202C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00202C on black background.


Color preview on white background

This text has color #00202C on white background.



Black color preview on #00202C background

This text has black color on #00202C background.


White color preview on #00202C background

This text has white color on #00202C background.