Color Hex Logo

#31971f Color Hex

#31971F
(49,151,31)
0 Favorites   0 Comments

Color spaces of #31971f

RGB 4915131
HSL0.310.660.36
HSV111°79°59°
CMYK 0.680.000.79   0.41
XYZ12.580622.88515.0505
Yxy22.88510.31050.5648
Hunter Lab47.8384-36.775027.2274
CIE-Lab54.9538-51.020750.4740

#31971f color RGB value is (49,151,31).

#31971f hex color red value is 49, green value is 151 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #31971f hue: 0.31 , saturation: 0.66 and the lightness value of 31971f is 0.36.

The process color (four color CMYK) of #31971f color hex is 0.68, 0.00, 0.79, 0.41. Web safe color of #31971f is #339933. Color #31971f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010111 00011111
Octal 61 227 37
Decimal 49 151 31
Hex 31 97 1F

RGB Percentages of Color #31971f

%21.21
%65.37
%13.42

CMYK Percentages of Color #31971f

%68
%0
%79
%41

Triadic Colors of #31971f

#31971f #1f3197 #971f31

Analogous Colors of #31971f

#31971f #1f9749 #6d971f

Monochromatic Colors of #31971f

#31971f

Complementary Color

#31971f #851f97

#31971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31971f Color CSS Codes

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

#31971f Text Font Color

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

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


#31971f Background Color

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

This div background color is #31971f


#31971f Border Color

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

This div border color is #31971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31971f


Comments

No comments written yet.

Please login to write comment.