Color Hex Logo

#00532e Color Hex

#00532E
(0,83,46)
0 Favorites   0 Comments

Color spaces of #00532e

RGB 08346
HSL0.431.000.16
HSV153°100°33°
CMYK 1.000.000.45   0.67
XYZ3.58646.38383.6279
Yxy6.38380.26370.4695
Hunter Lab25.2662-18.87879.1730
CIE-Lab30.3608-32.127115.5755

#00532e color RGB value is (0,83,46).

#00532e hex color red value is 0, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #00532e hue: 0.43 , saturation: 1.00 and the lightness value of 00532e is 0.16.

The process color (four color CMYK) of #00532e color hex is 1.00, 0.00, 0.45, 0.67. Web safe color of #00532e is #006633. Color #00532e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 00101110
Octal 0 123 56
Decimal 0 83 46
Hex 0 53 2E

RGB Percentages of Color #00532e

%0.00
%64.34
%35.66

CMYK Percentages of Color #00532e

%100
%0
%45
%67

Triadic Colors of #00532e

#00532e #2e0053 #532e00

Analogous Colors of #00532e

#00532e #004f53 #005305

Monochromatic Colors of #00532e

#00532e

Complementary Color

#00532e #530025

#00532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00532e Color CSS Codes

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

#00532e Text Font Color

<p style="color:#00532e">Text here</p>

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


#00532e Background Color

<div style="background-color:#00532e">
Div content here</div>

This div background color is #00532e


#00532e Border Color

<div style="border:3px solid #00532e">
Div here</div>

This div border color is #00532e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,83,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00532e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00532e;
  -webkit-box-shadow: 1px 1px 3px 2px #00532e;
  box-shadow:         1px 1px 3px 2px #00532e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00532e


Comments

No comments written yet.

Please login to write comment.