Color Hex Logo

#504839 Color Hex

#504839
(80,72,57)
0 Favorites   0 Comments

Color spaces of #504839

RGB 807257
HSL0.110.170.27
HSV39°29°31°
CMYK 0.000.100.29   0.69
XYZ6.36416.63564.8163
Yxy6.63560.35720.3725
Hunter Lab25.7597-0.97986.9463
CIE-Lab30.96250.609710.2381

#504839 color RGB value is (80,72,57).

#504839 hex color red value is 80, green value is 72 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #504839 hue: 0.11 , saturation: 0.17 and the lightness value of 504839 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 00111001
Octal 120 110 71
Decimal 80 72 57
Hex 50 48 39

RGB Percentages of Color #504839

%38.28
%34.45
%27.27

CMYK Percentages of Color #504839

%0
%10
%29
%69

Triadic Colors of #504839

#504839 #395048 #483950

Analogous Colors of #504839

#504839 #4d5039 #503d39

Monochromatic Colors of #504839

#504839

Complementary Color

#504839 #394150

#504839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504839 Color CSS Codes

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

#504839 Text Font Color

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

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


#504839 Background Color

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

This div background color is #504839


#504839 Border Color

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

This div border color is #504839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504839


Comments

No comments written yet.

Please login to write comment.