Color Hex Logo

#715715 Color Hex

#715715
(113,87,21)
0 Favorites   0 Comments

Color spaces of #715715

RGB 1138721
HSL0.120.690.26
HSV43°81°44°
CMYK 0.000.230.81   0.56
XYZ10.353610.38122.1676
Yxy10.38120.45210.4533
Hunter Lab32.21990.974818.5652
CIE-Lab38.51813.801039.7921

#715715 color RGB value is (113,87,21).

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

The process color (four color CMYK) of #715715 color hex is 0.00, 0.23, 0.81, 0.56. Web safe color of #715715 is #666600. Color #715715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 00010101
Octal 161 127 25
Decimal 113 87 21
Hex 71 57 15

RGB Percentages of Color #715715

%51.13
%39.37
%9.50

CMYK Percentages of Color #715715

%0
%23
%81
%56

Triadic Colors of #715715

#715715 #157157 #571571

Analogous Colors of #715715

#715715 #5d7115 #712915

Monochromatic Colors of #715715

#715715

Complementary Color

#715715 #152f71

#715715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715715 Color CSS Codes

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

#715715 Text Font Color

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

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


#715715 Background Color

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

This div background color is #715715


#715715 Border Color

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

This div border color is #715715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715715


Comments

No comments written yet.

Please login to write comment.