Color Hex Logo

#504042 Color Hex

#504042
(80,64,66)
0 Favorites   0 Comments

Color spaces of #504042

RGB 806466
HSL0.980.110.28
HSV353°20°31°
CMYK 0.000.200.18   0.69
XYZ6.12505.76565.9443
Yxy5.76560.34340.3233
Hunter Lab24.01173.51212.1304
CIE-Lab28.81327.29871.3930

#504042 color RGB value is (80,64,66).

#504042 hex color red value is 80, green value is 64 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #504042 hue: 0.98 , saturation: 0.11 and the lightness value of 504042 is 0.28.

The process color (four color CMYK) of #504042 color hex is 0.00, 0.20, 0.18, 0.69. Web safe color of #504042 is #663333. Color #504042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 01000010
Octal 120 100 102
Decimal 80 64 66
Hex 50 40 42

RGB Percentages of Color #504042

%38.10
%30.48
%31.43

CMYK Percentages of Color #504042

%0
%20
%18
%69

Triadic Colors of #504042

#504042 #425040 #404250

Analogous Colors of #504042

#504042 #504640 #50404a

Monochromatic Colors of #504042

#504042

Complementary Color

#504042 #40504e

#504042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504042 Color CSS Codes

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

#504042 Text Font Color

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

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


#504042 Background Color

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

This div background color is #504042


#504042 Border Color

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

This div border color is #504042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504042


Comments

No comments written yet.

Please login to write comment.