Color Hex Logo

#53714d Color Hex

#53714D
(83,113,77)
0 Favorites   0 Comments

Color spaces of #53714d

RGB 8311377
HSL0.310.190.37
HSV110°32°44°
CMYK 0.270.000.32   0.56
XYZ10.812014.18519.1893
Yxy14.18510.31630.4149
Hunter Lab37.6631-14.668211.8982
CIE-Lab44.4972-18.497916.5777

#53714d color RGB value is (83,113,77).

#53714d hex color red value is 83, green value is 113 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #53714d hue: 0.31 , saturation: 0.19 and the lightness value of 53714d is 0.37.

The process color (four color CMYK) of #53714d color hex is 0.27, 0.00, 0.32, 0.56. Web safe color of #53714d is #666666. Color #53714d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 01001101
Octal 123 161 115
Decimal 83 113 77
Hex 53 71 4D

RGB Percentages of Color #53714d

%30.40
%41.39
%28.21

CMYK Percentages of Color #53714d

%27
%0
%32
%56

Triadic Colors of #53714d

#53714d #4d5371 #714d53

Analogous Colors of #53714d

#53714d #4d7159 #65714d

Monochromatic Colors of #53714d

#53714d

Complementary Color

#53714d #6b4d71

#53714d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53714d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53714d Color CSS Codes

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

#53714d Text Font Color

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

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


#53714d Background Color

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

This div background color is #53714d


#53714d Border Color

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

This div border color is #53714d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53714d


Comments

No comments written yet.

Please login to write comment.