Color Hex Logo

#316a5d Color Hex

#316A5D
(49,106,93)
0 Favorites   0 Comments

Color spaces of #316a5d

RGB 4910693
HSL0.460.370.30
HSV166°54°42°
CMYK 0.540.000.12   0.58
XYZ8.396411.751312.1816
Yxy11.75130.25970.3635
Hunter Lab34.2802-16.26952.9272
CIE-Lab40.8181-22.22201.5916

#316a5d color RGB value is (49,106,93).

#316a5d hex color red value is 49, green value is 106 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #316a5d hue: 0.46 , saturation: 0.37 and the lightness value of 316a5d is 0.30.

The process color (four color CMYK) of #316a5d color hex is 0.54, 0.00, 0.12, 0.58. Web safe color of #316a5d is #336666. Color #316a5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101010 01011101
Octal 61 152 135
Decimal 49 106 93
Hex 31 6A 5D

RGB Percentages of Color #316a5d

%19.76
%42.74
%37.50

CMYK Percentages of Color #316a5d

%54
%0
%12
%58

Triadic Colors of #316a5d

#316a5d #5d316a #6a5d31

Analogous Colors of #316a5d

#316a5d #315b6a #316a41

Monochromatic Colors of #316a5d

#316a5d

Complementary Color

#316a5d #6a313e

#316a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#316a5d Color CSS Codes

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

#316a5d Text Font Color

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

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


#316a5d Background Color

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

This div background color is #316a5d


#316a5d Border Color

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

This div border color is #316a5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316a5d


Comments

No comments written yet.

Please login to write comment.