Color Hex Logo

#71896d Color Hex

#71896D
(113,137,109)
0 Favorites   0 Comments

Color spaces of #71896d

RGB 113137109
HSL0.310.110.48
HSV111°20°54°
CMYK 0.180.000.20   0.46
XYZ18.516022.506217.8362
Yxy22.50620.31460.3824
Hunter Lab47.4407-13.353110.9173
CIE-Lab54.5600-14.288312.2233

#71896d color RGB value is (113,137,109).

#71896d hex color red value is 113, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #71896d hue: 0.31 , saturation: 0.11 and the lightness value of 71896d is 0.48.

The process color (four color CMYK) of #71896d color hex is 0.18, 0.00, 0.20, 0.46. Web safe color of #71896d is #669966. Color #71896d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 01101101
Octal 161 211 155
Decimal 113 137 109
Hex 71 89 6D

RGB Percentages of Color #71896d

%31.48
%38.16
%30.36

CMYK Percentages of Color #71896d

%18
%0
%20
%46

Triadic Colors of #71896d

#71896d #6d7189 #896d71

Analogous Colors of #71896d

#71896d #6d8977 #7f896d

Monochromatic Colors of #71896d

#71896d

Complementary Color

#71896d #856d89

#71896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71896d Color CSS Codes

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

#71896d Text Font Color

<p style="color:#71896d">Text here</p>

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


#71896d Background Color

<div style="background-color:#71896d">
Div content here</div>

This div background color is #71896d


#71896d Border Color

<div style="border:3px solid #71896d">
Div here</div>

This div border color is #71896d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,137,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71896d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71896d;
  -webkit-box-shadow: 1px 1px 3px 2px #71896d;
  box-shadow:         1px 1px 3px 2px #71896d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71896d


Comments

No comments written yet.

Please login to write comment.