Color Hex Logo

#50751f Color Hex

#50751F
(80,117,31)
0 Favorites   0 Comments

Color spaces of #50751f

RGB 8011731
HSL0.240.580.29
HSV86°74°46°
CMYK 0.320.000.74   0.54
XYZ9.916914.52703.5776
Yxy14.52700.35390.5184
Hunter Lab38.1143-20.256421.1148
CIE-Lab44.9794-27.455341.0789

#50751f color RGB value is (80,117,31).

#50751f hex color red value is 80, green value is 117 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #50751f hue: 0.24 , saturation: 0.58 and the lightness value of 50751f is 0.29.

The process color (four color CMYK) of #50751f color hex is 0.32, 0.00, 0.74, 0.54. Web safe color of #50751f is #666633. Color #50751f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 00011111
Octal 120 165 37
Decimal 80 117 31
Hex 50 75 1F

RGB Percentages of Color #50751f

%35.09
%51.32
%13.60

CMYK Percentages of Color #50751f

%32
%0
%74
%54

Triadic Colors of #50751f

#50751f #1f5075 #751f50

Analogous Colors of #50751f

#50751f #25751f #756f1f

Monochromatic Colors of #50751f

#50751f

Complementary Color

#50751f #441f75

#50751f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50751f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50751f Color CSS Codes

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

#50751f Text Font Color

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

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


#50751f Background Color

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

This div background color is #50751f


#50751f Border Color

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

This div border color is #50751f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50751f


Comments

No comments written yet.

Please login to write comment.