Color Hex Logo

#537e4f Color Hex

#537E4F
(83,126,79)
0 Favorites   0 Comments

Color spaces of #537e4f

RGB 8312679
HSL0.320.230.40
HSV115°37°49°
CMYK 0.340.000.37   0.51
XYZ12.439417.325210.0856
Yxy17.32520.31220.4348
Hunter Lab41.6236-19.495614.7702
CIE-Lab48.6672-24.880221.0031

#537e4f color RGB value is (83,126,79).

#537e4f hex color red value is 83, green value is 126 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #537e4f hue: 0.32 , saturation: 0.23 and the lightness value of 537e4f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 01001111
Octal 123 176 117
Decimal 83 126 79
Hex 53 7E 4F

RGB Percentages of Color #537e4f

%28.82
%43.75
%27.43

CMYK Percentages of Color #537e4f

%34
%0
%37
%51

Triadic Colors of #537e4f

#537e4f #4f537e #7e4f53

Analogous Colors of #537e4f

#537e4f #4f7e63 #6b7e4f

Monochromatic Colors of #537e4f

#537e4f

Complementary Color

#537e4f #7a4f7e

#537e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#537e4f Color CSS Codes

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

#537e4f Text Font Color

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

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


#537e4f Background Color

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

This div background color is #537e4f


#537e4f Border Color

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

This div border color is #537e4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537e4f


Comments

No comments written yet.

Please login to write comment.