Color Hex Logo

#50311f Color Hex

#50311F
(80,49,31)
0 Favorites   0 Comments

Color spaces of #50311f

RGB 804931
HSL0.060.440.22
HSV22°61°31°
CMYK 0.000.390.61   0.69
XYZ4.65394.00101.8233
Yxy4.00100.44420.3818
Hunter Lab20.00256.52658.5973
CIE-Lab23.674711.908917.2370

#50311f color RGB value is (80,49,31).

#50311f hex color red value is 80, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #50311f hue: 0.06 , saturation: 0.44 and the lightness value of 50311f is 0.22.

The process color (four color CMYK) of #50311f color hex is 0.00, 0.39, 0.61, 0.69. Web safe color of #50311f is #663333. Color #50311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 00011111
Octal 120 61 37
Decimal 80 49 31
Hex 50 31 1F

RGB Percentages of Color #50311f

%50.00
%30.63
%19.38

CMYK Percentages of Color #50311f

%0
%39
%61
%69

Triadic Colors of #50311f

#50311f #1f5031 #311f50

Analogous Colors of #50311f

#50311f #504a1f #501f26

Monochromatic Colors of #50311f

#50311f

Complementary Color

#50311f #1f3e50

#50311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50311f Color CSS Codes

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

#50311f Text Font Color

<p style="color:#50311f">Text here</p>

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


#50311f Background Color

<div style="background-color:#50311f">
Div content here</div>

This div background color is #50311f


#50311f Border Color

<div style="border:3px solid #50311f">
Div here</div>

This div border color is #50311f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,49,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50311f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50311f;
  -webkit-box-shadow: 1px 1px 3px 2px #50311f;
  box-shadow:         1px 1px 3px 2px #50311f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50311f

#50311f Color Palettes


Comments

No comments written yet.

Please login to write comment.