Color Hex Logo

#71515f Color Hex

#71515F
(113,81,95)
0 Favorites   0 Comments

Color spaces of #71515f

RGB 1138195
HSL0.930.160.38
HSV334°28°44°
CMYK 0.000.280.16   0.56
XYZ11.818010.221812.1766
Yxy10.22180.34540.2987
Hunter Lab31.971510.0307-0.2009
CIE-Lab38.237615.7755-2.8444

#71515f color RGB value is (113,81,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 01011111
Octal 161 121 137
Decimal 113 81 95
Hex 71 51 5F

RGB Percentages of Color #71515f

%39.10
%28.03
%32.87

CMYK Percentages of Color #71515f

%0
%28
%16
%56

Triadic Colors of #71515f

#71515f #5f7151 #515f71

Analogous Colors of #71515f

#71515f #715351 #71516f

Monochromatic Colors of #71515f

#71515f

Complementary Color

#71515f #517163

#71515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71515f Color CSS Codes

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

#71515f Text Font Color

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

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


#71515f Background Color

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

This div background color is #71515f


#71515f Border Color

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

This div border color is #71515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71515f

#71515f Color Palettes


Comments

No comments written yet.

Please login to write comment.