Color Hex Logo

#50685d Color Hex

#50685D
(80,104,93)
0 Favorites   0 Comments

Color spaces of #50685d

RGB 8010493
HSL0.420.130.36
HSV153°23°41°
CMYK 0.230.000.11   0.59
XYZ10.234412.396412.2093
Yxy12.39640.29380.3558
Hunter Lab35.2085-9.72864.0859
CIE-Lab41.8393-11.43473.2793

#50685d color RGB value is (80,104,93).

#50685d hex color red value is 80, green value is 104 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #50685d hue: 0.42 , saturation: 0.13 and the lightness value of 50685d is 0.36.

The process color (four color CMYK) of #50685d color hex is 0.23, 0.00, 0.11, 0.59. Web safe color of #50685d is #666666. Color #50685d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101000 01011101
Octal 120 150 135
Decimal 80 104 93
Hex 50 68 5D

RGB Percentages of Color #50685d

%28.88
%37.55
%33.57

CMYK Percentages of Color #50685d

%23
%0
%11
%59

Triadic Colors of #50685d

#50685d #5d5068 #685d50

Analogous Colors of #50685d

#50685d #506768 #506851

Monochromatic Colors of #50685d

#50685d

Complementary Color

#50685d #68505b

#50685d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50685d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50685d Color CSS Codes

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

#50685d Text Font Color

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

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


#50685d Background Color

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

This div background color is #50685d


#50685d Border Color

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

This div border color is #50685d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,104,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50685d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50685d;
  -webkit-box-shadow: 1px 1px 3px 2px #50685d;
  box-shadow:         1px 1px 3px 2px #50685d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50685d


Comments

No comments written yet.

Please login to write comment.