Color Hex Logo

#537159 Color Hex

#537159
(83,113,89)
0 Favorites   0 Comments

Color spaces of #537159

RGB 8311389
HSL0.370.150.38
HSV132°27°44°
CMYK 0.270.000.21   0.56
XYZ11.275614.370511.6307
Yxy14.37050.30250.3855
Hunter Lab37.9084-13.24628.3451
CIE-Lab44.7597-16.21479.8626

#537159 color RGB value is (83,113,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 01011001
Octal 123 161 131
Decimal 83 113 89
Hex 53 71 59

RGB Percentages of Color #537159

%29.12
%39.65
%31.23

CMYK Percentages of Color #537159

%27
%0
%21
%56

Triadic Colors of #537159

#537159 #595371 #715953

Analogous Colors of #537159

#537159 #537168 #5c7153

Monochromatic Colors of #537159

#537159

Complementary Color

#537159 #71536b

#537159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537159 Color CSS Codes

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

#537159 Text Font Color

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

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


#537159 Background Color

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

This div background color is #537159


#537159 Border Color

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

This div border color is #537159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537159


Comments

No comments written yet.

Please login to write comment.