Color Hex Logo

#71615e Color Hex

#71615E
(113,97,94)
0 Favorites   0 Comments

Color spaces of #71615e

RGB 1139794
HSL0.030.090.41
HSV17°44°
CMYK 0.000.140.17   0.56
XYZ13.105112.868312.3828
Yxy12.86830.34170.3355
Hunter Lab35.87242.43384.6444
CIE-Lab42.56415.87614.0743

#71615e color RGB value is (113,97,94).

#71615e hex color red value is 113, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71615e hue: 0.03 , saturation: 0.09 and the lightness value of 71615e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 01011110
Octal 161 141 136
Decimal 113 97 94
Hex 71 61 5E

RGB Percentages of Color #71615e

%37.17
%31.91
%30.92

CMYK Percentages of Color #71615e

%0
%14
%17
%56

Triadic Colors of #71615e

#71615e #5e7161 #615e71

Analogous Colors of #71615e

#71615e #716b5e #715e65

Monochromatic Colors of #71615e

#71615e

Complementary Color

#71615e #5e6e71

#71615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71615e Color CSS Codes

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

#71615e Text Font Color

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

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


#71615e Background Color

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

This div background color is #71615e


#71615e Border Color

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

This div border color is #71615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71615e


Comments

No comments written yet.

Please login to write comment.