COLOR #000329

HEX: #000329
RGB: (0,3,41)

Color info

#000329 contains only green and blue colors. Web safe color of #000329 is #000033 (or #003).

RGB color model

#000329 color RGB value is (0,3,41).

  • red value is 0;
  • green value is 3;
  • blue value is 41.
RGB:
(0,3,41)
(0%,1%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 3 of 255 = 1%
B 41 of 255 = 16%

0
3
41

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

Portions of RGB colors in percentages

R + G + B =
0 + 3 + 41 = 44 (100%)
R 0 of 44 ~ 0%
G 3 of 44 ~ 6.82%
B 41 of 44 ~ 93.18%

%93.18

CMYK color model

#000329 color CMYK value is (100,93,0,84).

  • cyan value is 100.00%
  • magenta value is 92.68%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(100,93,0,84)
C100M93Y0K84 
(100%,93%,0%,84%)
(1.00/0.93/0.00/0.84)	

CMYK percentages

%100
%92.68
%0
%83.92

Codes

Color #000329 in popluar color models

000329
RGB0341
HSL236°100.00%8.04%
HSB/HSV236°100.00%16.08%
CMYK100.00%92.68%0.00%
83.92%

Color #000329 in popluar number systems.

HEX000329
Decimal0341
Binary011101001
Octal0351

Shades and tints

Shades of #000329

#000329
(0,3,41)
#000326
(0,3,38)
#000323
(0,3,35)
#000320
(0,3,32)
#00031D
(0,3,29)
#00031A
(0,3,26)
#000317
(0,3,23)
#000314
(0,3,20)
#000311
(0,3,17)
#00030E
(0,3,14)
#00030B
(0,3,11)
#000000
(0,0,0)

Tints of #000329

#000329
(0,3,41)
#17193C
(23,25,60)
#2E2F4F
(46,47,79)
#454562
(69,69,98)
#5C5B75
(92,91,117)
#737188
(115,113,136)
#8A879B
(138,135,155)
#A19DAE
(161,157,174)
#B8B3C1
(184,179,193)
#CFC9D4
(207,201,212)
#E6DFE7
(230,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000329 color. Also use rgb(0,3,41) instead hex code.

Text Font Color

.myTextColor { color: #000329; }

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

This text font color is #000329.


Background Color

.myBgColor { background-color: #000329; }

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

This div background color is #000329.


Border color

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

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

This div border color is #000329.


Opacity

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

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

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

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

This text has shadow with #000329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000329 on black background.


Color preview on white background

This text has color #000329 on white background.



Black color preview on #000329 background

This text has black color on #000329 background.


White color preview on #000329 background

This text has white color on #000329 background.