Color Hex Logo

#50614a Color Hex

#50614A
(80,97,74)
0 Favorites   0 Comments

Color spaces of #50614a

RGB 809774
HSL0.290.130.34
HSV104°24°38°
CMYK 0.180.000.24   0.62
XYZ8.819010.74938.0886
Yxy10.74930.31890.3887
Hunter Lab32.7861-9.36188.3230
CIE-Lab39.1550-11.378411.0196

#50614a color RGB value is (80,97,74).

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

The process color (four color CMYK) of #50614a color hex is 0.18, 0.00, 0.24, 0.62. Web safe color of #50614a is #666633. Color #50614a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 01001010
Octal 120 141 112
Decimal 80 97 74
Hex 50 61 4A

RGB Percentages of Color #50614a

%31.87
%38.65
%29.48

CMYK Percentages of Color #50614a

%18
%0
%24
%62

Triadic Colors of #50614a

#50614a #4a5061 #614a50

Analogous Colors of #50614a

#50614a #4a6150 #5c614a

Monochromatic Colors of #50614a

#50614a

Complementary Color

#50614a #5b4a61

#50614a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50614a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50614a Color CSS Codes

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

#50614a Text Font Color

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

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


#50614a Background Color

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

This div background color is #50614a


#50614a Border Color

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

This div border color is #50614a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50614a


Comments

No comments written yet.

Please login to write comment.