Color Hex Logo

#50635f Color Hex

#50635F
(80,99,95)
0 Favorites   0 Comments

Color spaces of #50635f

RGB 809995
HSL0.460.110.35
HSV167°19°39°
CMYK 0.190.000.04   0.61
XYZ9.835711.455412.5192
Yxy11.45540.29090.3388
Hunter Lab33.8458-7.35761.7614
CIE-Lab40.3371-8.0897-0.1198

#50635f color RGB value is (80,99,95).

#50635f hex color red value is 80, green value is 99 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #50635f hue: 0.46 , saturation: 0.11 and the lightness value of 50635f is 0.35.

The process color (four color CMYK) of #50635f color hex is 0.19, 0.00, 0.04, 0.61. Web safe color of #50635f is #666666. Color #50635f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100011 01011111
Octal 120 143 137
Decimal 80 99 95
Hex 50 63 5F

RGB Percentages of Color #50635f

%29.20
%36.13
%34.67

CMYK Percentages of Color #50635f

%19
%0
%4
%61

Triadic Colors of #50635f

#50635f #5f5063 #635f50

Analogous Colors of #50635f

#50635f #505e63 #506356

Monochromatic Colors of #50635f

#50635f

Complementary Color

#50635f #635054

#50635f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50635f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50635f Color CSS Codes

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

#50635f Text Font Color

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

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


#50635f Background Color

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

This div background color is #50635f


#50635f Border Color

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

This div border color is #50635f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50635f


Comments

No comments written yet.

Please login to write comment.