Color Hex Logo

#50784d Color Hex

#50784D
(80,120,77)
0 Favorites   0 Comments

Color spaces of #50784d

RGB 8012077
HSL0.320.220.39
HSV116°36°47°
CMYK 0.330.000.36   0.53
XYZ11.364315.67429.4476
Yxy15.67420.31150.4296
Hunter Lab39.5907-18.046113.5650
CIE-Lab46.5441-23.263819.2924

#50784d color RGB value is (80,120,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111000 01001101
Octal 120 170 115
Decimal 80 120 77
Hex 50 78 4D

RGB Percentages of Color #50784d

%28.88
%43.32
%27.80

CMYK Percentages of Color #50784d

%33
%0
%36
%53

Triadic Colors of #50784d

#50784d #4d5078 #784d50

Analogous Colors of #50784d

#50784d #4d7860 #66784d

Monochromatic Colors of #50784d

#50784d

Complementary Color

#50784d #754d78

#50784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50784d Color CSS Codes

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

#50784d Text Font Color

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

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


#50784d Background Color

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

This div background color is #50784d


#50784d Border Color

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

This div border color is #50784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50784d


Comments

No comments written yet.

Please login to write comment.