Color Hex Logo

#390d37 Color Hex

#390D37
(57,13,55)
0 Favorites   0 Comments

Color spaces of #390d37

RGB 571355
HSL0.840.630.14
HSV303°77°22°
CMYK 0.000.770.04   0.78
XYZ2.52091.43353.7583
Yxy1.43350.32690.1859
Hunter Lab11.972916.6308-10.2302
CIE-Lab12.178927.6501-16.5346

#390d37 color RGB value is (57,13,55).

#390d37 hex color red value is 57, green value is 13 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #390d37 hue: 0.84 , saturation: 0.63 and the lightness value of 390d37 is 0.14.

The process color (four color CMYK) of #390d37 color hex is 0.00, 0.77, 0.04, 0.78. Web safe color of #390d37 is #330033. Color #390d37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001101 00110111
Octal 71 15 67
Decimal 57 13 55
Hex 39 D 37

RGB Percentages of Color #390d37

%45.60
%10.40
%44.00

CMYK Percentages of Color #390d37

%0
%77
%4
%78

Triadic Colors of #390d37

#390d37 #37390d #0d3739

Analogous Colors of #390d37

#390d37 #390d21 #250d39

Monochromatic Colors of #390d37

#390d37

Complementary Color

#390d37 #0d390f

#390d37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390d37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390d37 Color CSS Codes

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

#390d37 Text Font Color

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

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


#390d37 Background Color

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

This div background color is #390d37


#390d37 Border Color

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

This div border color is #390d37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390d37


Comments

No comments written yet.

Please login to write comment.