Color Hex Logo

#313744 Color Hex

#313744
(49,55,68)
0 Favorites   0 Comments

Color spaces of #313744

RGB 495568
HSL0.610.160.23
HSV221°28°27°
CMYK 0.280.190.00   0.73
XYZ3.67623.80276.0091
Yxy3.80270.27260.2819
Hunter Lab19.5005-0.4754-4.6199
CIE-Lab23.00810.9536-8.8905

#313744 color RGB value is (49,55,68).

#313744 hex color red value is 49, green value is 55 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #313744 hue: 0.61 , saturation: 0.16 and the lightness value of 313744 is 0.23.

The process color (four color CMYK) of #313744 color hex is 0.28, 0.19, 0.00, 0.73. Web safe color of #313744 is #333333. Color #313744 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110111 01000100
Octal 61 67 104
Decimal 49 55 68
Hex 31 37 44

RGB Percentages of Color #313744

%28.49
%31.98
%39.53

CMYK Percentages of Color #313744

%28
%19
%0
%73

Triadic Colors of #313744

#313744 #443137 #374431

Analogous Colors of #313744

#313744 #353144 #314144

Monochromatic Colors of #313744

#313744

Complementary Color

#313744 #443e31

#313744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313744 Color CSS Codes

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

#313744 Text Font Color

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

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


#313744 Background Color

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

This div background color is #313744


#313744 Border Color

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

This div border color is #313744


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,55,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #313744; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #313744;
  -webkit-box-shadow: 1px 1px 3px 2px #313744;
  box-shadow:         1px 1px 3px 2px #313744; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313744


Comments

No comments written yet.

Please login to write comment.