Color Hex Logo

#50220f Color Hex

#50220F
(80,34,15)
0 Favorites   0 Comments

Color spaces of #50220f

RGB 803415
HSL0.050.680.19
HSV18°81°31°
CMYK 0.000.580.81   0.69
XYZ3.96652.88400.7995
Yxy2.88400.51850.3770
Hunter Lab16.982311.97249.0964
CIE-Lab19.573220.098022.3113

#50220f color RGB value is (80,34,15).

#50220f hex color red value is 80, green value is 34 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50220f hue: 0.05 , saturation: 0.68 and the lightness value of 50220f is 0.19.

The process color (four color CMYK) of #50220f color hex is 0.00, 0.58, 0.81, 0.69. Web safe color of #50220f is #663300. Color #50220f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100010 00001111
Octal 120 42 17
Decimal 80 34 15
Hex 50 22 F

RGB Percentages of Color #50220f

%62.02
%26.36
%11.63

CMYK Percentages of Color #50220f

%0
%58
%81
%69

Triadic Colors of #50220f

#50220f #0f5022 #220f50

Analogous Colors of #50220f

#50220f #50430f #500f1d

Monochromatic Colors of #50220f

#50220f

Complementary Color

#50220f #0f3d50

#50220f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50220f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50220f Color CSS Codes

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

#50220f Text Font Color

<p style="color:#50220f">Text here</p>

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


#50220f Background Color

<div style="background-color:#50220f">
Div content here</div>

This div background color is #50220f


#50220f Border Color

<div style="border:3px solid #50220f">
Div here</div>

This div border color is #50220f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,34,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50220f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50220f;
  -webkit-box-shadow: 1px 1px 3px 2px #50220f;
  box-shadow:         1px 1px 3px 2px #50220f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50220f


Comments

No comments written yet.

Please login to write comment.