Color Hex Logo

#715750 Color Hex

#715750
(113,87,80)
0 Favorites   0 Comments

Color spaces of #715750

RGB 1138780
HSL0.040.170.38
HSV13°29°44°
CMYK 0.000.230.29   0.56
XYZ11.666210.90639.0797
Yxy10.90630.36860.3446
Hunter Lab33.02475.26326.8163
CIE-Lab39.42229.59638.1779

#715750 color RGB value is (113,87,80).

#715750 hex color red value is 113, green value is 87 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #715750 hue: 0.04 , saturation: 0.17 and the lightness value of 715750 is 0.38.

The process color (four color CMYK) of #715750 color hex is 0.00, 0.23, 0.29, 0.56. Web safe color of #715750 is #666666. Color #715750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 01010000
Octal 161 127 120
Decimal 113 87 80
Hex 71 57 50

RGB Percentages of Color #715750

%40.36
%31.07
%28.57

CMYK Percentages of Color #715750

%0
%23
%29
%56

Triadic Colors of #715750

#715750 #507157 #575071

Analogous Colors of #715750

#715750 #716850 #71505a

Monochromatic Colors of #715750

#715750

Complementary Color

#715750 #506a71

#715750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715750 Color CSS Codes

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

#715750 Text Font Color

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

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


#715750 Background Color

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

This div background color is #715750


#715750 Border Color

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

This div border color is #715750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715750


Comments

No comments written yet.

Please login to write comment.