Color Hex Logo

#53715a Color Hex

#53715A
(83,113,90)
0 Favorites   0 Comments

Color spaces of #53715a

RGB 8311390
HSL0.370.150.38
HSV134°27°44°
CMYK 0.270.000.20   0.56
XYZ11.317914.387411.8534
Yxy14.38740.30130.3831
Hunter Lab37.9307-13.11738.0233
CIE-Lab44.7835-16.01059.3018

#53715a color RGB value is (83,113,90).

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

The process color (four color CMYK) of #53715a color hex is 0.27, 0.00, 0.20, 0.56. Web safe color of #53715a is #666666. Color #53715a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 01011010
Octal 123 161 132
Decimal 83 113 90
Hex 53 71 5A

RGB Percentages of Color #53715a

%29.02
%39.51
%31.47

CMYK Percentages of Color #53715a

%27
%0
%20
%56

Triadic Colors of #53715a

#53715a #5a5371 #715a53

Analogous Colors of #53715a

#53715a #537169 #5b7153

Monochromatic Colors of #53715a

#53715a

Complementary Color

#53715a #71536a

#53715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53715a Color CSS Codes

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

#53715a Text Font Color

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

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


#53715a Background Color

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

This div background color is #53715a


#53715a Border Color

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

This div border color is #53715a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,113,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 #53715a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53715a


Comments

No comments written yet.

Please login to write comment.