Color Hex Logo

#50170e Color Hex

#50170E
(80,23,14)
0 Favorites   0 Comments

Color spaces of #50170e

RGB 802314
HSL0.020.700.18
HSV83°31°
CMYK 0.000.710.83   0.69
XYZ3.69392.35000.6744
Yxy2.35000.54980.3498
Hunter Lab15.329716.18508.1225
CIE-Lab17.226226.146820.0541

#50170e color RGB value is (80,23,14).

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

The process color (four color CMYK) of #50170e color hex is 0.00, 0.71, 0.83, 0.69. Web safe color of #50170e is #660000. Color #50170e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00001110
Octal 120 27 16
Decimal 80 23 14
Hex 50 17 E

RGB Percentages of Color #50170e

%68.38
%19.66
%11.97

CMYK Percentages of Color #50170e

%0
%71
%83
%69

Triadic Colors of #50170e

#50170e #0e5017 #170e50

Analogous Colors of #50170e

#50170e #50380e #500e26

Monochromatic Colors of #50170e

#50170e

Complementary Color

#50170e #0e4750

#50170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50170e Color CSS Codes

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

#50170e Text Font Color

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

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


#50170e Background Color

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

This div background color is #50170e


#50170e Border Color

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

This div border color is #50170e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,23,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 #50170e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50170e


Comments

No comments written yet.

Please login to write comment.