Color Hex Logo

#00321b Color Hex

#00321B
(0,50,27)
0 Favorites   0 Comments

Color spaces of #00321b

RGB 05027
HSL0.421.000.10
HSV152°100°20°
CMYK 1.000.000.46   0.80
XYZ1.33842.36031.4220
Yxy2.36030.26140.4609
Hunter Lab15.3633-11.33545.2665
CIE-Lab17.2747-22.684910.2713

#00321b color RGB value is (0,50,27).

#00321b hex color red value is 0, green value is 50 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #00321b hue: 0.42 , saturation: 1.00 and the lightness value of 00321b is 0.10.

The process color (four color CMYK) of #00321b color hex is 1.00, 0.00, 0.46, 0.80. Web safe color of #00321b is #003333. Color #00321b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110010 00011011
Octal 0 62 33
Decimal 0 50 27
Hex 0 32 1B

RGB Percentages of Color #00321b

%0.00
%64.94
%35.06

CMYK Percentages of Color #00321b

%100
%0
%46
%80

Triadic Colors of #00321b

#00321b #1b0032 #321b00

Analogous Colors of #00321b

#00321b #003032 #003202

Monochromatic Colors of #00321b

#00321b

Complementary Color

#00321b #320017

#00321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00321b Color CSS Codes

.mybgcolor {background-color:#00321b; } 
.myforecolor {color:#00321b; }
.mybordercolor {border:3px solid #00321b; }

#00321b Text Font Color

<p style="color:#00321b">Text here</p>

This sample text font color is #00321b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00321b Background Color

<div style="background-color:#00321b">
Div content here</div>

This div background color is #00321b


#00321b Border Color

<div style="border:3px solid #00321b">
Div here</div>

This div border color is #00321b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,50,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00321b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00321b;
  -webkit-box-shadow: 1px 1px 3px 2px #00321b;
  box-shadow:         1px 1px 3px 2px #00321b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,50,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00321b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00321b;
  -webkit-box-shadow: 1px 1px 3px 2px #00321b;
  box-shadow:         1px 1px 3px 2px #00321b;">
Div content here</div>

This div box has shadow with color #00321b


Comments

No comments written yet.

Please login to write comment.