Color Hex Logo

#316462 Color Hex

#316462
(49,100,98)
0 Favorites   0 Comments

Color spaces of #316462

RGB 4910098
HSL0.490.340.29
HSV178°51°39°
CMYK 0.510.000.02   0.61
XYZ8.028410.649213.1876
Yxy10.64920.25190.3342
Hunter Lab32.6331-13.1934-1.1169
CIE-Lab38.9832-17.6151-4.1550

#316462 color RGB value is (49,100,98).

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

The process color (four color CMYK) of #316462 color hex is 0.51, 0.00, 0.02, 0.61. Web safe color of #316462 is #336666. Color #316462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100100 01100010
Octal 61 144 142
Decimal 49 100 98
Hex 31 64 62

RGB Percentages of Color #316462

%19.84
%40.49
%39.68

CMYK Percentages of Color #316462

%51
%0
%2
%61

Triadic Colors of #316462

#316462 #623164 #646231

Analogous Colors of #316462

#316462 #314d64 #316449

Monochromatic Colors of #316462

#316462

Complementary Color

#316462 #643133

#316462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316462 Color CSS Codes

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

#316462 Text Font Color

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

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


#316462 Background Color

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

This div background color is #316462


#316462 Border Color

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

This div border color is #316462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316462


Comments

No comments written yet.

Please login to write comment.