Color Hex Logo

#504939 Color Hex

#504939
(80,73,57)
0 Favorites   0 Comments

Color spaces of #504939

RGB 807357
HSL0.120.170.27
HSV42°29°31°
CMYK 0.000.090.29   0.69
XYZ6.42936.76604.8380
Yxy6.76600.35650.3752
Hunter Lab26.0115-1.40017.1805
CIE-Lab31.2682-0.016710.6590

#504939 color RGB value is (80,73,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 00111001
Octal 120 111 71
Decimal 80 73 57
Hex 50 49 39

RGB Percentages of Color #504939

%38.10
%34.76
%27.14

CMYK Percentages of Color #504939

%0
%9
%29
%69

Triadic Colors of #504939

#504939 #395049 #493950

Analogous Colors of #504939

#504939 #4c5039 #503e39

Monochromatic Colors of #504939

#504939

Complementary Color

#504939 #394050

#504939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504939 Color CSS Codes

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

#504939 Text Font Color

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

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


#504939 Background Color

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

This div background color is #504939


#504939 Border Color

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

This div border color is #504939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504939


Comments

No comments written yet.

Please login to write comment.