Color Hex Logo

#50390c Color Hex

#50390C
(80,57,12)
0 Favorites   0 Comments

Color spaces of #50390c

RGB 805712
HSL0.110.740.18
HSV40°85°31°
CMYK 0.000.290.85   0.69
XYZ4.83784.65830.9920
Yxy4.65830.46130.4442
Hunter Lab21.58312.239912.3831
CIE-Lab25.73825.393030.1909

#50390c color RGB value is (80,57,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 00001100
Octal 120 71 14
Decimal 80 57 12
Hex 50 39 C

RGB Percentages of Color #50390c

%53.69
%38.26
%8.05

CMYK Percentages of Color #50390c

%0
%29
%85
%69

Triadic Colors of #50390c

#50390c #0c5039 #390c50

Analogous Colors of #50390c

#50390c #45500c #50170c

Monochromatic Colors of #50390c

#50390c

Complementary Color

#50390c #0c2350

#50390c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50390c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50390c Color CSS Codes

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

#50390c Text Font Color

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

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


#50390c Background Color

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

This div background color is #50390c


#50390c Border Color

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

This div border color is #50390c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50390c


Comments

No comments written yet.

Please login to write comment.