Color Hex Logo

#50390f Color Hex

#50390F
(80,57,15)
0 Favorites   0 Comments

Color spaces of #50390f

RGB 805715
HSL0.110.680.19
HSV39°81°31°
CMYK 0.000.290.81   0.69
XYZ4.85764.66621.0966
Yxy4.66620.45740.4394
Hunter Lab21.60142.337712.1111
CIE-Lab25.76185.543828.8121

#50390f color RGB value is (80,57,15).

#50390f hex color red value is 80, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50390f hue: 0.11 , saturation: 0.68 and the lightness value of 50390f is 0.19.

The process color (four color CMYK) of #50390f color hex is 0.00, 0.29, 0.81, 0.69. Web safe color of #50390f is #663300. Color #50390f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 00001111
Octal 120 71 17
Decimal 80 57 15
Hex 50 39 F

RGB Percentages of Color #50390f

%52.63
%37.50
%9.87

CMYK Percentages of Color #50390f

%0
%29
%81
%69

Triadic Colors of #50390f

#50390f #0f5039 #390f50

Analogous Colors of #50390f

#50390f #47500f #50190f

Monochromatic Colors of #50390f

#50390f

Complementary Color

#50390f #0f2650

#50390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50390f Color CSS Codes

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

#50390f Text Font Color

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

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


#50390f Background Color

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

This div background color is #50390f


#50390f Border Color

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

This div border color is #50390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50390f


Comments

No comments written yet.

Please login to write comment.