Color Hex Logo

#50755d Color Hex

#50755D
(80,117,93)
0 Favorites   0 Comments

Color spaces of #50755d

RGB 8011793
HSL0.390.190.39
HSV141°32°46°
CMYK 0.320.000.21   0.54
XYZ11.645315.218412.6796
Yxy15.21840.29450.3849
Hunter Lab39.0108-14.98398.0366
CIE-Lab45.9319-18.61129.1127

#50755d color RGB value is (80,117,93).

#50755d hex color red value is 80, green value is 117 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #50755d hue: 0.39 , saturation: 0.19 and the lightness value of 50755d is 0.39.

The process color (four color CMYK) of #50755d color hex is 0.32, 0.00, 0.21, 0.54. Web safe color of #50755d is #666666. Color #50755d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 01011101
Octal 120 165 135
Decimal 80 117 93
Hex 50 75 5D

RGB Percentages of Color #50755d

%27.59
%40.34
%32.07

CMYK Percentages of Color #50755d

%32
%0
%21
%54

Triadic Colors of #50755d

#50755d #5d5075 #755d50

Analogous Colors of #50755d

#50755d #507570 #567550

Monochromatic Colors of #50755d

#50755d

Complementary Color

#50755d #755068

#50755d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50755d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50755d Color CSS Codes

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

#50755d Text Font Color

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

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


#50755d Background Color

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

This div background color is #50755d


#50755d Border Color

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

This div border color is #50755d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50755d


Comments

No comments written yet.

Please login to write comment.