Color Hex Logo

#537529 Color Hex

#537529
(83,117,41)
0 Favorites   0 Comments

Color spaces of #537529

RGB 8311741
HSL0.240.480.31
HSV87°65°46°
CMYK 0.290.000.65   0.54
XYZ10.328814.72174.3950
Yxy14.72170.35080.5000
Hunter Lab38.3689-19.093820.0668
CIE-Lab45.2506-25.409536.9984

#537529 color RGB value is (83,117,41).

#537529 hex color red value is 83, green value is 117 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #537529 hue: 0.24 , saturation: 0.48 and the lightness value of 537529 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110101 00101001
Octal 123 165 51
Decimal 83 117 41
Hex 53 75 29

RGB Percentages of Color #537529

%34.44
%48.55
%17.01

CMYK Percentages of Color #537529

%29
%0
%65
%54

Triadic Colors of #537529

#537529 #295375 #752953

Analogous Colors of #537529

#537529 #2d7529 #757129

Monochromatic Colors of #537529

#537529

Complementary Color

#537529 #4b2975

#537529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537529 Color CSS Codes

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

#537529 Text Font Color

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

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


#537529 Background Color

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

This div background color is #537529


#537529 Border Color

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

This div border color is #537529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537529


Comments

No comments written yet.

Please login to write comment.