Color Hex Logo

#50462e Color Hex

#50462E
(80,70,46)
0 Favorites   0 Comments

Color spaces of #50462e

RGB 807046
HSL0.120.270.25
HSV42°43°31°
CMYK 0.000.130.43   0.69
XYZ5.99166.28303.4817
Yxy6.28300.38030.3988
Hunter Lab25.0659-1.19789.3107
CIE-Lab30.11550.219416.0290

#50462e color RGB value is (80,70,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 00101110
Octal 120 106 56
Decimal 80 70 46
Hex 50 46 2E

RGB Percentages of Color #50462e

%40.82
%35.71
%23.47

CMYK Percentages of Color #50462e

%0
%13
%43
%69

Triadic Colors of #50462e

#50462e #2e5046 #462e50

Analogous Colors of #50462e

#50462e #49502e #50352e

Monochromatic Colors of #50462e

#50462e

Complementary Color

#50462e #2e3850

#50462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50462e Color CSS Codes

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

#50462e Text Font Color

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

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


#50462e Background Color

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

This div background color is #50462e


#50462e Border Color

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

This div border color is #50462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50462e


Comments

No comments written yet.

Please login to write comment.