Color Hex Logo

#50400e Color Hex

#50400E
(80,64,14)
0 Favorites   0 Comments

Color spaces of #50400e

RGB 806414
HSL0.130.700.18
HSV45°83°31°
CMYK 0.000.200.83   0.69
XYZ5.22095.40401.1834
Yxy5.40400.44210.4576
Hunter Lab23.2465-0.592313.2543
CIE-Lab27.85611.031731.3122

#50400e color RGB value is (80,64,14).

#50400e hex color red value is 80, green value is 64 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #50400e hue: 0.13 , saturation: 0.70 and the lightness value of 50400e is 0.18.

The process color (four color CMYK) of #50400e color hex is 0.00, 0.20, 0.83, 0.69. Web safe color of #50400e is #663300. Color #50400e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 00001110
Octal 120 100 16
Decimal 80 64 14
Hex 50 40 E

RGB Percentages of Color #50400e

%50.63
%40.51
%8.86

CMYK Percentages of Color #50400e

%0
%20
%83
%69

Triadic Colors of #50400e

#50400e #0e5040 #400e50

Analogous Colors of #50400e

#50400e #3f500e #501f0e

Monochromatic Colors of #50400e

#50400e

Complementary Color

#50400e #0e1e50

#50400e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50400e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50400e Color CSS Codes

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

#50400e Text Font Color

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

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


#50400e Background Color

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

This div background color is #50400e


#50400e Border Color

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

This div border color is #50400e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,64,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50400e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50400e;
  -webkit-box-shadow: 1px 1px 3px 2px #50400e;
  box-shadow:         1px 1px 3px 2px #50400e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50400e


Comments

No comments written yet.

Please login to write comment.