Color Hex Logo

#504817 Color Hex

#504817
(80,72,23)
0 Favorites   0 Comments

Color spaces of #504817

RGB 807223
HSL0.140.550.20
HSV52°71°31°
CMYK 0.000.100.71   0.69
XYZ5.78036.40211.7417
Yxy6.40210.41510.4598
Hunter Lab25.3024-3.501013.6304
CIE-Lab30.4051-3.396029.6160

#504817 color RGB value is (80,72,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 00010111
Octal 120 110 27
Decimal 80 72 23
Hex 50 48 17

RGB Percentages of Color #504817

%45.71
%41.14
%13.14

CMYK Percentages of Color #504817

%0
%10
%71
%69

Triadic Colors of #504817

#504817 #175048 #481750

Analogous Colors of #504817

#504817 #3c5017 #502c17

Monochromatic Colors of #504817

#504817

Complementary Color

#504817 #171f50

#504817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504817 Color CSS Codes

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

#504817 Text Font Color

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

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


#504817 Background Color

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

This div background color is #504817


#504817 Border Color

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

This div border color is #504817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504817


Comments

No comments written yet.

Please login to write comment.