Color Hex Logo

#50281d Color Hex

#50281D
(80,40,29)
0 Favorites   0 Comments

Color spaces of #50281d

RGB 804029
HSL0.040.470.21
HSV13°64°31°
CMYK 0.000.500.64   0.69
XYZ4.28883.31181.5756
Yxy3.31180.46740.3609
Hunter Lab18.198410.21997.6056
CIE-Lab21.251717.438815.4901

#50281d color RGB value is (80,40,29).

#50281d hex color red value is 80, green value is 40 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #50281d hue: 0.04 , saturation: 0.47 and the lightness value of 50281d is 0.21.

The process color (four color CMYK) of #50281d color hex is 0.00, 0.50, 0.64, 0.69. Web safe color of #50281d is #663333. Color #50281d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101000 00011101
Octal 120 50 35
Decimal 80 40 29
Hex 50 28 1D

RGB Percentages of Color #50281d

%53.69
%26.85
%19.46

CMYK Percentages of Color #50281d

%0
%50
%64
%69

Triadic Colors of #50281d

#50281d #1d5028 #281d50

Analogous Colors of #50281d

#50281d #50421d #501d2c

Monochromatic Colors of #50281d

#50281d

Complementary Color

#50281d #1d4550

#50281d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50281d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50281d Color CSS Codes

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

#50281d Text Font Color

<p style="color:#50281d">Text here</p>

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


#50281d Background Color

<div style="background-color:#50281d">
Div content here</div>

This div background color is #50281d


#50281d Border Color

<div style="border:3px solid #50281d">
Div here</div>

This div border color is #50281d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,40,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50281d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50281d;
  -webkit-box-shadow: 1px 1px 3px 2px #50281d;
  box-shadow:         1px 1px 3px 2px #50281d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50281d


Comments

No comments written yet.

Please login to write comment.