Color Hex Logo

#71885e Color Hex

#71885E
(113,136,94)
0 Favorites   0 Comments

Color spaces of #71885e

RGB 11313694
HSL0.260.180.45
HSV93°31°53°
CMYK 0.170.000.31   0.47
XYZ17.634621.927213.8926
Yxy21.92720.32990.4102
Hunter Lab46.8265-14.724215.1882
CIE-Lab53.9497-16.331619.9164

#71885e color RGB value is (113,136,94).

#71885e hex color red value is 113, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71885e hue: 0.26 , saturation: 0.18 and the lightness value of 71885e is 0.45.

The process color (four color CMYK) of #71885e color hex is 0.17, 0.00, 0.31, 0.47. Web safe color of #71885e is #669966. Color #71885e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001000 01011110
Octal 161 210 136
Decimal 113 136 94
Hex 71 88 5E

RGB Percentages of Color #71885e

%32.94
%39.65
%27.41

CMYK Percentages of Color #71885e

%17
%0
%31
%47

Triadic Colors of #71885e

#71885e #5e7188 #885e71

Analogous Colors of #71885e

#71885e #5e8860 #86885e

Monochromatic Colors of #71885e

#71885e

Complementary Color

#71885e #755e88

#71885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71885e Color CSS Codes

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

#71885e Text Font Color

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

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


#71885e Background Color

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

This div background color is #71885e


#71885e Border Color

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

This div border color is #71885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71885e


Comments

No comments written yet.

Please login to write comment.