Color Hex Logo

#716c3a Color Hex

#716C3A
(113,108,58)
0 Favorites   0 Comments

Color spaces of #716c3a

RGB 11310858
HSL0.150.320.34
HSV55°49°44°
CMYK 0.000.040.49   0.56
XYZ12.936314.54136.1279
Yxy14.54130.38490.4327
Hunter Lab38.1331-6.178317.1654
CIE-Lab44.9994-5.734728.5270

#716c3a color RGB value is (113,108,58).

#716c3a hex color red value is 113, green value is 108 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #716c3a hue: 0.15 , saturation: 0.32 and the lightness value of 716c3a is 0.34.

The process color (four color CMYK) of #716c3a color hex is 0.00, 0.04, 0.49, 0.56. Web safe color of #716c3a is #666633. Color #716c3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101100 00111010
Octal 161 154 72
Decimal 113 108 58
Hex 71 6C 3A

RGB Percentages of Color #716c3a

%40.50
%38.71
%20.79

CMYK Percentages of Color #716c3a

%0
%4
%49
%56

Triadic Colors of #716c3a

#716c3a #3a716c #6c3a71

Analogous Colors of #716c3a

#716c3a #5b713a #71513a

Monochromatic Colors of #716c3a

#716c3a

Complementary Color

#716c3a #3a3f71

#716c3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716c3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#716c3a Color CSS Codes

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

#716c3a Text Font Color

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

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


#716c3a Background Color

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

This div background color is #716c3a


#716c3a Border Color

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

This div border color is #716c3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,108,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716c3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716c3a;
  -webkit-box-shadow: 1px 1px 3px 2px #716c3a;
  box-shadow:         1px 1px 3px 2px #716c3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716c3a


Comments

No comments written yet.

Please login to write comment.