Color Hex Logo

#537361 Color Hex

#537361
(83,115,97)
0 Favorites   0 Comments

Color spaces of #537361

RGB 8311597
HSL0.410.160.39
HSV146°28°45°
CMYK 0.280.000.16   0.55
XYZ11.855714.963513.5727
Yxy14.96350.29350.3705
Hunter Lab38.6827-12.98696.2746
CIE-Lab45.5842-15.62576.2719

#537361 color RGB value is (83,115,97).

#537361 hex color red value is 83, green value is 115 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #537361 hue: 0.41 , saturation: 0.16 and the lightness value of 537361 is 0.39.

The process color (four color CMYK) of #537361 color hex is 0.28, 0.00, 0.16, 0.55. Web safe color of #537361 is #666666. Color #537361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110011 01100001
Octal 123 163 141
Decimal 83 115 97
Hex 53 73 61

RGB Percentages of Color #537361

%28.14
%38.98
%32.88

CMYK Percentages of Color #537361

%28
%0
%16
%55

Triadic Colors of #537361

#537361 #615373 #736153

Analogous Colors of #537361

#537361 #537371 #557353

Monochromatic Colors of #537361

#537361

Complementary Color

#537361 #735365

#537361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537361 Color CSS Codes

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

#537361 Text Font Color

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

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


#537361 Background Color

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

This div background color is #537361


#537361 Border Color

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

This div border color is #537361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537361


Comments

No comments written yet.

Please login to write comment.