Color Hex Logo

#390824 Color Hex

#390824
(57,8,36)
0 Favorites   0 Comments

Color spaces of #390824

RGB 57836
HSL0.900.750.13
HSV326°86°22°
CMYK 0.000.860.37   0.78
XYZ2.09261.17091.7848
Yxy1.17090.41450.2319
Hunter Lab10.820815.5831-2.2048
CIE-Lab10.340926.5984-5.3896

#390824 color RGB value is (57,8,36).

#390824 hex color red value is 57, green value is 8 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #390824 hue: 0.90 , saturation: 0.75 and the lightness value of 390824 is 0.13.

The process color (four color CMYK) of #390824 color hex is 0.00, 0.86, 0.37, 0.78. Web safe color of #390824 is #330033. Color #390824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001000 00100100
Octal 71 10 44
Decimal 57 8 36
Hex 39 8 24

RGB Percentages of Color #390824

%56.44
%7.92
%35.64

CMYK Percentages of Color #390824

%0
%86
%37
%78

Triadic Colors of #390824

#390824 #243908 #082439

Analogous Colors of #390824

#390824 #39080c #360839

Monochromatic Colors of #390824

#390824

Complementary Color

#390824 #08391d

#390824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390824 Color CSS Codes

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

#390824 Text Font Color

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

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


#390824 Background Color

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

This div background color is #390824


#390824 Border Color

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

This div border color is #390824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390824


Comments

No comments written yet.

Please login to write comment.