Color Hex Logo

#311737 Color Hex

#311737
(49,23,55)
0 Favorites   0 Comments

Color spaces of #311737

RGB 492355
HSL0.800.410.15
HSV289°58°22°
CMYK 0.110.580.00   0.78
XYZ2.26261.54163.7927
Yxy1.54160.29780.2029
Hunter Lab12.416110.8000-9.4198
CIE-Lab12.870119.3933-15.5409

#311737 color RGB value is (49,23,55).

#311737 hex color red value is 49, green value is 23 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #311737 hue: 0.80 , saturation: 0.41 and the lightness value of 311737 is 0.15.

The process color (four color CMYK) of #311737 color hex is 0.11, 0.58, 0.00, 0.78. Web safe color of #311737 is #330033. Color #311737 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010111 00110111
Octal 61 27 67
Decimal 49 23 55
Hex 31 17 37

RGB Percentages of Color #311737

%38.58
%18.11
%43.31

CMYK Percentages of Color #311737

%11
%58
%0
%78

Triadic Colors of #311737

#311737 #373117 #173731

Analogous Colors of #311737

#311737 #37172d #211737

Monochromatic Colors of #311737

#311737

Complementary Color

#311737 #1d3717

#311737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311737 Color CSS Codes

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

#311737 Text Font Color

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

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


#311737 Background Color

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

This div background color is #311737


#311737 Border Color

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

This div border color is #311737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311737


Comments

No comments written yet.

Please login to write comment.