Color Hex Logo

#31555d Color Hex

#31555D
(49,85,93)
0 Favorites   0 Comments

Color spaces of #31555d

RGB 498593
HSL0.530.310.28
HSV191°47°36°
CMYK 0.470.090.00   0.64
XYZ6.49097.940311.5464
Yxy7.94030.24990.3057
Hunter Lab28.1785-8.1951-4.5696
CIE-Lab33.8582-10.5323-8.7031

#31555d color RGB value is (49,85,93).

#31555d hex color red value is 49, green value is 85 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #31555d hue: 0.53 , saturation: 0.31 and the lightness value of 31555d is 0.28.

The process color (four color CMYK) of #31555d color hex is 0.47, 0.09, 0.00, 0.64. Web safe color of #31555d is #336666. Color #31555d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 01011101
Octal 61 125 135
Decimal 49 85 93
Hex 31 55 5D

RGB Percentages of Color #31555d

%21.59
%37.44
%40.97

CMYK Percentages of Color #31555d

%47
%9
%0
%64

Triadic Colors of #31555d

#31555d #5d3155 #555d31

Analogous Colors of #31555d

#31555d #313f5d #315d4f

Monochromatic Colors of #31555d

#31555d

Complementary Color

#31555d #5d3931

#31555d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31555d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31555d Color CSS Codes

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

#31555d Text Font Color

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

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


#31555d Background Color

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

This div background color is #31555d


#31555d Border Color

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

This div border color is #31555d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31555d


Comments

No comments written yet.

Please login to write comment.