Color Hex Logo

#50331b Color Hex

#50331B
(80,51,27)
0 Favorites   0 Comments

Color spaces of #50331b

RGB 805127
HSL0.080.500.21
HSV27°66°31°
CMYK 0.000.360.66   0.69
XYZ4.68994.15231.5912
Yxy4.15230.44950.3980
Hunter Lab20.37725.42259.6342
CIE-Lab24.168710.250320.3590

#50331b color RGB value is (80,51,27).

#50331b hex color red value is 80, green value is 51 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #50331b hue: 0.08 , saturation: 0.50 and the lightness value of 50331b is 0.21.

The process color (four color CMYK) of #50331b color hex is 0.00, 0.36, 0.66, 0.69. Web safe color of #50331b is #663333. Color #50331b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00011011
Octal 120 63 33
Decimal 80 51 27
Hex 50 33 1B

RGB Percentages of Color #50331b

%50.63
%32.28
%17.09

CMYK Percentages of Color #50331b

%0
%36
%66
%69

Triadic Colors of #50331b

#50331b #1b5033 #331b50

Analogous Colors of #50331b

#50331b #504e1b #501b1d

Monochromatic Colors of #50331b

#50331b

Complementary Color

#50331b #1b3850

#50331b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50331b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50331b Color CSS Codes

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

#50331b Text Font Color

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

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


#50331b Background Color

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

This div background color is #50331b


#50331b Border Color

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

This div border color is #50331b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50331b


Comments

No comments written yet.

Please login to write comment.