Color Hex Logo

#315656 Color Hex

#315656
(49,86,86)
0 Favorites   0 Comments

Color spaces of #315656

RGB 498686
HSL0.500.270.26
HSV180°43°34°
CMYK 0.430.000.00   0.66
XYZ6.27417.980410.0138
Yxy7.98040.25850.3288
Hunter Lab28.2496-9.7928-1.2421
CIE-Lab33.9420-13.1947-4.1699

#315656 color RGB value is (49,86,86).

#315656 hex color red value is 49, green value is 86 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #315656 hue: 0.50 , saturation: 0.27 and the lightness value of 315656 is 0.26.

The process color (four color CMYK) of #315656 color hex is 0.43, 0.00, 0.00, 0.66. Web safe color of #315656 is #336666. Color #315656 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 01010110
Octal 61 126 126
Decimal 49 86 86
Hex 31 56 56

RGB Percentages of Color #315656

%22.17
%38.91
%38.91

CMYK Percentages of Color #315656

%43
%0
%0
%66

Triadic Colors of #315656

#315656 #563156 #565631

Analogous Colors of #315656

#315656 #314456 #315644

Monochromatic Colors of #315656

#315656

Complementary Color

#315656 #563131

#315656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315656 Color CSS Codes

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

#315656 Text Font Color

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

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


#315656 Background Color

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

This div background color is #315656


#315656 Border Color

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

This div border color is #315656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315656


Comments

No comments written yet.

Please login to write comment.