Color Hex Logo

#502713 Color Hex

#502713
(80,39,19)
0 Favorites   0 Comments

Color spaces of #502713

RGB 803919
HSL0.050.620.19
HSV20°76°31°
CMYK 0.000.510.76   0.69
XYZ4.15133.20351.0156
Yxy3.20350.49600.3827
Hunter Lab17.898310.07899.1645
CIE-Lab20.841117.285521.4190

#502713 color RGB value is (80,39,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 00010011
Octal 120 47 23
Decimal 80 39 19
Hex 50 27 13

RGB Percentages of Color #502713

%57.97
%28.26
%13.77

CMYK Percentages of Color #502713

%0
%51
%76
%69

Triadic Colors of #502713

#502713 #135027 #271350

Analogous Colors of #502713

#502713 #504613 #50131e

Monochromatic Colors of #502713

#502713

Complementary Color

#502713 #133c50

#502713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502713 Color CSS Codes

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

#502713 Text Font Color

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

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


#502713 Background Color

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

This div background color is #502713


#502713 Border Color

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

This div border color is #502713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502713


Comments

No comments written yet.

Please login to write comment.