Color Hex Logo

#71523e Color Hex

#71523E
(113,82,62)
0 Favorites   0 Comments

Color spaces of #71523e

RGB 1138262
HSL0.070.290.34
HSV24°45°44°
CMYK 0.000.270.45   0.56
XYZ10.69689.89315.9032
Yxy9.89310.40380.3734
Hunter Lab31.45335.661910.8897
CIE-Lab37.649910.153016.8039

#71523e color RGB value is (113,82,62).

#71523e hex color red value is 113, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #71523e hue: 0.07 , saturation: 0.29 and the lightness value of 71523e is 0.34.

The process color (four color CMYK) of #71523e color hex is 0.00, 0.27, 0.45, 0.56. Web safe color of #71523e is #666633. Color #71523e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 00111110
Octal 161 122 76
Decimal 113 82 62
Hex 71 52 3E

RGB Percentages of Color #71523e

%43.97
%31.91
%24.12

CMYK Percentages of Color #71523e

%0
%27
%45
%56

Triadic Colors of #71523e

#71523e #3e7152 #523e71

Analogous Colors of #71523e

#71523e #716c3e #713e44

Monochromatic Colors of #71523e

#71523e

Complementary Color

#71523e #3e5d71

#71523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71523e Color CSS Codes

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

#71523e Text Font Color

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

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


#71523e Background Color

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

This div background color is #71523e


#71523e Border Color

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

This div border color is #71523e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,82,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71523e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71523e;
  -webkit-box-shadow: 1px 1px 3px 2px #71523e;
  box-shadow:         1px 1px 3px 2px #71523e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71523e


Comments

No comments written yet.

Please login to write comment.