Color Hex Logo

#50760f Color Hex

#50760F
(80,118,15)
0 Favorites   0 Comments

Color spaces of #50760f

RGB 8011815
HSL0.230.770.26
HSV82°87°46°
CMYK 0.320.000.87   0.54
XYZ9.872914.69682.7684
Yxy14.69680.36110.5376
Hunter Lab38.3364-21.119022.5540
CIE-Lab45.2161-28.824146.7347

#50760f color RGB value is (80,118,15).

#50760f hex color red value is 80, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50760f hue: 0.23 , saturation: 0.77 and the lightness value of 50760f is 0.26.

The process color (four color CMYK) of #50760f color hex is 0.32, 0.00, 0.87, 0.54. Web safe color of #50760f is #666600. Color #50760f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 00001111
Octal 120 166 17
Decimal 80 118 15
Hex 50 76 F

RGB Percentages of Color #50760f

%37.56
%55.40
%7.04

CMYK Percentages of Color #50760f

%32
%0
%87
%54

Triadic Colors of #50760f

#50760f #0f5076 #760f50

Analogous Colors of #50760f

#50760f #1d760f #76690f

Monochromatic Colors of #50760f

#50760f

Complementary Color

#50760f #350f76

#50760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50760f Color CSS Codes

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

#50760f Text Font Color

<p style="color:#50760f">Text here</p>

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


#50760f Background Color

<div style="background-color:#50760f">
Div content here</div>

This div background color is #50760f


#50760f Border Color

<div style="border:3px solid #50760f">
Div here</div>

This div border color is #50760f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50760f


Comments

No comments written yet.

Please login to write comment.