Color Hex Logo

#537247 Color Hex

#537247
(83,114,71)
0 Favorites   0 Comments

Color spaces of #537247

RGB 8311471
HSL0.290.230.36
HSV103°38°45°
CMYK 0.270.000.38   0.55
XYZ10.721914.32868.1618
Yxy14.32860.32280.4314
Hunter Lab37.8531-15.682913.7132
CIE-Lab44.7005-20.049120.3281

#537247 color RGB value is (83,114,71).

#537247 hex color red value is 83, green value is 114 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #537247 hue: 0.29 , saturation: 0.23 and the lightness value of 537247 is 0.36.

The process color (four color CMYK) of #537247 color hex is 0.27, 0.00, 0.38, 0.55. Web safe color of #537247 is #666633. Color #537247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110010 01000111
Octal 123 162 107
Decimal 83 114 71
Hex 53 72 47

RGB Percentages of Color #537247

%30.97
%42.54
%26.49

CMYK Percentages of Color #537247

%27
%0
%38
%55

Triadic Colors of #537247

#537247 #475372 #724753

Analogous Colors of #537247

#537247 #477251 #697247

Monochromatic Colors of #537247

#537247

Complementary Color

#537247 #664772

#537247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537247 Color CSS Codes

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

#537247 Text Font Color

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

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


#537247 Background Color

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

This div background color is #537247


#537247 Border Color

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

This div border color is #537247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537247


Comments

No comments written yet.

Please login to write comment.