Color Hex Logo

#537344 Color Hex

#537344
(83,115,68)
0 Favorites   0 Comments

Color spaces of #537344

RGB 8311568
HSL0.280.260.36
HSV101°41°45°
CMYK 0.280.000.41   0.55
XYZ10.741414.51787.7049
Yxy14.51780.32590.4404
Hunter Lab38.1022-16.358014.6821
CIE-Lab44.9665-21.049322.3906

#537344 color RGB value is (83,115,68).

#537344 hex color red value is 83, green value is 115 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #537344 hue: 0.28 , saturation: 0.26 and the lightness value of 537344 is 0.36.

The process color (four color CMYK) of #537344 color hex is 0.28, 0.00, 0.41, 0.55. Web safe color of #537344 is #666633. Color #537344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110011 01000100
Octal 123 163 104
Decimal 83 115 68
Hex 53 73 44

RGB Percentages of Color #537344

%31.20
%43.23
%25.56

CMYK Percentages of Color #537344

%28
%0
%41
%55

Triadic Colors of #537344

#537344 #445373 #734453

Analogous Colors of #537344

#537344 #44734d #6b7344

Monochromatic Colors of #537344

#537344

Complementary Color

#537344 #644473

#537344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537344 Color CSS Codes

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

#537344 Text Font Color

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

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


#537344 Background Color

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

This div background color is #537344


#537344 Border Color

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

This div border color is #537344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537344


Comments

No comments written yet.

Please login to write comment.