Color Hex Logo

#31715e Color Hex

#31715E
(49,113,94)
0 Favorites   0 Comments

Color spaces of #31715e

RGB 4911394
HSL0.450.400.32
HSV162°57°44°
CMYK 0.570.000.17   0.56
XYZ9.192113.271412.6668
Yxy13.27140.26170.3778
Hunter Lab36.4299-18.71284.8856
CIE-Lab43.1694-25.53364.3826

#31715e color RGB value is (49,113,94).

#31715e hex color red value is 49, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #31715e hue: 0.45 , saturation: 0.40 and the lightness value of 31715e is 0.32.

The process color (four color CMYK) of #31715e color hex is 0.57, 0.00, 0.17, 0.56. Web safe color of #31715e is #336666. Color #31715e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110001 01011110
Octal 61 161 136
Decimal 49 113 94
Hex 31 71 5E

RGB Percentages of Color #31715e

%19.14
%44.14
%36.72

CMYK Percentages of Color #31715e

%57
%0
%17
%56

Triadic Colors of #31715e

#31715e #5e3171 #715e31

Analogous Colors of #31715e

#31715e #316471 #31713e

Monochromatic Colors of #31715e

#31715e

Complementary Color

#31715e #713144

#31715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31715e Color CSS Codes

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

#31715e Text Font Color

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

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


#31715e Background Color

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

This div background color is #31715e


#31715e Border Color

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

This div border color is #31715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31715e

#31715e Color Palettes


Comments

No comments written yet.

Please login to write comment.