Color Hex Logo

#537951 Color Hex

#537951
(83,121,81)
0 Favorites   0 Comments

Color spaces of #537951

RGB 8312181
HSL0.330.200.40
HSV117°33°47°
CMYK 0.310.000.33   0.53
XYZ11.889916.107810.2670
Yxy16.10780.31070.4210
Hunter Lab40.1345-17.354612.9269
CIE-Lab47.1156-21.986717.7886

#537951 color RGB value is (83,121,81).

#537951 hex color red value is 83, green value is 121 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #537951 hue: 0.33 , saturation: 0.20 and the lightness value of 537951 is 0.40.

The process color (four color CMYK) of #537951 color hex is 0.31, 0.00, 0.33, 0.53. Web safe color of #537951 is #666666. Color #537951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 01010001
Octal 123 171 121
Decimal 83 121 81
Hex 53 79 51

RGB Percentages of Color #537951

%29.12
%42.46
%28.42

CMYK Percentages of Color #537951

%31
%0
%33
%53

Triadic Colors of #537951

#537951 #515379 #795153

Analogous Colors of #537951

#537951 #517963 #677951

Monochromatic Colors of #537951

#537951

Complementary Color

#537951 #775179

#537951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537951 Color CSS Codes

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

#537951 Text Font Color

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

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


#537951 Background Color

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

This div background color is #537951


#537951 Border Color

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

This div border color is #537951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537951


Comments

No comments written yet.

Please login to write comment.