Color Hex Logo

#715614 Color Hex

#715614
(113,86,20)
0 Favorites   0 Comments

Color spaces of #715614

RGB 1138620
HSL0.120.700.26
HSV43°82°44°
CMYK 0.000.240.82   0.56
XYZ10.264110.21682.0929
Yxy10.21680.45470.4526
Hunter Lab31.96371.382918.4925
CIE-Lab38.22884.358039.9232

#715614 color RGB value is (113,86,20).

#715614 hex color red value is 113, green value is 86 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #715614 hue: 0.12 , saturation: 0.70 and the lightness value of 715614 is 0.26.

The process color (four color CMYK) of #715614 color hex is 0.00, 0.24, 0.82, 0.56. Web safe color of #715614 is #666600. Color #715614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010110 00010100
Octal 161 126 24
Decimal 113 86 20
Hex 71 56 14

RGB Percentages of Color #715614

%51.60
%39.27
%9.13

CMYK Percentages of Color #715614

%0
%24
%82
%56

Triadic Colors of #715614

#715614 #147156 #561471

Analogous Colors of #715614

#715614 #5d7114 #712814

Monochromatic Colors of #715614

#715614

Complementary Color

#715614 #142f71

#715614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715614 Color CSS Codes

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

#715614 Text Font Color

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

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


#715614 Background Color

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

This div background color is #715614


#715614 Border Color

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

This div border color is #715614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715614


Comments

No comments written yet.

Please login to write comment.