Color Hex Logo

#313239 Color Hex

#313239
(49,50,57)
0 Favorites   0 Comments

Color spaces of #313239

RGB 495057
HSL0.650.080.21
HSV233°14°22°
CMYK 0.140.120.00   0.78
XYZ3.14573.22964.3285
Yxy3.22960.29390.3017
Hunter Lab17.9711-0.2044-1.7008
CIE-Lab20.94091.3044-4.5671

#313239 color RGB value is (49,50,57).

#313239 hex color red value is 49, green value is 50 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #313239 hue: 0.65 , saturation: 0.08 and the lightness value of 313239 is 0.21.

The process color (four color CMYK) of #313239 color hex is 0.14, 0.12, 0.00, 0.78. Web safe color of #313239 is #333333. Color #313239 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110010 00111001
Octal 61 62 71
Decimal 49 50 57
Hex 31 32 39

RGB Percentages of Color #313239

%31.41
%32.05
%36.54

CMYK Percentages of Color #313239

%14
%12
%0
%78

Triadic Colors of #313239

#313239 #393132 #323931

Analogous Colors of #313239

#313239 #343139 #313639

Monochromatic Colors of #313239

#313239

Complementary Color

#313239 #393831

#313239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313239 Color CSS Codes

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

#313239 Text Font Color

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

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


#313239 Background Color

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

This div background color is #313239


#313239 Border Color

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

This div border color is #313239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313239


Comments

No comments written yet.

Please login to write comment.