Color Hex Logo

#50290d Color Hex

#50290D
(80,41,13)
0 Favorites   0 Comments

Color spaces of #50290d

RGB 804113
HSL0.070.720.18
HSV25°84°31°
CMYK 0.000.490.84   0.69
XYZ4.17383.32040.8017
Yxy3.32040.50310.4002
Hunter Lab18.22208.997610.1468
CIE-Lab21.283915.694525.2293

#50290d color RGB value is (80,41,13).

#50290d hex color red value is 80, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #50290d hue: 0.07 , saturation: 0.72 and the lightness value of 50290d is 0.18.

The process color (four color CMYK) of #50290d color hex is 0.00, 0.49, 0.84, 0.69. Web safe color of #50290d is #663300. Color #50290d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 00001101
Octal 120 51 15
Decimal 80 41 13
Hex 50 29 D

RGB Percentages of Color #50290d

%59.70
%30.60
%9.70

CMYK Percentages of Color #50290d

%0
%49
%84
%69

Triadic Colors of #50290d

#50290d #0d5029 #290d50

Analogous Colors of #50290d

#50290d #504b0d #500d13

Monochromatic Colors of #50290d

#50290d

Complementary Color

#50290d #0d3450

#50290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50290d Color CSS Codes

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

#50290d Text Font Color

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

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


#50290d Background Color

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

This div background color is #50290d


#50290d Border Color

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

This div border color is #50290d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50290d


Comments

No comments written yet.

Please login to write comment.