Color Hex Logo

#53735a Color Hex

#53735A
(83,115,90)
0 Favorites   0 Comments

Color spaces of #53735a

RGB 8311590
HSL0.370.160.39
HSV133°28°45°
CMYK 0.280.000.22   0.55
XYZ11.543514.838711.9286
Yxy14.83870.30130.3873
Hunter Lab38.5210-13.92128.6047
CIE-Lab45.4125-17.098110.1848

#53735a color RGB value is (83,115,90).

#53735a hex color red value is 83, green value is 115 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #53735a hue: 0.37 , saturation: 0.16 and the lightness value of 53735a is 0.39.

The process color (four color CMYK) of #53735a color hex is 0.28, 0.00, 0.22, 0.55. Web safe color of #53735a is #666666. Color #53735a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110011 01011010
Octal 123 163 132
Decimal 83 115 90
Hex 53 73 5A

RGB Percentages of Color #53735a

%28.82
%39.93
%31.25

CMYK Percentages of Color #53735a

%28
%0
%22
%55

Triadic Colors of #53735a

#53735a #5a5373 #735a53

Analogous Colors of #53735a

#53735a #53736a #5c7353

Monochromatic Colors of #53735a

#53735a

Complementary Color

#53735a #73536c

#53735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53735a Color CSS Codes

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

#53735a Text Font Color

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

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


#53735a Background Color

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

This div background color is #53735a


#53735a Border Color

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

This div border color is #53735a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,115,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53735a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53735a;
  -webkit-box-shadow: 1px 1px 3px 2px #53735a;
  box-shadow:         1px 1px 3px 2px #53735a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53735a


Comments

No comments written yet.

Please login to write comment.