Color Hex Logo

#50764a Color Hex

#50764A
(80,118,74)
0 Favorites   0 Comments

Color spaces of #50764a

RGB 8011874
HSL0.310.230.38
HSV112°37°46°
CMYK 0.320.000.37   0.54
XYZ11.022715.15688.8232
Yxy15.15680.31490.4330
Hunter Lab38.9317-17.592013.8152
CIE-Lab45.8482-22.757520.0879

#50764a color RGB value is (80,118,74).

#50764a hex color red value is 80, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50764a hue: 0.31 , saturation: 0.23 and the lightness value of 50764a is 0.38.

The process color (four color CMYK) of #50764a color hex is 0.32, 0.00, 0.37, 0.54. Web safe color of #50764a is #666633. Color #50764a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 01001010
Octal 120 166 112
Decimal 80 118 74
Hex 50 76 4A

RGB Percentages of Color #50764a

%29.41
%43.38
%27.21

CMYK Percentages of Color #50764a

%32
%0
%37
%54

Triadic Colors of #50764a

#50764a #4a5076 #764a50

Analogous Colors of #50764a

#50764a #4a765a #66764a

Monochromatic Colors of #50764a

#50764a

Complementary Color

#50764a #704a76

#50764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50764a Color CSS Codes

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

#50764a Text Font Color

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

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


#50764a Background Color

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

This div background color is #50764a


#50764a Border Color

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

This div border color is #50764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50764a


Comments

No comments written yet.

Please login to write comment.