Color Hex Logo

#537670 Color Hex

#537670
(83,118,112)
0 Favorites   0 Comments

Color spaces of #537670

RGB 83118112
HSL0.470.170.39
HSV170°30°46°
CMYK 0.300.000.05   0.54
XYZ12.970315.965717.7273
Yxy15.96570.27800.3421
Hunter Lab39.9571-11.98281.6655
CIE-Lab46.9295-13.8287-0.7097

#537670 color RGB value is (83,118,112).

#537670 hex color red value is 83, green value is 118 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #537670 hue: 0.47 , saturation: 0.17 and the lightness value of 537670 is 0.39.

The process color (four color CMYK) of #537670 color hex is 0.30, 0.00, 0.05, 0.54. Web safe color of #537670 is #666666. Color #537670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 01110000
Octal 123 166 160
Decimal 83 118 112
Hex 53 76 70

RGB Percentages of Color #537670

%26.52
%37.70
%35.78

CMYK Percentages of Color #537670

%30
%0
%5
%54

Triadic Colors of #537670

#537670 #705376 #767053

Analogous Colors of #537670

#537670 #536b76 #53765f

Monochromatic Colors of #537670

#537670

Complementary Color

#537670 #765359

#537670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537670 Color CSS Codes

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

#537670 Text Font Color

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

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


#537670 Background Color

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

This div background color is #537670


#537670 Border Color

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

This div border color is #537670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,118,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 #537670">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537670


Comments

No comments written yet.

Please login to write comment.