Color Hex Logo

#316c4f Color Hex

#316C4F
(49,108,79)
0 Favorites   0 Comments

Color spaces of #316c4f

RGB 4910879
HSL0.420.380.31
HSV151°55°42°
CMYK 0.550.000.27   0.58
XYZ8.040511.94269.2785
Yxy11.94260.27480.4081
Hunter Lab34.5581-18.94578.2719
CIE-Lab41.1247-26.735610.4802

#316c4f color RGB value is (49,108,79).

#316c4f hex color red value is 49, green value is 108 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #316c4f hue: 0.42 , saturation: 0.38 and the lightness value of 316c4f is 0.31.

The process color (four color CMYK) of #316c4f color hex is 0.55, 0.00, 0.27, 0.58. Web safe color of #316c4f is #336666. Color #316c4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101100 01001111
Octal 61 154 117
Decimal 49 108 79
Hex 31 6C 4F

RGB Percentages of Color #316c4f

%20.76
%45.76
%33.47

CMYK Percentages of Color #316c4f

%55
%0
%27
%58

Triadic Colors of #316c4f

#316c4f #4f316c #6c4f31

Analogous Colors of #316c4f

#316c4f #316c6c #316c32

Monochromatic Colors of #316c4f

#316c4f

Complementary Color

#316c4f #6c314e

#316c4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316c4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#316c4f Color CSS Codes

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

#316c4f Text Font Color

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

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


#316c4f Background Color

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

This div background color is #316c4f


#316c4f Border Color

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

This div border color is #316c4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316c4f


Comments

No comments written yet.

Please login to write comment.