Color Hex Logo

#50492e Color Hex

#50492E
(80,73,46)
0 Favorites   0 Comments

Color spaces of #50492e

RGB 807346
HSL0.130.270.25
HSV48°43°31°
CMYK 0.000.090.43   0.69
XYZ6.18406.66783.5459
Yxy6.66780.37710.4066
Hunter Lab25.8221-2.44069.9337
CIE-Lab31.0384-1.650817.2323

#50492e color RGB value is (80,73,46).

#50492e hex color red value is 80, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #50492e hue: 0.13 , saturation: 0.27 and the lightness value of 50492e is 0.25.

The process color (four color CMYK) of #50492e color hex is 0.00, 0.09, 0.43, 0.69. Web safe color of #50492e is #663333. Color #50492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 00101110
Octal 120 111 56
Decimal 80 73 46
Hex 50 49 2E

RGB Percentages of Color #50492e

%40.20
%36.68
%23.12

CMYK Percentages of Color #50492e

%0
%9
%43
%69

Triadic Colors of #50492e

#50492e #2e5049 #492e50

Analogous Colors of #50492e

#50492e #46502e #50382e

Monochromatic Colors of #50492e

#50492e

Complementary Color

#50492e #2e3550

#50492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50492e Color CSS Codes

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

#50492e Text Font Color

<p style="color:#50492e">Text here</p>

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


#50492e Background Color

<div style="background-color:#50492e">
Div content here</div>

This div background color is #50492e


#50492e Border Color

<div style="border:3px solid #50492e">
Div here</div>

This div border color is #50492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50492e


Comments

No comments written yet.

Please login to write comment.