Color Hex Logo

#716010 Color Hex

#716010
(113,96,16)
0 Favorites   0 Comments

Color spaces of #716010

RGB 1139616
HSL0.140.750.25
HSV49°86°44°
CMYK 0.000.150.86   0.56
XYZ11.086411.91392.2055
Yxy11.91390.43980.4727
Hunter Lab34.5165-3.071320.3731
CIE-Lab41.0789-1.731543.8933

#716010 color RGB value is (113,96,16).

#716010 hex color red value is 113, green value is 96 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #716010 hue: 0.14 , saturation: 0.75 and the lightness value of 716010 is 0.25.

The process color (four color CMYK) of #716010 color hex is 0.00, 0.15, 0.86, 0.56. Web safe color of #716010 is #666600. Color #716010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 00010000
Octal 161 140 20
Decimal 113 96 16
Hex 71 60 10

RGB Percentages of Color #716010

%50.22
%42.67
%7.11

CMYK Percentages of Color #716010

%0
%15
%86
%56

Triadic Colors of #716010

#716010 #107160 #601071

Analogous Colors of #716010

#716010 #527110 #713010

Monochromatic Colors of #716010

#716010

Complementary Color

#716010 #102171

#716010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716010 Color CSS Codes

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

#716010 Text Font Color

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

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


#716010 Background Color

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

This div background color is #716010


#716010 Border Color

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

This div border color is #716010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716010


Comments

No comments written yet.

Please login to write comment.