Color Hex Logo

#71575a Color Hex

#71575A
(113,87,90)
0 Favorites   0 Comments

Color spaces of #71575a

RGB 1138790
HSL0.980.130.39
HSV353°23°44°
CMYK 0.000.230.20   0.56
XYZ12.063711.065311.1728
Yxy11.06530.35170.3226
Hunter Lab33.26456.52173.3710
CIE-Lab39.690211.23172.3843

#71575a color RGB value is (113,87,90).

#71575a hex color red value is 113, green value is 87 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #71575a hue: 0.98 , saturation: 0.13 and the lightness value of 71575a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 01011010
Octal 161 127 132
Decimal 113 87 90
Hex 71 57 5A

RGB Percentages of Color #71575a

%38.97
%30.00
%31.03

CMYK Percentages of Color #71575a

%0
%23
%20
%56

Triadic Colors of #71575a

#71575a #5a7157 #575a71

Analogous Colors of #71575a

#71575a #716157 #715767

Monochromatic Colors of #71575a

#71575a

Complementary Color

#71575a #57716e

#71575a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71575a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71575a Color CSS Codes

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

#71575a Text Font Color

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

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


#71575a Background Color

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

This div background color is #71575a


#71575a Border Color

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

This div border color is #71575a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71575a


Comments

No comments written yet.

Please login to write comment.