Color Hex Logo

#50491c Color Hex

#50491C
(80,73,28)
0 Favorites   0 Comments

Color spaces of #50491c

RGB 807328
HSL0.140.480.21
HSV52°65°31°
CMYK 0.000.090.65   0.69
XYZ5.90046.55442.0527
Yxy6.55440.40670.4518
Hunter Lab25.6016-3.663813.1673
CIE-Lab30.7702-3.617227.4088

#50491c color RGB value is (80,73,28).

#50491c hex color red value is 80, green value is 73 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #50491c hue: 0.14 , saturation: 0.48 and the lightness value of 50491c is 0.21.

The process color (four color CMYK) of #50491c color hex is 0.00, 0.09, 0.65, 0.69. Web safe color of #50491c is #663333. Color #50491c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 00011100
Octal 120 111 34
Decimal 80 73 28
Hex 50 49 1C

RGB Percentages of Color #50491c

%44.20
%40.33
%15.47

CMYK Percentages of Color #50491c

%0
%9
%65
%69

Triadic Colors of #50491c

#50491c #1c5049 #491c50

Analogous Colors of #50491c

#50491c #3d501c #502f1c

Monochromatic Colors of #50491c

#50491c

Complementary Color

#50491c #1c2350

#50491c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50491c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50491c Color CSS Codes

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

#50491c Text Font Color

<p style="color:#50491c">Text here</p>

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


#50491c Background Color

<div style="background-color:#50491c">
Div content here</div>

This div background color is #50491c


#50491c Border Color

<div style="border:3px solid #50491c">
Div here</div>

This div border color is #50491c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,73,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50491c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50491c;
  -webkit-box-shadow: 1px 1px 3px 2px #50491c;
  box-shadow:         1px 1px 3px 2px #50491c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50491c


Comments

No comments written yet.

Please login to write comment.