Color Hex Logo

#00536f Color Hex

#00536F
(0,83,111)
1 Favorites   0 Comments

Color spaces of #00536f

RGB 083111
HSL0.541.000.22
HSV195°100°44°
CMYK 1.000.250.00   0.56
XYZ5.96257.334216.1403
Yxy7.33420.20260.2491
Hunter Lab27.0817-8.0932-16.3787
CIE-Lab32.5559-10.6223-22.1304

#00536f color RGB value is (0,83,111).

#00536f hex color red value is 0, green value is 83 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #00536f hue: 0.54 , saturation: 1.00 and the lightness value of 00536f is 0.22.

The process color (four color CMYK) of #00536f color hex is 1.00, 0.25, 0.00, 0.56. Web safe color of #00536f is #006666. Color #00536f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 01101111
Octal 0 123 157
Decimal 0 83 111
Hex 0 53 6F

RGB Percentages of Color #00536f

%0.00
%42.78
%57.22

CMYK Percentages of Color #00536f

%100
%25
%0
%56

Triadic Colors of #00536f

#00536f #6f0053 #536f00

Analogous Colors of #00536f

#00536f #001c6f #006f53

Monochromatic Colors of #00536f

#00536f

Complementary Color

#00536f #6f1c00

#00536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00536f Color CSS Codes

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

#00536f Text Font Color

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

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


#00536f Background Color

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

This div background color is #00536f


#00536f Border Color

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

This div border color is #00536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00536f


Comments

No comments written yet.

Please login to write comment.