Color Hex Logo

#71911f Color Hex

#71911F
(113,145,31)
0 Favorites   0 Comments

Color spaces of #71911f

RGB 11314531
HSL0.210.650.35
HSV77°79°57°
CMYK 0.220.000.79   0.43
XYZ17.182823.86044.9962
Yxy23.86040.37320.5183
Hunter Lab48.8471-22.692028.1287
CIE-Lab55.9478-27.400552.4462

#71911f color RGB value is (113,145,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010001 00011111
Octal 161 221 37
Decimal 113 145 31
Hex 71 91 1F

RGB Percentages of Color #71911f

%39.10
%50.17
%10.73

CMYK Percentages of Color #71911f

%22
%0
%79
%43

Triadic Colors of #71911f

#71911f #1f7191 #911f71

Analogous Colors of #71911f

#71911f #38911f #91781f

Monochromatic Colors of #71911f

#71911f

Complementary Color

#71911f #3f1f91

#71911f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71911f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71911f Color CSS Codes

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

#71911f Text Font Color

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

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


#71911f Background Color

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

This div background color is #71911f


#71911f Border Color

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

This div border color is #71911f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71911f


Comments

No comments written yet.

Please login to write comment.