Color Hex Logo

#50604f Color Hex

#50604F
(80,96,79)
0 Favorites   0 Comments

Color spaces of #50604f

RGB 809679
HSL0.320.100.34
HSV116°18°38°
CMYK 0.170.000.18   0.62
XYZ8.902410.63578.9808
Yxy10.63570.31220.3729
Hunter Lab32.6124-8.34566.5014
CIE-Lab38.9600-9.82667.6994

#50604f color RGB value is (80,96,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 01001111
Octal 120 140 117
Decimal 80 96 79
Hex 50 60 4F

RGB Percentages of Color #50604f

%31.37
%37.65
%30.98

CMYK Percentages of Color #50604f

%17
%0
%18
%62

Triadic Colors of #50604f

#50604f #4f5060 #604f50

Analogous Colors of #50604f

#50604f #4f6057 #59604f

Monochromatic Colors of #50604f

#50604f

Complementary Color

#50604f #5f4f60

#50604f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50604f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50604f Color CSS Codes

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

#50604f Text Font Color

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

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


#50604f Background Color

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

This div background color is #50604f


#50604f Border Color

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

This div border color is #50604f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50604f


Comments

No comments written yet.

Please login to write comment.