Color Hex Logo

#31646c Color Hex

#31646C
(49,100,108)
0 Favorites   0 Comments

Color spaces of #31646c

RGB 49100108
HSL0.520.380.31
HSV188°55°42°
CMYK 0.550.070.00   0.58
XYZ8.530610.850015.8320
Yxy10.85000.24230.3081
Hunter Lab32.9393-11.4161-5.4397
CIE-Lab39.3267-14.6133-9.7784

#31646c color RGB value is (49,100,108).

#31646c hex color red value is 49, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #31646c hue: 0.52 , saturation: 0.38 and the lightness value of 31646c is 0.31.

The process color (four color CMYK) of #31646c color hex is 0.55, 0.07, 0.00, 0.58. Web safe color of #31646c is #336666. Color #31646c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100100 01101100
Octal 61 144 154
Decimal 49 100 108
Hex 31 64 6C

RGB Percentages of Color #31646c

%19.07
%38.91
%42.02

CMYK Percentages of Color #31646c

%55
%7
%0
%58

Triadic Colors of #31646c

#31646c #6c3164 #646c31

Analogous Colors of #31646c

#31646c #31476c #316c57

Monochromatic Colors of #31646c

#31646c

Complementary Color

#31646c #6c3931

#31646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31646c Color CSS Codes

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

#31646c Text Font Color

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

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


#31646c Background Color

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

This div background color is #31646c


#31646c Border Color

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

This div border color is #31646c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31646c


Comments

No comments written yet.

Please login to write comment.