Color Hex Logo

#71951f Color Hex

#71951F
(113,149,31)
0 Favorites   0 Comments

Color spaces of #71951f

RGB 11314931
HSL0.220.660.35
HSV78°79°58°
CMYK 0.240.000.79   0.42
XYZ17.804825.10455.2036
Yxy25.10450.37010.5218
Hunter Lab50.1044-24.252028.9155
CIE-Lab57.1771-29.328453.5884

#71951f color RGB value is (113,149,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010101 00011111
Octal 161 225 37
Decimal 113 149 31
Hex 71 95 1F

RGB Percentages of Color #71951f

%38.57
%50.85
%10.58

CMYK Percentages of Color #71951f

%24
%0
%79
%42

Triadic Colors of #71951f

#71951f #1f7195 #951f71

Analogous Colors of #71951f

#71951f #36951f #957e1f

Monochromatic Colors of #71951f

#71951f

Complementary Color

#71951f #431f95

#71951f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71951f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71951f Color CSS Codes

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

#71951f Text Font Color

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

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


#71951f Background Color

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

This div background color is #71951f


#71951f Border Color

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

This div border color is #71951f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71951f


Comments

No comments written yet.

Please login to write comment.