Color Hex Logo

#71515e Color Hex

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

Color spaces of #71515e

RGB 1138194
HSL0.930.160.38
HSV336°28°44°
CMYK 0.000.280.17   0.56
XYZ11.772910.203711.9387
Yxy10.20370.34710.3009
Hunter Lab31.94329.88680.2008
CIE-Lab38.205615.5957-2.2679

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

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

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

Base Numbers

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

RGB Percentages of Color #71515e

%39.24
%28.13
%32.64

CMYK Percentages of Color #71515e

%0
%28
%17
%56

Triadic Colors of #71515e

#71515e #5e7151 #515e71

Analogous Colors of #71515e

#71515e #715451 #71516e

Monochromatic Colors of #71515e

#71515e

Complementary Color

#71515e #517164

#71515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71515e Color CSS Codes

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

#71515e Text Font Color

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

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


#71515e Background Color

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

This div background color is #71515e


#71515e Border Color

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

This div border color is #71515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71515e


Comments

No comments written yet.

Please login to write comment.