Color Hex Logo

#50460a Color Hex

#50460A
(80,70,10)
0 Favorites   0 Comments

Color spaces of #50460a

RGB 807010
HSL0.140.780.18
HSV51°88°31°
CMYK 0.000.130.88   0.69
XYZ5.55326.10771.1734
Yxy6.10770.43270.4759
Hunter Lab24.7138-3.140014.4846
CIE-Lab29.6826-2.891334.5865

#50460a color RGB value is (80,70,10).

#50460a hex color red value is 80, green value is 70 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #50460a hue: 0.14 , saturation: 0.78 and the lightness value of 50460a is 0.18.

The process color (four color CMYK) of #50460a color hex is 0.00, 0.13, 0.88, 0.69. Web safe color of #50460a is #663300. Color #50460a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 00001010
Octal 120 106 12
Decimal 80 70 10
Hex 50 46 A

RGB Percentages of Color #50460a

%50.00
%43.75
%6.25

CMYK Percentages of Color #50460a

%0
%13
%88
%69

Triadic Colors of #50460a

#50460a #0a5046 #460a50

Analogous Colors of #50460a

#50460a #37500a #50230a

Monochromatic Colors of #50460a

#50460a

Complementary Color

#50460a #0a1450

#50460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50460a Color CSS Codes

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

#50460a Text Font Color

<p style="color:#50460a">Text here</p>

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


#50460a Background Color

<div style="background-color:#50460a">
Div content here</div>

This div background color is #50460a


#50460a Border Color

<div style="border:3px solid #50460a">
Div here</div>

This div border color is #50460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50460a


Comments

No comments written yet.

Please login to write comment.