Color Hex Logo

#537010 Color Hex

#537010
(83,112,16)
0 Favorites   0 Comments

Color spaces of #537010

RGB 8311216
HSL0.220.750.25
HSV78°86°44°
CMYK 0.260.000.86   0.56
XYZ9.455013.46482.5908
Yxy13.46480.37060.5278
Hunter Lab36.6944-18.221421.4999
CIE-Lab43.4554-24.599044.9846

#537010 color RGB value is (83,112,16).

#537010 hex color red value is 83, green value is 112 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #537010 hue: 0.22 , saturation: 0.75 and the lightness value of 537010 is 0.25.

The process color (four color CMYK) of #537010 color hex is 0.26, 0.00, 0.86, 0.56. Web safe color of #537010 is #666600. Color #537010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 00010000
Octal 123 160 20
Decimal 83 112 16
Hex 53 70 10

RGB Percentages of Color #537010

%39.34
%53.08
%7.58

CMYK Percentages of Color #537010

%26
%0
%86
%56

Triadic Colors of #537010

#537010 #105370 #701053

Analogous Colors of #537010

#537010 #237010 #705d10

Monochromatic Colors of #537010

#537010

Complementary Color

#537010 #2d1070

#537010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537010 Color CSS Codes

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

#537010 Text Font Color

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

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


#537010 Background Color

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

This div background color is #537010


#537010 Border Color

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

This div border color is #537010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537010


Comments

No comments written yet.

Please login to write comment.