Color Hex Logo

#50761c Color Hex

#50761C
(80,118,28)
0 Favorites   0 Comments

Color spaces of #50761c

RGB 8011828
HSL0.240.620.29
HSV85°76°46°
CMYK 0.320.000.76   0.54
XYZ9.996314.74623.4180
Yxy14.74620.35500.5236
Hunter Lab38.4008-20.735121.6032
CIE-Lab45.2846-28.144242.5721

#50761c color RGB value is (80,118,28).

#50761c hex color red value is 80, green value is 118 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #50761c hue: 0.24 , saturation: 0.62 and the lightness value of 50761c is 0.29.

The process color (four color CMYK) of #50761c color hex is 0.32, 0.00, 0.76, 0.54. Web safe color of #50761c is #666633. Color #50761c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 00011100
Octal 120 166 34
Decimal 80 118 28
Hex 50 76 1C

RGB Percentages of Color #50761c

%35.40
%52.21
%12.39

CMYK Percentages of Color #50761c

%32
%0
%76
%54

Triadic Colors of #50761c

#50761c #1c5076 #761c50

Analogous Colors of #50761c

#50761c #23761c #766f1c

Monochromatic Colors of #50761c

#50761c

Complementary Color

#50761c #421c76

#50761c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50761c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50761c Color CSS Codes

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

#50761c Text Font Color

<p style="color:#50761c">Text here</p>

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


#50761c Background Color

<div style="background-color:#50761c">
Div content here</div>

This div background color is #50761c


#50761c Border Color

<div style="border:3px solid #50761c">
Div here</div>

This div border color is #50761c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50761c


Comments

No comments written yet.

Please login to write comment.