Color Hex Logo

#393941 Color Hex

#393941
(57,57,65)
0 Favorites   0 Comments

Color spaces of #393941

RGB 575765
HSL0.670.070.24
HSV240°12°25°
CMYK 0.120.120.00   0.75
XYZ4.10464.17785.5911
Yxy4.17780.29590.3011
Hunter Lab20.43970.0761-1.9105
CIE-Lab24.25071.9261-4.9399

#393941 color RGB value is (57,57,65).

#393941 hex color red value is 57, green value is 57 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #393941 hue: 0.67 , saturation: 0.07 and the lightness value of 393941 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111001 01000001
Octal 71 71 101
Decimal 57 57 65
Hex 39 39 41

RGB Percentages of Color #393941

%31.84
%31.84
%36.31

CMYK Percentages of Color #393941

%12
%12
%0
%75

Triadic Colors of #393941

#393941 #413939 #394139

Analogous Colors of #393941

#393941 #3d3941 #393d41

Monochromatic Colors of #393941

#393941

Complementary Color

#393941 #414139

#393941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393941 Color CSS Codes

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

#393941 Text Font Color

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

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


#393941 Background Color

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

This div background color is #393941


#393941 Border Color

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

This div border color is #393941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393941


Comments

No comments written yet.

Please login to write comment.