Color Hex Logo

#50290c Color Hex

#50290C
(80,41,12)
0 Favorites   0 Comments

Color spaces of #50290c

RGB 804112
HSL0.070.740.18
HSV26°85°31°
CMYK 0.000.490.85   0.69
XYZ4.16763.31790.7686
Yxy3.31790.50490.4020
Hunter Lab18.21518.964210.2488
CIE-Lab21.274615.647525.6866

#50290c color RGB value is (80,41,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 00001100
Octal 120 51 14
Decimal 80 41 12
Hex 50 29 C

RGB Percentages of Color #50290c

%60.15
%30.83
%9.02

CMYK Percentages of Color #50290c

%0
%49
%85
%69

Triadic Colors of #50290c

#50290c #0c5029 #290c50

Analogous Colors of #50290c

#50290c #504b0c #500c11

Monochromatic Colors of #50290c

#50290c

Complementary Color

#50290c #0c3350

#50290c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50290c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50290c Color CSS Codes

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

#50290c Text Font Color

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

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


#50290c Background Color

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

This div background color is #50290c


#50290c Border Color

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

This div border color is #50290c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50290c


Comments

No comments written yet.

Please login to write comment.