Color Hex Logo

#537217 Color Hex

#537217
(83,114,23)
0 Favorites   0 Comments

Color spaces of #537217

RGB 8311423
HSL0.220.660.27
HSV80°80°45°
CMYK 0.270.000.80   0.55
XYZ9.739213.93552.9871
Yxy13.93550.36530.5227
Hunter Lab37.3303-18.758621.3869
CIE-Lab44.1403-25.252843.3704

#537217 color RGB value is (83,114,23).

#537217 hex color red value is 83, green value is 114 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #537217 hue: 0.22 , saturation: 0.66 and the lightness value of 537217 is 0.27.

The process color (four color CMYK) of #537217 color hex is 0.27, 0.00, 0.80, 0.55. Web safe color of #537217 is #666600. Color #537217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110010 00010111
Octal 123 162 27
Decimal 83 114 23
Hex 53 72 17

RGB Percentages of Color #537217

%37.73
%51.82
%10.45

CMYK Percentages of Color #537217

%27
%0
%80
%55

Triadic Colors of #537217

#537217 #175372 #721753

Analogous Colors of #537217

#537217 #267217 #726317

Monochromatic Colors of #537217

#537217

Complementary Color

#537217 #361772

#537217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537217 Color CSS Codes

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

#537217 Text Font Color

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

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


#537217 Background Color

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

This div background color is #537217


#537217 Border Color

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

This div border color is #537217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537217


Comments

No comments written yet.

Please login to write comment.