Color Hex Logo

#50965f Color Hex

#50965F
(80,150,95)
0 Favorites   0 Comments

Color spaces of #50965f

RGB 8015095
HSL0.370.300.45
HSV133°47°59°
CMYK 0.470.000.37   0.41
XYZ16.280224.344414.6674
Yxy24.34440.29440.4403
Hunter Lab49.3400-27.447416.9128
CIE-Lab56.4310-34.523022.3565

#50965f color RGB value is (80,150,95).

#50965f hex color red value is 80, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #50965f hue: 0.37 , saturation: 0.30 and the lightness value of 50965f is 0.45.

The process color (four color CMYK) of #50965f color hex is 0.47, 0.00, 0.37, 0.41. Web safe color of #50965f is #669966. Color #50965f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010110 01011111
Octal 120 226 137
Decimal 80 150 95
Hex 50 96 5F

RGB Percentages of Color #50965f

%24.62
%46.15
%29.23

CMYK Percentages of Color #50965f

%47
%0
%37
%41

Triadic Colors of #50965f

#50965f #5f5096 #965f50

Analogous Colors of #50965f

#50965f #509682 #649650

Monochromatic Colors of #50965f

#50965f

Complementary Color

#50965f #965087

#50965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50965f Color CSS Codes

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

#50965f Text Font Color

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

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


#50965f Background Color

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

This div background color is #50965f


#50965f Border Color

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

This div border color is #50965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50965f


Comments

No comments written yet.

Please login to write comment.