Color Hex Logo

#537522 Color Hex

#537522
(83,117,34)
0 Favorites   0 Comments

Color spaces of #537522

RGB 8311734
HSL0.230.550.30
HSV85°71°46°
CMYK 0.290.000.71   0.54
XYZ10.217314.67713.8078
Yxy14.67710.35600.5114
Hunter Lab38.3107-19.438520.9245
CIE-Lab45.1887-26.004340.0942

#537522 color RGB value is (83,117,34).

#537522 hex color red value is 83, green value is 117 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #537522 hue: 0.23 , saturation: 0.55 and the lightness value of 537522 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110101 00100010
Octal 123 165 42
Decimal 83 117 34
Hex 53 75 22

RGB Percentages of Color #537522

%35.47
%50.00
%14.53

CMYK Percentages of Color #537522

%29
%0
%71
%54

Triadic Colors of #537522

#537522 #225375 #752253

Analogous Colors of #537522

#537522 #2a7522 #756e22

Monochromatic Colors of #537522

#537522

Complementary Color

#537522 #442275

#537522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537522 Color CSS Codes

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

#537522 Text Font Color

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

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


#537522 Background Color

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

This div background color is #537522


#537522 Border Color

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

This div border color is #537522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537522


Comments

No comments written yet.

Please login to write comment.