Color Hex Logo

#50786d Color Hex

#50786D
(80,120,109)
0 Favorites   0 Comments

Color spaces of #50786d

RGB 80120109
HSL0.450.200.39
HSV164°33°47°
CMYK 0.330.000.09   0.53
XYZ12.785116.242516.9293
Yxy16.24250.27820.3534
Hunter Lab40.3020-13.90253.3060
CIE-Lab47.2910-16.61841.5776

#50786d color RGB value is (80,120,109).

#50786d hex color red value is 80, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #50786d hue: 0.45 , saturation: 0.20 and the lightness value of 50786d is 0.39.

The process color (four color CMYK) of #50786d color hex is 0.33, 0.00, 0.09, 0.53. Web safe color of #50786d is #666666. Color #50786d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111000 01101101
Octal 120 170 155
Decimal 80 120 109
Hex 50 78 6D

RGB Percentages of Color #50786d

%25.89
%38.83
%35.28

CMYK Percentages of Color #50786d

%33
%0
%9
%53

Triadic Colors of #50786d

#50786d #6d5078 #786d50

Analogous Colors of #50786d

#50786d #506f78 #507859

Monochromatic Colors of #50786d

#50786d

Complementary Color

#50786d #78505b

#50786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50786d Color CSS Codes

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

#50786d Text Font Color

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

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


#50786d Background Color

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

This div background color is #50786d


#50786d Border Color

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

This div border color is #50786d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50786d


Comments

No comments written yet.

Please login to write comment.