Color Hex Logo

#50311a Color Hex

#50311A
(80,49,26)
0 Favorites   0 Comments

Color spaces of #50311a

RGB 804926
HSL0.070.510.21
HSV26°68°31°
CMYK 0.000.390.68   0.69
XYZ4.59303.97671.5028
Yxy3.97670.45600.3948
Hunter Lab19.94176.21459.4911
CIE-Lab23.594311.454420.2915

#50311a color RGB value is (80,49,26).

#50311a hex color red value is 80, green value is 49 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #50311a hue: 0.07 , saturation: 0.51 and the lightness value of 50311a is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 00011010
Octal 120 61 32
Decimal 80 49 26
Hex 50 31 1A

RGB Percentages of Color #50311a

%51.61
%31.61
%16.77

CMYK Percentages of Color #50311a

%0
%39
%68
%69

Triadic Colors of #50311a

#50311a #1a5031 #311a50

Analogous Colors of #50311a

#50311a #504c1a #501a1e

Monochromatic Colors of #50311a

#50311a

Complementary Color

#50311a #1a3950

#50311a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50311a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50311a Color CSS Codes

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

#50311a Text Font Color

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

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


#50311a Background Color

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

This div background color is #50311a


#50311a Border Color

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

This div border color is #50311a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50311a


Comments

No comments written yet.

Please login to write comment.