Color Hex Logo

#316c41 Color Hex

#316C41
(49,108,65)
0 Favorites   0 Comments

Color spaces of #316c41

RGB 4910865
HSL0.380.380.31
HSV136°55°42°
CMYK 0.550.000.40   0.58
XYZ7.583311.75976.8712
Yxy11.75970.28930.4486
Hunter Lab34.2924-20.538912.1247
CIE-Lab40.8316-29.713818.3597

#316c41 color RGB value is (49,108,65).

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

The process color (four color CMYK) of #316c41 color hex is 0.55, 0.00, 0.40, 0.58. Web safe color of #316c41 is #336633. Color #316c41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101100 01000001
Octal 61 154 101
Decimal 49 108 65
Hex 31 6C 41

RGB Percentages of Color #316c41

%22.07
%48.65
%29.28

CMYK Percentages of Color #316c41

%55
%0
%40
%58

Triadic Colors of #316c41

#316c41 #41316c #6c4131

Analogous Colors of #316c41

#316c41 #316c5f #3f6c31

Monochromatic Colors of #316c41

#316c41

Complementary Color

#316c41 #6c315c

#316c41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316c41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316c41 Color CSS Codes

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

#316c41 Text Font Color

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

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


#316c41 Background Color

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

This div background color is #316c41


#316c41 Border Color

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

This div border color is #316c41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316c41


Comments

No comments written yet.

Please login to write comment.