Color Hex Logo

#71692e Color Hex

#71692E
(113,105,46)
0 Favorites   0 Comments

Color spaces of #71692e

RGB 11310546
HSL0.150.420.31
HSV53°59°44°
CMYK 0.000.070.59   0.56
XYZ12.354813.81114.5994
Yxy13.81110.40160.4489
Hunter Lab37.1633-5.694118.6765
CIE-Lab43.9608-5.170833.7271

#71692e color RGB value is (113,105,46).

#71692e hex color red value is 113, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #71692e hue: 0.15 , saturation: 0.42 and the lightness value of 71692e is 0.31.

The process color (four color CMYK) of #71692e color hex is 0.00, 0.07, 0.59, 0.56. Web safe color of #71692e is #666633. Color #71692e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101001 00101110
Octal 161 151 56
Decimal 113 105 46
Hex 71 69 2E

RGB Percentages of Color #71692e

%42.80
%39.77
%17.42

CMYK Percentages of Color #71692e

%0
%7
%59
%56

Triadic Colors of #71692e

#71692e #2e7169 #692e71

Analogous Colors of #71692e

#71692e #58712e #71482e

Monochromatic Colors of #71692e

#71692e

Complementary Color

#71692e #2e3671

#71692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71692e Color CSS Codes

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

#71692e Text Font Color

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

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


#71692e Background Color

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

This div background color is #71692e


#71692e Border Color

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

This div border color is #71692e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71692e


Comments

No comments written yet.

Please login to write comment.