Color Hex Logo

#71503e Color Hex

#71503E
(113,80,62)
0 Favorites   0 Comments

Color spaces of #71503e

RGB 1138062
HSL0.060.290.34
HSV21°45°44°
CMYK 0.000.290.45   0.56
XYZ10.54829.59585.8537
Yxy9.59580.40570.3691
Hunter Lab30.97716.572210.4800
CIE-Lab37.107011.370016.0800

#71503e color RGB value is (113,80,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00111110
Octal 161 120 76
Decimal 113 80 62
Hex 71 50 3E

RGB Percentages of Color #71503e

%44.31
%31.37
%24.31

CMYK Percentages of Color #71503e

%0
%29
%45
%56

Triadic Colors of #71503e

#71503e #3e7150 #503e71

Analogous Colors of #71503e

#71503e #716a3e #713e46

Monochromatic Colors of #71503e

#71503e

Complementary Color

#71503e #3e5f71

#71503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71503e Color CSS Codes

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

#71503e Text Font Color

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

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


#71503e Background Color

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

This div background color is #71503e


#71503e Border Color

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

This div border color is #71503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71503e


Comments

No comments written yet.

Please login to write comment.