Color Hex Logo

#316931 Color Hex

#316931
(49,105,49)
0 Favorites   0 Comments

Color spaces of #316931

RGB 4910549
HSL0.330.360.30
HSV120°53°41°
CMYK 0.530.000.53   0.59
XYZ6.872610.97794.6624
Yxy10.97790.30530.4876
Hunter Lab33.1329-20.957214.8499
CIE-Lab39.5432-31.106525.7940

#316931 color RGB value is (49,105,49).

#316931 hex color red value is 49, green value is 105 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #316931 hue: 0.33 , saturation: 0.36 and the lightness value of 316931 is 0.30.

The process color (four color CMYK) of #316931 color hex is 0.53, 0.00, 0.53, 0.59. Web safe color of #316931 is #336633. Color #316931 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101001 00110001
Octal 61 151 61
Decimal 49 105 49
Hex 31 69 31

RGB Percentages of Color #316931

%24.14
%51.72
%24.14

CMYK Percentages of Color #316931

%53
%0
%53
%59

Triadic Colors of #316931

#316931 #313169 #693131

Analogous Colors of #316931

#316931 #31694d #4d6931

Monochromatic Colors of #316931

#316931

Complementary Color

#316931 #693169

#316931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316931 Color CSS Codes

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

#316931 Text Font Color

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

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


#316931 Background Color

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

This div background color is #316931


#316931 Border Color

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

This div border color is #316931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316931


Comments

No comments written yet.

Please login to write comment.