Color Hex Logo

#537729 Color Hex

#537729
(83,119,41)
0 Favorites   0 Comments

Color spaces of #537729

RGB 8311941
HSL0.240.490.31
HSV88°66°47°
CMYK 0.300.000.66   0.53
XYZ10.564315.19274.4735
Yxy15.19270.34950.5026
Hunter Lab38.9778-19.831720.4797
CIE-Lab45.8970-26.395837.7068

#537729 color RGB value is (83,119,41).

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

The process color (four color CMYK) of #537729 color hex is 0.30, 0.00, 0.66, 0.53. Web safe color of #537729 is #666633. Color #537729 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 00101001
Octal 123 167 51
Decimal 83 119 41
Hex 53 77 29

RGB Percentages of Color #537729

%34.16
%48.97
%16.87

CMYK Percentages of Color #537729

%30
%0
%66
%53

Triadic Colors of #537729

#537729 #295377 #772953

Analogous Colors of #537729

#537729 #2c7729 #777429

Monochromatic Colors of #537729

#537729

Complementary Color

#537729 #4d2977

#537729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537729 Color CSS Codes

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

#537729 Text Font Color

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

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


#537729 Background Color

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

This div background color is #537729


#537729 Border Color

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

This div border color is #537729


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,119,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 #537729">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537729


Comments

No comments written yet.

Please login to write comment.