Color Hex Logo

#31585e Color Hex

#31585E
(49,88,94)
0 Favorites   0 Comments

Color spaces of #31585e

RGB 498894
HSL0.520.310.28
HSV188°48°37°
CMYK 0.480.060.00   0.63
XYZ6.77678.440611.8617
Yxy8.44060.25030.3117
Hunter Lab29.0527-9.2062-3.8701
CIE-Lab34.8841-11.9976-7.7883

#31585e color RGB value is (49,88,94).

#31585e hex color red value is 49, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #31585e hue: 0.52 , saturation: 0.31 and the lightness value of 31585e is 0.28.

The process color (four color CMYK) of #31585e color hex is 0.48, 0.06, 0.00, 0.63. Web safe color of #31585e is #336666. Color #31585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011000 01011110
Octal 61 130 136
Decimal 49 88 94
Hex 31 58 5E

RGB Percentages of Color #31585e

%21.21
%38.10
%40.69

CMYK Percentages of Color #31585e

%48
%6
%0
%63

Triadic Colors of #31585e

#31585e #5e3158 #585e31

Analogous Colors of #31585e

#31585e #31425e #315e4e

Monochromatic Colors of #31585e

#31585e

Complementary Color

#31585e #5e3731

#31585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31585e Color CSS Codes

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

#31585e Text Font Color

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

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


#31585e Background Color

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

This div background color is #31585e


#31585e Border Color

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

This div border color is #31585e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,88,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 #31585e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31585e


Comments

No comments written yet.

Please login to write comment.