Color Hex Logo

#716557 Color Hex

#716557
(113,101,87)
0 Favorites   0 Comments

Color spaces of #716557

RGB 11310187
HSL0.090.130.39
HSV32°23°44°
CMYK 0.000.110.23   0.56
XYZ13.184013.506210.9289
Yxy13.50620.35050.3590
Hunter Lab36.7508-0.27878.0940
CIE-Lab43.51632.28949.6672

#716557 color RGB value is (113,101,87).

#716557 hex color red value is 113, green value is 101 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #716557 hue: 0.09 , saturation: 0.13 and the lightness value of 716557 is 0.39.

The process color (four color CMYK) of #716557 color hex is 0.00, 0.11, 0.23, 0.56. Web safe color of #716557 is #666666. Color #716557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 01010111
Octal 161 145 127
Decimal 113 101 87
Hex 71 65 57

RGB Percentages of Color #716557

%37.54
%33.55
%28.90

CMYK Percentages of Color #716557

%0
%11
%23
%56

Triadic Colors of #716557

#716557 #577165 #655771

Analogous Colors of #716557

#716557 #707157 #715857

Monochromatic Colors of #716557

#716557

Complementary Color

#716557 #576371

#716557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716557 Color CSS Codes

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

#716557 Text Font Color

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

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


#716557 Background Color

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

This div background color is #716557


#716557 Border Color

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

This div border color is #716557


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,101,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716557; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716557;
  -webkit-box-shadow: 1px 1px 3px 2px #716557;
  box-shadow:         1px 1px 3px 2px #716557; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716557


Comments

No comments written yet.

Please login to write comment.