Color Hex Logo

#316437 Color Hex

#316437
(49,100,55)
0 Favorites   0 Comments

Color spaces of #316437

RGB 4910055
HSL0.350.340.29
HSV127°51°39°
CMYK 0.510.000.45   0.61
XYZ6.513410.04315.2097
Yxy10.04310.29920.4614
Hunter Lab31.6909-18.772012.4368
CIE-Lab37.9197-27.802620.3576

#316437 color RGB value is (49,100,55).

#316437 hex color red value is 49, green value is 100 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #316437 hue: 0.35 , saturation: 0.34 and the lightness value of 316437 is 0.29.

The process color (four color CMYK) of #316437 color hex is 0.51, 0.00, 0.45, 0.61. Web safe color of #316437 is #336633. Color #316437 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100100 00110111
Octal 61 144 67
Decimal 49 100 55
Hex 31 64 37

RGB Percentages of Color #316437

%24.02
%49.02
%26.96

CMYK Percentages of Color #316437

%51
%0
%45
%61

Triadic Colors of #316437

#316437 #373164 #643731

Analogous Colors of #316437

#316437 #316451 #456431

Monochromatic Colors of #316437

#316437

Complementary Color

#316437 #64315e

#316437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316437 Color CSS Codes

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

#316437 Text Font Color

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

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


#316437 Background Color

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

This div background color is #316437


#316437 Border Color

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

This div border color is #316437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316437


Comments

No comments written yet.

Please login to write comment.