Color Hex Logo

#31721f Color Hex

#31721F
(49,114,31)
0 Favorites   0 Comments

Color spaces of #31721f

RGB 4911431
HSL0.300.570.28
HSV107°73°45°
CMYK 0.570.000.73   0.55
XYZ7.531312.78653.3674
Yxy12.78650.31800.5399
Hunter Lab35.7582-24.981719.4473
CIE-Lab42.4398-37.138737.9801

#31721f color RGB value is (49,114,31).

#31721f hex color red value is 49, green value is 114 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #31721f hue: 0.30 , saturation: 0.57 and the lightness value of 31721f is 0.28.

The process color (four color CMYK) of #31721f color hex is 0.57, 0.00, 0.73, 0.55. Web safe color of #31721f is #336633. Color #31721f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110010 00011111
Octal 61 162 37
Decimal 49 114 31
Hex 31 72 1F

RGB Percentages of Color #31721f

%25.26
%58.76
%15.98

CMYK Percentages of Color #31721f

%57
%0
%73
%55

Triadic Colors of #31721f

#31721f #1f3172 #721f31

Analogous Colors of #31721f

#31721f #1f7237 #5b721f

Monochromatic Colors of #31721f

#31721f

Complementary Color

#31721f #601f72

#31721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31721f Color CSS Codes

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

#31721f Text Font Color

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

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


#31721f Background Color

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

This div background color is #31721f


#31721f Border Color

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

This div border color is #31721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31721f


Comments

No comments written yet.

Please login to write comment.