Color Hex Logo

#715014 Color Hex

#715014
(113,80,20)
0 Favorites   0 Comments

Color spaces of #715014

RGB 1138020
HSL0.110.700.26
HSV39°82°44°
CMYK 0.000.290.82   0.56
XYZ9.80509.29851.9398
Yxy9.29850.46590.4419
Hunter Lab30.49344.032217.5738
CIE-Lab36.55287.977838.3731

#715014 color RGB value is (113,80,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00010100
Octal 161 120 24
Decimal 113 80 20
Hex 71 50 14

RGB Percentages of Color #715014

%53.05
%37.56
%9.39

CMYK Percentages of Color #715014

%0
%29
%82
%56

Triadic Colors of #715014

#715014 #147150 #501471

Analogous Colors of #715014

#715014 #647114 #712214

Monochromatic Colors of #715014

#715014

Complementary Color

#715014 #143571

#715014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715014 Color CSS Codes

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

#715014 Text Font Color

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

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


#715014 Background Color

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

This div background color is #715014


#715014 Border Color

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

This div border color is #715014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,80,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 #715014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715014


Comments

No comments written yet.

Please login to write comment.