Color Hex Logo

#504931 Color Hex

#504931
(80,73,49)
0 Favorites   0 Comments

Color spaces of #504931

RGB 807349
HSL0.130.240.25
HSV46°39°31°
CMYK 0.000.090.39   0.69
XYZ6.24526.69233.8683
Yxy6.69230.37160.3982
Hunter Lab25.8695-2.17969.2429
CIE-Lab31.0959-1.237615.4517

#504931 color RGB value is (80,73,49).

#504931 hex color red value is 80, green value is 73 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #504931 hue: 0.13 , saturation: 0.24 and the lightness value of 504931 is 0.25.

The process color (four color CMYK) of #504931 color hex is 0.00, 0.09, 0.39, 0.69. Web safe color of #504931 is #663333. Color #504931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 00110001
Octal 120 111 61
Decimal 80 73 49
Hex 50 49 31

RGB Percentages of Color #504931

%39.60
%36.14
%24.26

CMYK Percentages of Color #504931

%0
%9
%39
%69

Triadic Colors of #504931

#504931 #315049 #493150

Analogous Colors of #504931

#504931 #485031 #503a31

Monochromatic Colors of #504931

#504931

Complementary Color

#504931 #313850

#504931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504931 Color CSS Codes

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

#504931 Text Font Color

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

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


#504931 Background Color

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

This div background color is #504931


#504931 Border Color

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

This div border color is #504931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504931


Comments

No comments written yet.

Please login to write comment.