Color Hex Logo

#537650 Color Hex

#537650
(83,118,80)
0 Favorites   0 Comments

Color spaces of #537650

RGB 8311880
HSL0.320.190.39
HSV115°32°46°
CMYK 0.300.000.32   0.54
XYZ11.493715.37519.9513
Yxy15.37510.31220.4176
Hunter Lab39.2111-16.296812.4007
CIE-Lab46.1437-20.606617.0557

#537650 color RGB value is (83,118,80).

#537650 hex color red value is 83, green value is 118 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #537650 hue: 0.32 , saturation: 0.19 and the lightness value of 537650 is 0.39.

The process color (four color CMYK) of #537650 color hex is 0.30, 0.00, 0.32, 0.54. Web safe color of #537650 is #666666. Color #537650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 01010000
Octal 123 166 120
Decimal 83 118 80
Hex 53 76 50

RGB Percentages of Color #537650

%29.54
%41.99
%28.47

CMYK Percentages of Color #537650

%30
%0
%32
%54

Triadic Colors of #537650

#537650 #505376 #765053

Analogous Colors of #537650

#537650 #507660 #667650

Monochromatic Colors of #537650

#537650

Complementary Color

#537650 #735076

#537650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537650 Color CSS Codes

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

#537650 Text Font Color

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

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


#537650 Background Color

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

This div background color is #537650


#537650 Border Color

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

This div border color is #537650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537650


Comments

No comments written yet.

Please login to write comment.