Color Hex Logo

#537d6a Color Hex

#537D6A
(83,125,106)
0 Favorites   0 Comments

Color spaces of #537d6a

RGB 83125106
HSL0.420.200.41
HSV153°34°49°
CMYK 0.340.000.15   0.51
XYZ13.502417.546816.3109
Yxy17.54680.28510.3705
Hunter Lab41.8889-15.76826.2356
CIE-Lab48.9417-19.02935.7494

#537d6a color RGB value is (83,125,106).

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

The process color (four color CMYK) of #537d6a color hex is 0.34, 0.00, 0.15, 0.51. Web safe color of #537d6a is #666666. Color #537d6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 01101010
Octal 123 175 152
Decimal 83 125 106
Hex 53 7D 6A

RGB Percentages of Color #537d6a

%26.43
%39.81
%33.76

CMYK Percentages of Color #537d6a

%34
%0
%15
%51

Triadic Colors of #537d6a

#537d6a #6a537d #7d6a53

Analogous Colors of #537d6a

#537d6a #537b7d #537d55

Monochromatic Colors of #537d6a

#537d6a

Complementary Color

#537d6a #7d5366

#537d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#537d6a Color CSS Codes

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

#537d6a Text Font Color

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

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


#537d6a Background Color

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

This div background color is #537d6a


#537d6a Border Color

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

This div border color is #537d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537d6a

#537d6a Color Palettes


Comments

No comments written yet.

Please login to write comment.