Color Hex Logo

#31584e Color Hex

#31584E
(49,88,78)
0 Favorites   0 Comments

Color spaces of #31584e

RGB 498878
HSL0.460.280.27
HSV165°44°35°
CMYK 0.440.000.11   0.65
XYZ6.13158.18258.4639
Yxy8.18250.26920.3592
Hunter Lab28.6051-11.79742.4803
CIE-Lab34.3601-16.53941.4719

#31584e color RGB value is (49,88,78).

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

The process color (four color CMYK) of #31584e color hex is 0.44, 0.00, 0.11, 0.65. Web safe color of #31584e is #336666. Color #31584e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011000 01001110
Octal 61 130 116
Decimal 49 88 78
Hex 31 58 4E

RGB Percentages of Color #31584e

%22.79
%40.93
%36.28

CMYK Percentages of Color #31584e

%44
%0
%11
%65

Triadic Colors of #31584e

#31584e #4e3158 #584e31

Analogous Colors of #31584e

#31584e #314f58 #31583b

Monochromatic Colors of #31584e

#31584e

Complementary Color

#31584e #58313b

#31584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31584e Color CSS Codes

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

#31584e Text Font Color

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

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


#31584e Background Color

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

This div background color is #31584e


#31584e Border Color

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

This div border color is #31584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31584e


Comments

No comments written yet.

Please login to write comment.