Color Hex Logo

#502716 Color Hex

#502716
(80,39,22)
0 Favorites   0 Comments

Color spaces of #502716

RGB 803922
HSL0.050.570.20
HSV18°73°31°
CMYK 0.000.510.73   0.69
XYZ4.17863.21441.1593
Yxy3.21440.48860.3759
Hunter Lab17.928710.22728.7163
CIE-Lab20.882917.490819.5922

#502716 color RGB value is (80,39,22).

#502716 hex color red value is 80, green value is 39 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #502716 hue: 0.05 , saturation: 0.57 and the lightness value of 502716 is 0.20.

The process color (four color CMYK) of #502716 color hex is 0.00, 0.51, 0.73, 0.69. Web safe color of #502716 is #663300. Color #502716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 00010110
Octal 120 47 26
Decimal 80 39 22
Hex 50 27 16

RGB Percentages of Color #502716

%56.74
%27.66
%15.60

CMYK Percentages of Color #502716

%0
%51
%73
%69

Triadic Colors of #502716

#502716 #165027 #271650

Analogous Colors of #502716

#502716 #504416 #501622

Monochromatic Colors of #502716

#502716

Complementary Color

#502716 #163f50

#502716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502716 Color CSS Codes

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

#502716 Text Font Color

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

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


#502716 Background Color

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

This div background color is #502716


#502716 Border Color

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

This div border color is #502716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,39,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502716;
  -webkit-box-shadow: 1px 1px 3px 2px #502716;
  box-shadow:         1px 1px 3px 2px #502716; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502716


Comments

No comments written yet.

Please login to write comment.