Color Hex Logo

#503717 Color Hex

#503717
(80,55,23)
0 Favorites   0 Comments

Color spaces of #503717

RGB 805523
HSL0.090.550.20
HSV34°71°31°
CMYK 0.000.310.71   0.69
XYZ4.82914.49971.4246
Yxy4.49970.44910.4184
Hunter Lab21.21253.514310.8669
CIE-Lab25.25907.347224.0088

#503717 color RGB value is (80,55,23).

#503717 hex color red value is 80, green value is 55 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #503717 hue: 0.09 , saturation: 0.55 and the lightness value of 503717 is 0.20.

The process color (four color CMYK) of #503717 color hex is 0.00, 0.31, 0.71, 0.69. Web safe color of #503717 is #663300. Color #503717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110111 00010111
Octal 120 67 27
Decimal 80 55 23
Hex 50 37 17

RGB Percentages of Color #503717

%50.63
%34.81
%14.56

CMYK Percentages of Color #503717

%0
%31
%71
%69

Triadic Colors of #503717

#503717 #175037 #371750

Analogous Colors of #503717

#503717 #4d5017 #501b17

Monochromatic Colors of #503717

#503717

Complementary Color

#503717 #173050

#503717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503717 Color CSS Codes

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

#503717 Text Font Color

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

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


#503717 Background Color

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

This div background color is #503717


#503717 Border Color

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

This div border color is #503717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503717


Comments

No comments written yet.

Please login to write comment.