Color Hex Logo

#51715e Color Hex

#51715E
(81,113,94)
0 Favorites   0 Comments

Color spaces of #51715e

RGB 8111394
HSL0.400.160.38
HSV144°28°44°
CMYK 0.280.000.17   0.56
XYZ11.318814.367712.7664
Yxy14.36770.29440.3736
Hunter Lab37.9047-13.03116.5643
CIE-Lab44.7557-15.88436.8625

#51715e color RGB value is (81,113,94).

#51715e hex color red value is 81, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51715e hue: 0.40 , saturation: 0.16 and the lightness value of 51715e is 0.38.

The process color (four color CMYK) of #51715e color hex is 0.28, 0.00, 0.17, 0.56. Web safe color of #51715e is #666666. Color #51715e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 01011110
Octal 121 161 136
Decimal 81 113 94
Hex 51 71 5E

RGB Percentages of Color #51715e

%28.13
%39.24
%32.64

CMYK Percentages of Color #51715e

%28
%0
%17
%56

Triadic Colors of #51715e

#51715e #5e5171 #715e51

Analogous Colors of #51715e

#51715e #51716e #547151

Monochromatic Colors of #51715e

#51715e

Complementary Color

#51715e #715164

#51715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51715e Color CSS Codes

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

#51715e Text Font Color

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

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


#51715e Background Color

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

This div background color is #51715e


#51715e Border Color

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

This div border color is #51715e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,113,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51715e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51715e;
  -webkit-box-shadow: 1px 1px 3px 2px #51715e;
  box-shadow:         1px 1px 3px 2px #51715e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51715e


Comments

No comments written yet.

Please login to write comment.