Color Hex Logo

#50321f Color Hex

#50321F
(80,50,31)
0 Favorites   0 Comments

Color spaces of #50321f

RGB 805031
HSL0.060.440.22
HSV23°61°31°
CMYK 0.000.380.61   0.69
XYZ4.69624.08561.8374
Yxy4.08560.44220.3847
Hunter Lab20.21296.09978.7594
CIE-Lab23.952411.264517.5842

#50321f color RGB value is (80,50,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 00011111
Octal 120 62 37
Decimal 80 50 31
Hex 50 32 1F

RGB Percentages of Color #50321f

%49.69
%31.06
%19.25

CMYK Percentages of Color #50321f

%0
%38
%61
%69

Triadic Colors of #50321f

#50321f #1f5032 #321f50

Analogous Colors of #50321f

#50321f #504b1f #501f25

Monochromatic Colors of #50321f

#50321f

Complementary Color

#50321f #1f3d50

#50321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50321f Color CSS Codes

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

#50321f Text Font Color

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

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


#50321f Background Color

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

This div background color is #50321f


#50321f Border Color

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

This div border color is #50321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50321f


Comments

No comments written yet.

Please login to write comment.