Color Hex Logo

#50614e Color Hex

#50614E
(80,97,78)
0 Favorites   0 Comments

Color spaces of #50614e

RGB 809778
HSL0.320.110.34
HSV114°20°38°
CMYK 0.180.000.20   0.62
XYZ8.958110.80498.8211
Yxy10.80490.31340.3780
Hunter Lab32.8708-8.87837.0987
CIE-Lab39.2499-10.60378.7183

#50614e color RGB value is (80,97,78).

#50614e hex color red value is 80, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50614e hue: 0.32 , saturation: 0.11 and the lightness value of 50614e is 0.34.

The process color (four color CMYK) of #50614e color hex is 0.18, 0.00, 0.20, 0.62. Web safe color of #50614e is #666666. Color #50614e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 01001110
Octal 120 141 116
Decimal 80 97 78
Hex 50 61 4E

RGB Percentages of Color #50614e

%31.37
%38.04
%30.59

CMYK Percentages of Color #50614e

%18
%0
%20
%62

Triadic Colors of #50614e

#50614e #4e5061 #614e50

Analogous Colors of #50614e

#50614e #4e6156 #5a614e

Monochromatic Colors of #50614e

#50614e

Complementary Color

#50614e #5f4e61

#50614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50614e Color CSS Codes

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

#50614e Text Font Color

<p style="color:#50614e">Text here</p>

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


#50614e Background Color

<div style="background-color:#50614e">
Div content here</div>

This div background color is #50614e


#50614e Border Color

<div style="border:3px solid #50614e">
Div here</div>

This div border color is #50614e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,97,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50614e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50614e;
  -webkit-box-shadow: 1px 1px 3px 2px #50614e;
  box-shadow:         1px 1px 3px 2px #50614e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50614e


Comments

No comments written yet.

Please login to write comment.