Color Hex Logo

#71911e Color Hex

#71911E
(113,145,30)
0 Favorites   0 Comments

Color spaces of #71911e

RGB 11314530
HSL0.210.660.34
HSV77°79°57°
CMYK 0.220.000.79   0.43
XYZ17.169823.85524.9279
Yxy23.85520.37360.5191
Hunter Lab48.8418-22.723428.2072
CIE-Lab55.9425-27.449352.7649

#71911e color RGB value is (113,145,30).

#71911e hex color red value is 113, green value is 145 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #71911e hue: 0.21 , saturation: 0.66 and the lightness value of 71911e is 0.34.

The process color (four color CMYK) of #71911e color hex is 0.22, 0.00, 0.79, 0.43. Web safe color of #71911e is #669933. Color #71911e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010001 00011110
Octal 161 221 36
Decimal 113 145 30
Hex 71 91 1E

RGB Percentages of Color #71911e

%39.24
%50.35
%10.42

CMYK Percentages of Color #71911e

%22
%0
%79
%43

Triadic Colors of #71911e

#71911e #1e7191 #911e71

Analogous Colors of #71911e

#71911e #38911e #91781e

Monochromatic Colors of #71911e

#71911e

Complementary Color

#71911e #3e1e91

#71911e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71911e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71911e Color CSS Codes

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

#71911e Text Font Color

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

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


#71911e Background Color

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

This div background color is #71911e


#71911e Border Color

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

This div border color is #71911e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,145,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 #71911e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71911e


Comments

No comments written yet.

Please login to write comment.