Color Hex Logo

#00332f Color Hex

#00332F
(0,51,47)
0 Favorites   0 Comments

Color spaces of #00332f

RGB 05147
HSL0.491.000.10
HSV175°100°20°
CMYK 1.000.000.08   0.80
XYZ1.69692.57293.0965
Yxy2.57290.23040.3493
Hunter Lab16.0403-9.1869-0.2175
CIE-Lab18.2451-16.9283-2.0040

#00332f color RGB value is (0,51,47).

#00332f hex color red value is 0, green value is 51 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #00332f hue: 0.49 , saturation: 1.00 and the lightness value of 00332f is 0.10.

The process color (four color CMYK) of #00332f color hex is 1.00, 0.00, 0.08, 0.80. Web safe color of #00332f is #003333. Color #00332f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 00101111
Octal 0 63 57
Decimal 0 51 47
Hex 0 33 2F

RGB Percentages of Color #00332f

%0.00
%52.04
%47.96

CMYK Percentages of Color #00332f

%100
%0
%8
%80

Triadic Colors of #00332f

#00332f #2f0033 #332f00

Analogous Colors of #00332f

#00332f #001e33 #003316

Monochromatic Colors of #00332f

#00332f

Complementary Color

#00332f #330004

#00332f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00332f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00332f Color CSS Codes

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

#00332f Text Font Color

<p style="color:#00332f">Text here</p>

This sample text font color is #00332f
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.


#00332f Background Color

<div style="background-color:#00332f">
Div content here</div>

This div background color is #00332f


#00332f Border Color

<div style="border:3px solid #00332f">
Div here</div>

This div border color is #00332f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,51,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00332f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00332f;
  -webkit-box-shadow: 1px 1px 3px 2px #00332f;
  box-shadow:         1px 1px 3px 2px #00332f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00332f


Comments

No comments written yet.

Please login to write comment.