Color Hex Logo

#71931f Color Hex

#71931F
(113,147,31)
0 Favorites   0 Comments

Color spaces of #71931f

RGB 11314731
HSL0.220.650.35
HSV78°79°58°
CMYK 0.230.000.79   0.42
XYZ17.491124.47715.0990
Yxy24.47710.37160.5200
Hunter Lab49.4743-23.473428.5214
CIE-Lab56.5623-28.368753.0181

#71931f color RGB value is (113,147,31).

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

The process color (four color CMYK) of #71931f color hex is 0.23, 0.00, 0.79, 0.42. Web safe color of #71931f is #669933. Color #71931f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 00011111
Octal 161 223 37
Decimal 113 147 31
Hex 71 93 1F

RGB Percentages of Color #71931f

%38.83
%50.52
%10.65

CMYK Percentages of Color #71931f

%23
%0
%79
%42

Triadic Colors of #71931f

#71931f #1f7193 #931f71

Analogous Colors of #71931f

#71931f #37931f #937b1f

Monochromatic Colors of #71931f

#71931f

Complementary Color

#71931f #411f93

#71931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71931f Color CSS Codes

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

#71931f Text Font Color

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

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


#71931f Background Color

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

This div background color is #71931f


#71931f Border Color

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

This div border color is #71931f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71931f


Comments

No comments written yet.

Please login to write comment.