Color Hex Logo

#715350 Color Hex

#715350
(113,83,80)
0 Favorites   0 Comments

Color spaces of #715350

RGB 1138380
HSL0.020.170.38
HSV29°44°
CMYK 0.000.270.29   0.56
XYZ11.351310.27648.9747
Yxy10.27640.37090.3358
Hunter Lab32.05687.10735.8408
CIE-Lab38.334012.03076.6398

#715350 color RGB value is (113,83,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 01010000
Octal 161 123 120
Decimal 113 83 80
Hex 71 53 50

RGB Percentages of Color #715350

%40.94
%30.07
%28.99

CMYK Percentages of Color #715350

%0
%27
%29
%56

Triadic Colors of #715350

#715350 #507153 #535071

Analogous Colors of #715350

#715350 #716450 #71505e

Monochromatic Colors of #715350

#715350

Complementary Color

#715350 #506e71

#715350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715350 Color CSS Codes

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

#715350 Text Font Color

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

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


#715350 Background Color

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

This div background color is #715350


#715350 Border Color

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

This div border color is #715350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715350


Comments

No comments written yet.

Please login to write comment.