Color Hex Logo

#537022 Color Hex

#537022
(83,112,34)
0 Favorites   0 Comments

Color spaces of #537022

RGB 8311234
HSL0.230.530.29
HSV82°70°44°
CMYK 0.260.000.70   0.56
XYZ9.650213.54283.6188
Yxy13.54280.35990.5051
Hunter Lab36.8005-17.592919.9301
CIE-Lab43.5700-23.509538.4038

#537022 color RGB value is (83,112,34).

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

The process color (four color CMYK) of #537022 color hex is 0.26, 0.00, 0.70, 0.56. Web safe color of #537022 is #666633. Color #537022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 00100010
Octal 123 160 42
Decimal 83 112 34
Hex 53 70 22

RGB Percentages of Color #537022

%36.24
%48.91
%14.85

CMYK Percentages of Color #537022

%26
%0
%70
%56

Triadic Colors of #537022

#537022 #225370 #702253

Analogous Colors of #537022

#537022 #2c7022 #706622

Monochromatic Colors of #537022

#537022

Complementary Color

#537022 #3f2270

#537022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537022 Color CSS Codes

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

#537022 Text Font Color

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

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


#537022 Background Color

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

This div background color is #537022


#537022 Border Color

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

This div border color is #537022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537022


Comments

No comments written yet.

Please login to write comment.