Color Hex Logo

#313847 Color Hex

#313847
(49,56,71)
0 Favorites   0 Comments

Color spaces of #313847

RGB 495671
HSL0.610.180.24
HSV221°31°28°
CMYK 0.310.210.00   0.72
XYZ3.81813.93626.5198
Yxy3.93620.26750.2758
Hunter Lab19.8399-0.3682-5.5961
CIE-Lab23.45941.1568-10.2112

#313847 color RGB value is (49,56,71).

#313847 hex color red value is 49, green value is 56 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #313847 hue: 0.61 , saturation: 0.18 and the lightness value of 313847 is 0.24.

The process color (four color CMYK) of #313847 color hex is 0.31, 0.21, 0.00, 0.72. Web safe color of #313847 is #333333. Color #313847 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111000 01000111
Octal 61 70 107
Decimal 49 56 71
Hex 31 38 47

RGB Percentages of Color #313847

%27.84
%31.82
%40.34

CMYK Percentages of Color #313847

%31
%21
%0
%72

Triadic Colors of #313847

#313847 #473138 #384731

Analogous Colors of #313847

#313847 #353147 #314347

Monochromatic Colors of #313847

#313847

Complementary Color

#313847 #474031

#313847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313847 Color CSS Codes

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

#313847 Text Font Color

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

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


#313847 Background Color

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

This div background color is #313847


#313847 Border Color

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

This div border color is #313847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313847


Comments

No comments written yet.

Please login to write comment.