Color Hex Logo

#71884e Color Hex

#71884E
(113,136,78)
0 Favorites   0 Comments

Color spaces of #71884e

RGB 11313678
HSL0.230.270.42
HSV84°43°53°
CMYK 0.170.000.43   0.47
XYZ16.989421.669110.4948
Yxy21.66910.34560.4408
Hunter Lab46.5501-16.315419.2180
CIE-Lab53.6741-18.665228.4281

#71884e color RGB value is (113,136,78).

#71884e hex color red value is 113, green value is 136 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71884e hue: 0.23 , saturation: 0.27 and the lightness value of 71884e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001000 01001110
Octal 161 210 116
Decimal 113 136 78
Hex 71 88 4E

RGB Percentages of Color #71884e

%34.56
%41.59
%23.85

CMYK Percentages of Color #71884e

%17
%0
%43
%47

Triadic Colors of #71884e

#71884e #4e7188 #884e71

Analogous Colors of #71884e

#71884e #54884e #88824e

Monochromatic Colors of #71884e

#71884e

Complementary Color

#71884e #654e88

#71884e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71884e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71884e Color CSS Codes

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

#71884e Text Font Color

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

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


#71884e Background Color

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

This div background color is #71884e


#71884e Border Color

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

This div border color is #71884e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71884e


Comments

No comments written yet.

Please login to write comment.