Color Hex Logo

#50350b Color Hex

#50350B
(80,53,11)
0 Favorites   0 Comments

Color spaces of #50350b

RGB 805311
HSL0.100.760.18
HSV37°86°31°
CMYK 0.000.340.86   0.69
XYZ4.64184.27580.8973
Yxy4.27580.47290.4356
Hunter Lab20.67803.883211.9018
CIE-Lab24.56307.921429.5156

#50350b color RGB value is (80,53,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 00001011
Octal 120 65 13
Decimal 80 53 11
Hex 50 35 B

RGB Percentages of Color #50350b

%55.56
%36.81
%7.64

CMYK Percentages of Color #50350b

%0
%34
%86
%69

Triadic Colors of #50350b

#50350b #0b5035 #350b50

Analogous Colors of #50350b

#50350b #49500b #50130b

Monochromatic Colors of #50350b

#50350b

Complementary Color

#50350b #0b2650

#50350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50350b Color CSS Codes

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

#50350b Text Font Color

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

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


#50350b Background Color

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

This div background color is #50350b


#50350b Border Color

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

This div border color is #50350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50350b


Comments

No comments written yet.

Please login to write comment.