Color Hex Logo

#537240 Color Hex

#537240
(83,114,64)
1 Favorites   0 Comments

Color spaces of #537240

RGB 8311464
HSL0.270.280.35
HSV97°44°45°
CMYK 0.270.000.44   0.55
XYZ10.510014.24387.0459
Yxy14.24380.33050.4479
Hunter Lab37.7410-16.338515.3498
CIE-Lab44.5806-21.134024.1542

#537240 color RGB value is (83,114,64).

#537240 hex color red value is 83, green value is 114 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #537240 hue: 0.27 , saturation: 0.28 and the lightness value of 537240 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110010 01000000
Octal 123 162 100
Decimal 83 114 64
Hex 53 72 40

RGB Percentages of Color #537240

%31.80
%43.68
%24.52

CMYK Percentages of Color #537240

%27
%0
%44
%55

Triadic Colors of #537240

#537240 #405372 #724053

Analogous Colors of #537240

#537240 #407246 #6c7240

Monochromatic Colors of #537240

#537240

Complementary Color

#537240 #5f4072

#537240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537240 Color CSS Codes

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

#537240 Text Font Color

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

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


#537240 Background Color

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

This div background color is #537240


#537240 Border Color

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

This div border color is #537240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537240


Comments

No comments written yet.

Please login to write comment.