Color Hex Logo

#715011 Color Hex

#715011
(113,80,17)
0 Favorites   0 Comments

Color spaces of #715011

RGB 1138017
HSL0.110.740.25
HSV39°85°44°
CMYK 0.000.290.85   0.56
XYZ9.77999.28851.8077
Yxy9.28850.46850.4449
Hunter Lab30.47703.944817.8172
CIE-Lab36.53397.858739.5544

#715011 color RGB value is (113,80,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00010001
Octal 161 120 21
Decimal 113 80 17
Hex 71 50 11

RGB Percentages of Color #715011

%53.81
%38.10
%8.10

CMYK Percentages of Color #715011

%0
%29
%85
%56

Triadic Colors of #715011

#715011 #117150 #501171

Analogous Colors of #715011

#715011 #627111 #712011

Monochromatic Colors of #715011

#715011

Complementary Color

#715011 #113271

#715011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715011 Color CSS Codes

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

#715011 Text Font Color

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

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


#715011 Background Color

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

This div background color is #715011


#715011 Border Color

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

This div border color is #715011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715011


Comments

No comments written yet.

Please login to write comment.