Color Hex Logo

#504842 Color Hex

#504842
(80,72,66)
0 Favorites   0 Comments

Color spaces of #504842

RGB 807266
HSL0.070.100.29
HSV26°18°31°
CMYK 0.000.100.18   0.69
XYZ6.60906.73366.1056
Yxy6.73360.33980.3462
Hunter Lab25.94920.05114.2140
CIE-Lab31.19262.18974.8152

#504842 color RGB value is (80,72,66).

#504842 hex color red value is 80, green value is 72 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #504842 hue: 0.07 , saturation: 0.10 and the lightness value of 504842 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 01000010
Octal 120 110 102
Decimal 80 72 66
Hex 50 48 42

RGB Percentages of Color #504842

%36.70
%33.03
%30.28

CMYK Percentages of Color #504842

%0
%10
%18
%69

Triadic Colors of #504842

#504842 #425048 #484250

Analogous Colors of #504842

#504842 #504f42 #504243

Monochromatic Colors of #504842

#504842

Complementary Color

#504842 #424a50

#504842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504842 Color CSS Codes

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

#504842 Text Font Color

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

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


#504842 Background Color

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

This div background color is #504842


#504842 Border Color

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

This div border color is #504842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504842


Comments

No comments written yet.

Please login to write comment.