Color Hex Logo

#390506 Color Hex

#390506
(57,5,6)
0 Favorites   0 Comments

Color spaces of #390506

RGB 5756
HSL1.000.840.12
HSV359°91°22°
CMYK 0.000.910.89   0.78
XYZ1.77450.99150.2702
Yxy0.99150.58440.3266
Hunter Lab9.957414.38485.3613
CIE-Lab8.920425.226811.5153

#390506 color RGB value is (57,5,6).

#390506 hex color red value is 57, green value is 5 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #390506 hue: 1.00 , saturation: 0.84 and the lightness value of 390506 is 0.12.

The process color (four color CMYK) of #390506 color hex is 0.00, 0.91, 0.89, 0.78. Web safe color of #390506 is #330000. Color #390506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000101 00000110
Octal 71 5 6
Decimal 57 5 6
Hex 39 5 6

RGB Percentages of Color #390506

%83.82
%7.35
%8.82

CMYK Percentages of Color #390506

%0
%91
%89
%78

Triadic Colors of #390506

#390506 #063905 #050639

Analogous Colors of #390506

#390506 #391e05 #390520

Monochromatic Colors of #390506

#390506

Complementary Color

#390506 #053938

#390506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390506 Color CSS Codes

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

#390506 Text Font Color

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

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


#390506 Background Color

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

This div background color is #390506


#390506 Border Color

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

This div border color is #390506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390506


Comments

No comments written yet.

Please login to write comment.