Color Hex Logo

#504118 Color Hex

#504118
(80,65,24)
0 Favorites   0 Comments

Color spaces of #504118

RGB 806524
HSL0.120.540.20
HSV44°70°31°
CMYK 0.000.190.70   0.69
XYZ5.36345.55201.6531
Yxy5.55200.42670.4417
Hunter Lab23.5627-0.604112.3342
CIE-Lab28.25281.035326.7747

#504118 color RGB value is (80,65,24).

#504118 hex color red value is 80, green value is 65 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #504118 hue: 0.12 , saturation: 0.54 and the lightness value of 504118 is 0.20.

The process color (four color CMYK) of #504118 color hex is 0.00, 0.19, 0.70, 0.69. Web safe color of #504118 is #663300. Color #504118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000001 00011000
Octal 120 101 30
Decimal 80 65 24
Hex 50 41 18

RGB Percentages of Color #504118

%47.34
%38.46
%14.20

CMYK Percentages of Color #504118

%0
%19
%70
%69

Triadic Colors of #504118

#504118 #185041 #411850

Analogous Colors of #504118

#504118 #435018 #502518

Monochromatic Colors of #504118

#504118

Complementary Color

#504118 #182750

#504118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504118 Color CSS Codes

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

#504118 Text Font Color

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

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


#504118 Background Color

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

This div background color is #504118


#504118 Border Color

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

This div border color is #504118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504118


Comments

No comments written yet.

Please login to write comment.