Color Hex Logo

#715012 Color Hex

#715012
(113,80,18)
0 Favorites   0 Comments

Color spaces of #715012

RGB 1138018
HSL0.110.730.26
HSV39°84°44°
CMYK 0.000.290.84   0.56
XYZ9.78799.29171.8499
Yxy9.29170.46770.4440
Hunter Lab30.48233.972617.7394
CIE-Lab36.54007.896639.1708

#715012 color RGB value is (113,80,18).

#715012 hex color red value is 113, green value is 80 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #715012 hue: 0.11 , saturation: 0.73 and the lightness value of 715012 is 0.26.

The process color (four color CMYK) of #715012 color hex is 0.00, 0.29, 0.84, 0.56. Web safe color of #715012 is #666600. Color #715012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00010010
Octal 161 120 22
Decimal 113 80 18
Hex 71 50 12

RGB Percentages of Color #715012

%53.55
%37.91
%8.53

CMYK Percentages of Color #715012

%0
%29
%84
%56

Triadic Colors of #715012

#715012 #127150 #501271

Analogous Colors of #715012

#715012 #637112 #712012

Monochromatic Colors of #715012

#715012

Complementary Color

#715012 #123371

#715012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715012 Color CSS Codes

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

#715012 Text Font Color

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

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


#715012 Background Color

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

This div background color is #715012


#715012 Border Color

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

This div border color is #715012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715012


Comments

No comments written yet.

Please login to write comment.