Color Hex Logo

#316d4e Color Hex

#316D4E
(49,109,78)
0 Favorites   0 Comments

Color spaces of #316d4e

RGB 4910978
HSL0.410.380.31
HSV149°55°43°
CMYK 0.550.000.28   0.57
XYZ8.110412.14039.1236
Yxy12.14030.27610.4133
Hunter Lab34.8429-19.42568.8650
CIE-Lab41.4382-27.452611.5132

#316d4e color RGB value is (49,109,78).

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

The process color (four color CMYK) of #316d4e color hex is 0.55, 0.00, 0.28, 0.57. Web safe color of #316d4e is #336666. Color #316d4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101101 01001110
Octal 61 155 116
Decimal 49 109 78
Hex 31 6D 4E

RGB Percentages of Color #316d4e

%20.76
%46.19
%33.05

CMYK Percentages of Color #316d4e

%55
%0
%28
%57

Triadic Colors of #316d4e

#316d4e #4e316d #6d4e31

Analogous Colors of #316d4e

#316d4e #316d6c #326d31

Monochromatic Colors of #316d4e

#316d4e

Complementary Color

#316d4e #6d3150

#316d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#316d4e Color CSS Codes

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

#316d4e Text Font Color

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

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


#316d4e Background Color

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

This div background color is #316d4e


#316d4e Border Color

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

This div border color is #316d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316d4e


Comments

No comments written yet.

Please login to write comment.