Color Hex Logo

#390704 Color Hex

#390704
(57,7,4)
0 Favorites   0 Comments

Color spaces of #390704

RGB 5774
HSL0.010.870.12
HSV93°22°
CMYK 0.000.880.93   0.78
XYZ1.78521.03060.2197
Yxy1.03060.58810.3395
Hunter Lab10.151813.62355.8232
CIE-Lab9.243824.099012.7951

#390704 color RGB value is (57,7,4).

#390704 hex color red value is 57, green value is 7 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #390704 hue: 0.01 , saturation: 0.87 and the lightness value of 390704 is 0.12.

The process color (four color CMYK) of #390704 color hex is 0.00, 0.88, 0.93, 0.78. Web safe color of #390704 is #330000. Color #390704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000111 00000100
Octal 71 7 4
Decimal 57 7 4
Hex 39 7 4

RGB Percentages of Color #390704

%83.82
%10.29
%5.88

CMYK Percentages of Color #390704

%0
%88
%93
%78

Triadic Colors of #390704

#390704 #043907 #070439

Analogous Colors of #390704

#390704 #392204 #39041c

Monochromatic Colors of #390704

#390704

Complementary Color

#390704 #043639

#390704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390704 Color CSS Codes

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

#390704 Text Font Color

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

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


#390704 Background Color

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

This div background color is #390704


#390704 Border Color

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

This div border color is #390704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390704


Comments

No comments written yet.

Please login to write comment.