Color Hex Logo

#50182e Color Hex

#50182E
(80,24,46)
0 Favorites   0 Comments

Color spaces of #50182e

RGB 802446
HSL0.930.540.20
HSV336°70°31°
CMYK 0.000.700.43   0.69
XYZ4.12802.55602.8606
Yxy2.55600.43250.2678
Hunter Lab15.987518.11090.5826
CIE-Lab18.170028.4689-0.5422

#50182e color RGB value is (80,24,46).

#50182e hex color red value is 80, green value is 24 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #50182e hue: 0.93 , saturation: 0.54 and the lightness value of 50182e is 0.20.

The process color (four color CMYK) of #50182e color hex is 0.00, 0.70, 0.43, 0.69. Web safe color of #50182e is #660033. Color #50182e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011000 00101110
Octal 120 30 56
Decimal 80 24 46
Hex 50 18 2E

RGB Percentages of Color #50182e

%53.33
%16.00
%30.67

CMYK Percentages of Color #50182e

%0
%70
%43
%69

Triadic Colors of #50182e

#50182e #2e5018 #182e50

Analogous Colors of #50182e

#50182e #501e18 #50184a

Monochromatic Colors of #50182e

#50182e

Complementary Color

#50182e #18503a

#50182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50182e Color CSS Codes

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

#50182e Text Font Color

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

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


#50182e Background Color

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

This div background color is #50182e


#50182e Border Color

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

This div border color is #50182e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50182e


Comments

No comments written yet.

Please login to write comment.