COLOR #00323F

HEX: #00323F RGB: (0,50,63)

Color info

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

RGB color model

#00323F color RGB value is (0,50,63).

RGB: (0,50,63) (0%, 20%, 25%)

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 63 of 255 = 25%

0
50
63

R + G + B ~ 15%. #00323F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 50 + 63 = 113 (100%)
R 0 of 113 ~ 0%
G 50 of 113 ~ 44.25%
B 63 of 113 ~ 55.75'%

%44.25
%55.75

CMYK color model

#00323F color CMYK value is (100,21,0,75).

  • cyan value is 100.00%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (100,21,0,75)
C100M21Y0K75 (100%, 21%, 0%, 75%)
(1.00 / 0.21 / 0.00 / 0.75)

CMYK percentages

%100
%20.63
%0
%75.29

Codes

Color #00323F in popluar color models

00 32 3F
RGB 0 50 63
HSL 192° 100.00% 12.35%
HSB/HSV 192° 100.00% 24.71%
CMYK 100.00% 20.63% 0.00%
75.29%

Color #00323F in popluar number systems.

HEX 00 32 3F
Decimal 0 50 63
Binary 0 110010 111111
Octal 0 62 77

Shades and tints

Shades of #00323F

#00323F
(0,50,63)
#002E3A
(0,46,58)
#002A35
(0,42,53)
#002630
(0,38,48)
#00222B
(0,34,43)
#001E26
(0,30,38)
#001A21
(0,26,33)
#00161C
(0,22,28)
#001217
(0,18,23)
#000E12
(0,14,18)
#000A0D
(0,10,13)
#000000
(0,0,0)

Tints of #00323F

#00323F
(0,50,63)
#174450
(23,68,80)
#2E5661
(46,86,97)
#456872
(69,104,114)
#5C7A83
(92,122,131)
#738C94
(115,140,148)
#8A9EA5
(138,158,165)
#A1B0B6
(161,176,182)
#B8C2C7
(184,194,199)
#CFD4D8
(207,212,216)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00323F; }

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

This text font color is #00323F.

Background Color

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

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

This div background color is #00323F.

Border color

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

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

This div border color is #00323F.

Opacity

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

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

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

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

This text has shadow with #00323F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00323F.

Preview

Color preview on black background

This text has color #00323F on black background.


Color preview on white background

This text has color #00323F on white background.


Black color preview on #00323F background

This text has black color on #00323F background.


White color preview on #00323F background

This text has white color on #00323F background.


Related colors

Complementary color

Complementary color for #hex is #FFCDC0.


I love getcolorcode.com

Triadic colors

1 #3F0032 and #323F00 with #00323F are triadic colors.

2 #3F3200 and #32003F with #00323F are triadic colors.