Color Hex Logo

#393949 Color Hex

#393949
(57,57,73)
0 Favorites   0 Comments

Color spaces of #393949

RGB 575773
HSL0.670.120.25
HSV240°22°29°
CMYK 0.220.220.00   0.71
XYZ4.35314.27726.8995
Yxy4.27720.28030.2754
Hunter Lab20.68141.3789-5.3027
CIE-Lab24.56754.0319-9.7911

#393949 color RGB value is (57,57,73).

#393949 hex color red value is 57, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #393949 hue: 0.67 , saturation: 0.12 and the lightness value of 393949 is 0.25.

The process color (four color CMYK) of #393949 color hex is 0.22, 0.22, 0.00, 0.71. Web safe color of #393949 is #333333. Color #393949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111001 01001001
Octal 71 71 111
Decimal 57 57 73
Hex 39 39 49

RGB Percentages of Color #393949

%30.48
%30.48
%39.04

CMYK Percentages of Color #393949

%22
%22
%0
%71

Triadic Colors of #393949

#393949 #493939 #394939

Analogous Colors of #393949

#393949 #413949 #394149

Monochromatic Colors of #393949

#393949

Complementary Color

#393949 #494939

#393949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393949 Color CSS Codes

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

#393949 Text Font Color

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

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


#393949 Background Color

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

This div background color is #393949


#393949 Border Color

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

This div border color is #393949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393949

#393949 Color Palettes


Comments

No comments written yet.

Please login to write comment.