Color Hex Logo

#50350e Color Hex

#50350E
(80,53,14)
0 Favorites   0 Comments

Color spaces of #50350e

RGB 805314
HSL0.100.700.18
HSV35°83°31°
CMYK 0.000.340.83   0.69
XYZ4.66064.28340.9966
Yxy4.28340.46880.4309
Hunter Lab20.69643.977611.6325
CIE-Lab24.58718.064328.1417

#50350e color RGB value is (80,53,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 00001110
Octal 120 65 16
Decimal 80 53 14
Hex 50 35 E

RGB Percentages of Color #50350e

%54.42
%36.05
%9.52

CMYK Percentages of Color #50350e

%0
%34
%83
%69

Triadic Colors of #50350e

#50350e #0e5035 #350e50

Analogous Colors of #50350e

#50350e #4a500e #50140e

Monochromatic Colors of #50350e

#50350e

Complementary Color

#50350e #0e2950

#50350e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50350e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50350e Color CSS Codes

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

#50350e Text Font Color

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

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


#50350e Background Color

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

This div background color is #50350e


#50350e Border Color

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

This div border color is #50350e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50350e


Comments

No comments written yet.

Please login to write comment.