Color Hex Logo

#50604e Color Hex

#50604E
(80,96,78)
0 Favorites   0 Comments

Color spaces of #50604e

RGB 809678
HSL0.310.100.34
HSV113°19°38°
CMYK 0.170.000.19   0.62
XYZ8.866310.62138.7905
Yxy10.62130.31350.3756
Hunter Lab32.5903-8.47166.8211
CIE-Lab38.9352-10.02708.2759

#50604e color RGB value is (80,96,78).

#50604e hex color red value is 80, green value is 96 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50604e hue: 0.31 , saturation: 0.10 and the lightness value of 50604e is 0.34.

The process color (four color CMYK) of #50604e color hex is 0.17, 0.00, 0.19, 0.62. Web safe color of #50604e is #666666. Color #50604e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 01001110
Octal 120 140 116
Decimal 80 96 78
Hex 50 60 4E

RGB Percentages of Color #50604e

%31.50
%37.80
%30.71

CMYK Percentages of Color #50604e

%17
%0
%19
%62

Triadic Colors of #50604e

#50604e #4e5060 #604e50

Analogous Colors of #50604e

#50604e #4e6055 #59604e

Monochromatic Colors of #50604e

#50604e

Complementary Color

#50604e #5e4e60

#50604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50604e Color CSS Codes

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

#50604e Text Font Color

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

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


#50604e Background Color

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

This div background color is #50604e


#50604e Border Color

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

This div border color is #50604e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,96,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50604e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50604e;
  -webkit-box-shadow: 1px 1px 3px 2px #50604e;
  box-shadow:         1px 1px 3px 2px #50604e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50604e


Comments

No comments written yet.

Please login to write comment.