Color Hex Logo

#537112 Color Hex

#537112
(83,113,18)
0 Favorites   0 Comments

Color spaces of #537112

RGB 8311318
HSL0.220.730.26
HSV79°84°44°
CMYK 0.270.000.84   0.56
XYZ9.581613.69292.7103
Yxy13.69290.36870.5270
Hunter Lab37.0039-18.537021.5601
CIE-Lab43.7893-25.008644.6890

#537112 color RGB value is (83,113,18).

#537112 hex color red value is 83, green value is 113 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #537112 hue: 0.22 , saturation: 0.73 and the lightness value of 537112 is 0.26.

The process color (four color CMYK) of #537112 color hex is 0.27, 0.00, 0.84, 0.56. Web safe color of #537112 is #666600. Color #537112 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 00010010
Octal 123 161 22
Decimal 83 113 18
Hex 53 71 12

RGB Percentages of Color #537112

%38.79
%52.80
%8.41

CMYK Percentages of Color #537112

%27
%0
%84
%56

Triadic Colors of #537112

#537112 #125371 #711253

Analogous Colors of #537112

#537112 #247112 #715f12

Monochromatic Colors of #537112

#537112

Complementary Color

#537112 #301271

#537112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537112 Color CSS Codes

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

#537112 Text Font Color

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

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


#537112 Background Color

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

This div background color is #537112


#537112 Border Color

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

This div border color is #537112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537112


Comments

No comments written yet.

Please login to write comment.