Color Hex Logo

#01534f Color Hex

#01534F
(1,83,79)
0 Favorites   0 Comments

Color spaces of #01534f

RGB 18379
HSL0.490.980.16
HSV177°99°33°
CMYK 0.990.000.05   0.67
XYZ4.51716.75758.4634
Yxy6.75750.22890.3424
Hunter Lab25.9952-14.4742-1.1067
CIE-Lab31.2484-22.5461-3.8915

#01534f color RGB value is (1,83,79).

#01534f hex color red value is 1, green value is 83 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #01534f hue: 0.49 , saturation: 0.98 and the lightness value of 01534f is 0.16.

The process color (four color CMYK) of #01534f color hex is 0.99, 0.00, 0.05, 0.67. Web safe color of #01534f is #006666. Color #01534f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010011 01001111
Octal 1 123 117
Decimal 1 83 79
Hex 1 53 4F

RGB Percentages of Color #01534f

%0.61
%50.92
%48.47

CMYK Percentages of Color #01534f

%99
%0
%5
%67

Triadic Colors of #01534f

#01534f #4f0153 #534f01

Analogous Colors of #01534f

#01534f #012e53 #015326

Monochromatic Colors of #01534f

#01534f

Complementary Color

#01534f #530105

#01534f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01534f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01534f Color CSS Codes

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

#01534f Text Font Color

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

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


#01534f Background Color

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

This div background color is #01534f


#01534f Border Color

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

This div border color is #01534f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01534f


Comments

No comments written yet.

Please login to write comment.