Color Hex Logo

#503913 Color Hex

#503913
(80,57,19)
0 Favorites   0 Comments

Color spaces of #503913

RGB 805719
HSL0.100.620.19
HSV37°76°31°
CMYK 0.000.290.76   0.69
XYZ4.88894.67871.2615
Yxy4.67870.45150.4320
Hunter Lab21.63032.491711.6834
CIE-Lab25.79905.780926.8117

#503913 color RGB value is (80,57,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 00010011
Octal 120 71 23
Decimal 80 57 19
Hex 50 39 13

RGB Percentages of Color #503913

%51.28
%36.54
%12.18

CMYK Percentages of Color #503913

%0
%29
%76
%69

Triadic Colors of #503913

#503913 #135039 #391350

Analogous Colors of #503913

#503913 #495013 #501b13

Monochromatic Colors of #503913

#503913

Complementary Color

#503913 #132a50

#503913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503913 Color CSS Codes

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

#503913 Text Font Color

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

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


#503913 Background Color

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

This div background color is #503913


#503913 Border Color

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

This div border color is #503913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503913


Comments

No comments written yet.

Please login to write comment.