Color Hex Logo

#537c7a Color Hex

#537C7A
(83,124,122)
0 Favorites   0 Comments

Color spaces of #537c7a

RGB 83124122
HSL0.490.200.41
HSV177°33°49°
CMYK 0.330.000.02   0.51
XYZ14.287817.659421.0679
Yxy17.65940.26950.3331
Hunter Lab42.0231-12.8506-0.3083
CIE-Lab49.0804-14.6633-3.4704

#537c7a color RGB value is (83,124,122).

#537c7a hex color red value is 83, green value is 124 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #537c7a hue: 0.49 , saturation: 0.20 and the lightness value of 537c7a is 0.41.

The process color (four color CMYK) of #537c7a color hex is 0.33, 0.00, 0.02, 0.51. Web safe color of #537c7a is #666666. Color #537c7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111100 01111010
Octal 123 174 172
Decimal 83 124 122
Hex 53 7C 7A

RGB Percentages of Color #537c7a

%25.23
%37.69
%37.08

CMYK Percentages of Color #537c7a

%33
%0
%2
%51

Triadic Colors of #537c7a

#537c7a #7a537c #7c7a53

Analogous Colors of #537c7a

#537c7a #536a7c #537c66

Monochromatic Colors of #537c7a

#537c7a

Complementary Color

#537c7a #7c5355

#537c7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537c7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#537c7a Color CSS Codes

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

#537c7a Text Font Color

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

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


#537c7a Background Color

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

This div background color is #537c7a


#537c7a Border Color

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

This div border color is #537c7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537c7a


Comments

No comments written yet.

Please login to write comment.