Color Hex Logo

#502613 Color Hex

#502613
(80,38,19)
0 Favorites   0 Comments

Color spaces of #502613

RGB 803819
HSL0.050.620.19
HSV19°76°31°
CMYK 0.000.530.76   0.69
XYZ4.11893.13871.0048
Yxy3.13870.49850.3799
Hunter Lab17.716410.49609.0388
CIE-Lab20.591017.904221.1375

#502613 color RGB value is (80,38,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 00010011
Octal 120 46 23
Decimal 80 38 19
Hex 50 26 13

RGB Percentages of Color #502613

%58.39
%27.74
%13.87

CMYK Percentages of Color #502613

%0
%53
%76
%69

Triadic Colors of #502613

#502613 #135026 #261350

Analogous Colors of #502613

#502613 #504513 #50131f

Monochromatic Colors of #502613

#502613

Complementary Color

#502613 #133d50

#502613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502613 Color CSS Codes

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

#502613 Text Font Color

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

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


#502613 Background Color

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

This div background color is #502613


#502613 Border Color

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

This div border color is #502613


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,38,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 #502613">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502613


Comments

No comments written yet.

Please login to write comment.