Color Hex Logo

#71522f Color Hex

#71522F
(113,82,47)
0 Favorites   0 Comments

Color spaces of #71522f

RGB 1138247
HSL0.090.410.31
HSV32°58°44°
CMYK 0.000.270.58   0.56
XYZ10.34049.75054.0264
Yxy9.75050.42880.4043
Hunter Lab31.22584.465014.2129
CIE-Lab37.39098.558125.4213

#71522f color RGB value is (113,82,47).

#71522f hex color red value is 113, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #71522f hue: 0.09 , saturation: 0.41 and the lightness value of 71522f is 0.31.

The process color (four color CMYK) of #71522f color hex is 0.00, 0.27, 0.58, 0.56. Web safe color of #71522f is #666633. Color #71522f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 00101111
Octal 161 122 57
Decimal 113 82 47
Hex 71 52 2F

RGB Percentages of Color #71522f

%46.69
%33.88
%19.42

CMYK Percentages of Color #71522f

%0
%27
%58
%56

Triadic Colors of #71522f

#71522f #2f7152 #522f71

Analogous Colors of #71522f

#71522f #6f712f #71312f

Monochromatic Colors of #71522f

#71522f

Complementary Color

#71522f #2f4e71

#71522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71522f Color CSS Codes

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

#71522f Text Font Color

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

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


#71522f Background Color

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

This div background color is #71522f


#71522f Border Color

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

This div border color is #71522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71522f


Comments

No comments written yet.

Please login to write comment.