Color Hex Logo

#537d5b Color Hex

#537D5B
(83,125,91)
0 Favorites   0 Comments

Color spaces of #537d5b

RGB 8312591
HSL0.370.200.41
HSV131°34°49°
CMYK 0.340.000.27   0.51
XYZ12.789217.261612.5553
Yxy17.26160.30020.4051
Hunter Lab41.5471-17.760811.1658
CIE-Lab48.5880-22.181214.0124

#537d5b color RGB value is (83,125,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 01011011
Octal 123 175 133
Decimal 83 125 91
Hex 53 7D 5B

RGB Percentages of Color #537d5b

%27.76
%41.81
%30.43

CMYK Percentages of Color #537d5b

%34
%0
%27
%51

Triadic Colors of #537d5b

#537d5b #5b537d #7d5b53

Analogous Colors of #537d5b

#537d5b #537d70 #607d53

Monochromatic Colors of #537d5b

#537d5b

Complementary Color

#537d5b #7d5375

#537d5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537d5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#537d5b Color CSS Codes

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

#537d5b Text Font Color

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

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


#537d5b Background Color

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

This div background color is #537d5b


#537d5b Border Color

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

This div border color is #537d5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537d5b


Comments

No comments written yet.

Please login to write comment.