Color Hex Logo

#315761 Color Hex

#315761
(49,87,97)
0 Favorites   0 Comments

Color spaces of #315761

RGB 498797
HSL0.530.330.29
HSV193°49°38°
CMYK 0.490.100.00   0.62
XYZ6.83258.332412.5575
Yxy8.33240.24650.3006
Hunter Lab28.8659-8.2647-5.5867
CIE-Lab34.6658-10.4889-9.9971

#315761 color RGB value is (49,87,97).

#315761 hex color red value is 49, green value is 87 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #315761 hue: 0.53 , saturation: 0.33 and the lightness value of 315761 is 0.29.

The process color (four color CMYK) of #315761 color hex is 0.49, 0.10, 0.00, 0.62. Web safe color of #315761 is #336666. Color #315761 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 01100001
Octal 61 127 141
Decimal 49 87 97
Hex 31 57 61

RGB Percentages of Color #315761

%21.03
%37.34
%41.63

CMYK Percentages of Color #315761

%49
%10
%0
%62

Triadic Colors of #315761

#315761 #613157 #576131

Analogous Colors of #315761

#315761 #313f61 #316153

Monochromatic Colors of #315761

#315761

Complementary Color

#315761 #613b31

#315761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315761 Color CSS Codes

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

#315761 Text Font Color

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

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


#315761 Background Color

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

This div background color is #315761


#315761 Border Color

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

This div border color is #315761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315761


Comments

No comments written yet.

Please login to write comment.