Color Hex Logo

#31343b Color Hex

#31343B
(49,52,59)
0 Favorites   0 Comments

Color spaces of #31343b

RGB 495259
HSL0.620.090.21
HSV222°17°23°
CMYK 0.170.120.00   0.77
XYZ3.28403.42474.6256
Yxy3.42470.28970.3022
Hunter Lab18.5059-0.7094-1.8655
CIE-Lab21.67030.4795-4.8369

#31343b color RGB value is (49,52,59).

#31343b hex color red value is 49, green value is 52 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #31343b hue: 0.62 , saturation: 0.09 and the lightness value of 31343b is 0.21.

The process color (four color CMYK) of #31343b color hex is 0.17, 0.12, 0.00, 0.77. Web safe color of #31343b is #333333. Color #31343b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 00111011
Octal 61 64 73
Decimal 49 52 59
Hex 31 34 3B

RGB Percentages of Color #31343b

%30.63
%32.50
%36.88

CMYK Percentages of Color #31343b

%17
%12
%0
%77

Triadic Colors of #31343b

#31343b #3b3134 #343b31

Analogous Colors of #31343b

#31343b #33313b #31393b

Monochromatic Colors of #31343b

#31343b

Complementary Color

#31343b #3b3831

#31343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31343b Color CSS Codes

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

#31343b Text Font Color

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

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


#31343b Background Color

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

This div background color is #31343b


#31343b Border Color

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

This div border color is #31343b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,52,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31343b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31343b;
  -webkit-box-shadow: 1px 1px 3px 2px #31343b;
  box-shadow:         1px 1px 3px 2px #31343b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31343b

#31343b Color Palettes


Comments

No comments written yet.

Please login to write comment.