Color Hex Logo

#537545 Color Hex

#537545
(83,117,69)
0 Favorites   0 Comments

Color spaces of #537545

RGB 8311769
HSL0.280.260.36
HSV103°41°46°
CMYK 0.290.000.41   0.54
XYZ11.002714.99137.9439
Yxy14.99130.32420.4417
Hunter Lab38.7186-17.033014.9385
CIE-Lab45.6223-21.931222.6745

#537545 color RGB value is (83,117,69).

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

The process color (four color CMYK) of #537545 color hex is 0.29, 0.00, 0.41, 0.54. Web safe color of #537545 is #666633. Color #537545 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110101 01000101
Octal 123 165 105
Decimal 83 117 69
Hex 53 75 45

RGB Percentages of Color #537545

%30.86
%43.49
%25.65

CMYK Percentages of Color #537545

%29
%0
%41
%54

Triadic Colors of #537545

#537545 #455375 #754553

Analogous Colors of #537545

#537545 #45754f #6b7545

Monochromatic Colors of #537545

#537545

Complementary Color

#537545 #674575

#537545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537545 Color CSS Codes

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

#537545 Text Font Color

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

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


#537545 Background Color

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

This div background color is #537545


#537545 Border Color

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

This div border color is #537545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537545


Comments

No comments written yet.

Please login to write comment.