Color Hex Logo

#537070 Color Hex

#537070
(83,112,112)
0 Favorites   0 Comments

Color spaces of #537070

RGB 83112112
HSL0.500.150.38
HSV180°26°44°
CMYK 0.260.000.00   0.56
XYZ12.286114.597217.4992
Yxy14.59720.27680.3289
Hunter Lab38.2063-9.4603-0.4115
CIE-Lab45.0775-10.4545-3.4323

#537070 color RGB value is (83,112,112).

#537070 hex color red value is 83, green value is 112 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #537070 hue: 0.50 , saturation: 0.15 and the lightness value of 537070 is 0.38.

The process color (four color CMYK) of #537070 color hex is 0.26, 0.00, 0.00, 0.56. Web safe color of #537070 is #666666. Color #537070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 01110000
Octal 123 160 160
Decimal 83 112 112
Hex 53 70 70

RGB Percentages of Color #537070

%27.04
%36.48
%36.48

CMYK Percentages of Color #537070

%26
%0
%0
%56

Triadic Colors of #537070

#537070 #705370 #707053

Analogous Colors of #537070

#537070 #536270 #537062

Monochromatic Colors of #537070

#537070

Complementary Color

#537070 #705353

#537070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537070 Color CSS Codes

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

#537070 Text Font Color

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

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


#537070 Background Color

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

This div background color is #537070


#537070 Border Color

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

This div border color is #537070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537070


Comments

No comments written yet.

Please login to write comment.