Color Hex Logo

#393046 Color Hex

#393046
(57,48,70)
0 Favorites   0 Comments

Color spaces of #393046

RGB 574870
HSL0.730.190.23
HSV265°31°27°
CMYK 0.190.310.00   0.73
XYZ3.84983.42606.2527
Yxy3.42600.28460.2532
Hunter Lab18.50954.7348-7.0722
CIE-Lab21.67509.3206-12.2043

#393046 color RGB value is (57,48,70).

#393046 hex color red value is 57, green value is 48 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #393046 hue: 0.73 , saturation: 0.19 and the lightness value of 393046 is 0.23.

The process color (four color CMYK) of #393046 color hex is 0.19, 0.31, 0.00, 0.73. Web safe color of #393046 is #333333. Color #393046 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110000 01000110
Octal 71 60 106
Decimal 57 48 70
Hex 39 30 46

RGB Percentages of Color #393046

%32.57
%27.43
%40.00

CMYK Percentages of Color #393046

%19
%31
%0
%73

Triadic Colors of #393046

#393046 #463930 #304639

Analogous Colors of #393046

#393046 #443046 #303246

Monochromatic Colors of #393046

#393046

Complementary Color

#393046 #3d4630

#393046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393046 Color CSS Codes

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

#393046 Text Font Color

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

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


#393046 Background Color

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

This div background color is #393046


#393046 Border Color

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

This div border color is #393046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393046


Comments

No comments written yet.

Please login to write comment.