Color Hex Logo

#311d3e Color Hex

#311D3E
(49,29,62)
0 Favorites   0 Comments

Color spaces of #311d3e

RGB 492962
HSL0.770.360.18
HSV276°53°24°
CMYK 0.210.530.00   0.76
XYZ2.57551.87954.7845
Yxy1.87950.27870.2034
Hunter Lab13.70959.5419-11.0951
CIE-Lab14.841717.2411-17.4003

#311d3e color RGB value is (49,29,62).

#311d3e hex color red value is 49, green value is 29 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #311d3e hue: 0.77 , saturation: 0.36 and the lightness value of 311d3e is 0.18.

The process color (four color CMYK) of #311d3e color hex is 0.21, 0.53, 0.00, 0.76. Web safe color of #311d3e is #333333. Color #311d3e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011101 00111110
Octal 61 35 76
Decimal 49 29 62
Hex 31 1D 3E

RGB Percentages of Color #311d3e

%35.00
%20.71
%44.29

CMYK Percentages of Color #311d3e

%21
%53
%0
%76

Triadic Colors of #311d3e

#311d3e #3e311d #1d3e31

Analogous Colors of #311d3e

#311d3e #3e1d3b #211d3e

Monochromatic Colors of #311d3e

#311d3e

Complementary Color

#311d3e #2a3e1d

#311d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#311d3e Color CSS Codes

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

#311d3e Text Font Color

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

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


#311d3e Background Color

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

This div background color is #311d3e


#311d3e Border Color

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

This div border color is #311d3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,29,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311d3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #311d3e;
  box-shadow:         1px 1px 3px 2px #311d3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311d3e


Comments

No comments written yet.

Please login to write comment.