Color Hex Logo

#71651e Color Hex

#71651E
(113,101,30)
0 Favorites   0 Comments

Color spaces of #71651e

RGB 11310130
HSL0.140.580.28
HSV51°73°44°
CMYK 0.000.110.73   0.56
XYZ11.698112.91183.1040
Yxy12.91180.42210.4659
Hunter Lab35.9330-4.771520.0314
CIE-Lab42.6300-4.004439.9897

#71651e color RGB value is (113,101,30).

#71651e hex color red value is 113, green value is 101 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #71651e hue: 0.14 , saturation: 0.58 and the lightness value of 71651e is 0.28.

The process color (four color CMYK) of #71651e color hex is 0.00, 0.11, 0.73, 0.56. Web safe color of #71651e is #666633. Color #71651e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 00011110
Octal 161 145 36
Decimal 113 101 30
Hex 71 65 1E

RGB Percentages of Color #71651e

%46.31
%41.39
%12.30

CMYK Percentages of Color #71651e

%0
%11
%73
%56

Triadic Colors of #71651e

#71651e #1e7165 #651e71

Analogous Colors of #71651e

#71651e #53711e #713c1e

Monochromatic Colors of #71651e

#71651e

Complementary Color

#71651e #1e2a71

#71651e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71651e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71651e Color CSS Codes

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

#71651e Text Font Color

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

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


#71651e Background Color

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

This div background color is #71651e


#71651e Border Color

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

This div border color is #71651e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71651e


Comments

No comments written yet.

Please login to write comment.