Color Hex Logo

#313540 Color Hex

#313540
(49,53,64)
0 Favorites   0 Comments

Color spaces of #313540

RGB 495364
HSL0.620.130.22
HSV224°23°25°
CMYK 0.230.170.00   0.75
XYZ3.46513.56935.3568
Yxy3.56930.27960.2881
Hunter Lab18.8926-0.3233-3.5863
CIE-Lab22.19321.1659-7.4342

#313540 color RGB value is (49,53,64).

#313540 hex color red value is 49, green value is 53 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #313540 hue: 0.62 , saturation: 0.13 and the lightness value of 313540 is 0.22.

The process color (four color CMYK) of #313540 color hex is 0.23, 0.17, 0.00, 0.75. Web safe color of #313540 is #333333. Color #313540 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 01000000
Octal 61 65 100
Decimal 49 53 64
Hex 31 35 40

RGB Percentages of Color #313540

%29.52
%31.93
%38.55

CMYK Percentages of Color #313540

%23
%17
%0
%75

Triadic Colors of #313540

#313540 #403135 #354031

Analogous Colors of #313540

#313540 #353140 #313d40

Monochromatic Colors of #313540

#313540

Complementary Color

#313540 #403c31

#313540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313540 Color CSS Codes

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

#313540 Text Font Color

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

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


#313540 Background Color

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

This div background color is #313540


#313540 Border Color

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

This div border color is #313540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313540


Comments

No comments written yet.

Please login to write comment.