Color Hex Logo

#716116 Color Hex

#716116
(113,97,22)
0 Favorites   0 Comments

Color spaces of #716116

RGB 1139722
HSL0.140.670.26
HSV49°81°44°
CMYK 0.000.140.81   0.56
XYZ11.229612.11802.5062
Yxy12.11800.43440.4687
Hunter Lab34.8109-3.337120.0991
CIE-Lab41.4031-2.081142.0791

#716116 color RGB value is (113,97,22).

#716116 hex color red value is 113, green value is 97 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #716116 hue: 0.14 , saturation: 0.67 and the lightness value of 716116 is 0.26.

The process color (four color CMYK) of #716116 color hex is 0.00, 0.14, 0.81, 0.56. Web safe color of #716116 is #666600. Color #716116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 00010110
Octal 161 141 26
Decimal 113 97 22
Hex 71 61 16

RGB Percentages of Color #716116

%48.71
%41.81
%9.48

CMYK Percentages of Color #716116

%0
%14
%81
%56

Triadic Colors of #716116

#716116 #167161 #611671

Analogous Colors of #716116

#716116 #547116 #713416

Monochromatic Colors of #716116

#716116

Complementary Color

#716116 #162671

#716116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716116 Color CSS Codes

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

#716116 Text Font Color

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

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


#716116 Background Color

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

This div background color is #716116


#716116 Border Color

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

This div border color is #716116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716116


Comments

No comments written yet.

Please login to write comment.