Color Hex Logo

#50462c Color Hex

#50462C
(80,70,44)
0 Favorites   0 Comments

Color spaces of #50462c

RGB 807044
HSL0.120.290.24
HSV43°45°31°
CMYK 0.000.130.45   0.69
XYZ5.95306.26763.2789
Yxy6.26760.38410.4044
Hunter Lab25.0352-1.36699.7593
CIE-Lab30.0778-0.046317.2212

#50462c color RGB value is (80,70,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 00101100
Octal 120 106 54
Decimal 80 70 44
Hex 50 46 2C

RGB Percentages of Color #50462c

%41.24
%36.08
%22.68

CMYK Percentages of Color #50462c

%0
%13
%45
%69

Triadic Colors of #50462c

#50462c #2c5046 #462c50

Analogous Colors of #50462c

#50462c #48502c #50342c

Monochromatic Colors of #50462c

#50462c

Complementary Color

#50462c #2c3650

#50462c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50462c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50462c Color CSS Codes

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

#50462c Text Font Color

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

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


#50462c Background Color

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

This div background color is #50462c


#50462c Border Color

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

This div border color is #50462c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50462c


Comments

No comments written yet.

Please login to write comment.