Color Hex Logo

#50654f Color Hex

#50654F
(80,101,79)
0 Favorites   0 Comments

Color spaces of #50654f

RGB 8010179
HSL0.330.120.35
HSV117°22°40°
CMYK 0.210.000.22   0.60
XYZ9.373211.57739.1378
Yxy11.57730.31150.3848
Hunter Lab34.0254-10.37207.8950
CIE-Lab40.5363-12.68669.9127

#50654f color RGB value is (80,101,79).

#50654f hex color red value is 80, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #50654f hue: 0.33 , saturation: 0.12 and the lightness value of 50654f is 0.35.

The process color (four color CMYK) of #50654f color hex is 0.21, 0.00, 0.22, 0.60. Web safe color of #50654f is #666666. Color #50654f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100101 01001111
Octal 120 145 117
Decimal 80 101 79
Hex 50 65 4F

RGB Percentages of Color #50654f

%30.77
%38.85
%30.38

CMYK Percentages of Color #50654f

%21
%0
%22
%60

Triadic Colors of #50654f

#50654f #4f5065 #654f50

Analogous Colors of #50654f

#50654f #4f6559 #5b654f

Monochromatic Colors of #50654f

#50654f

Complementary Color

#50654f #644f65

#50654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50654f Color CSS Codes

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

#50654f Text Font Color

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

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


#50654f Background Color

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

This div background color is #50654f


#50654f Border Color

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

This div border color is #50654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50654f


Comments

No comments written yet.

Please login to write comment.