Color Hex Logo

#50945f Color Hex

#50945F
(80,148,95)
0 Favorites   0 Comments

Color spaces of #50945f

RGB 8014895
HSL0.370.300.45
HSV133°46°58°
CMYK 0.460.000.36   0.42
XYZ15.963723.711514.5619
Yxy23.71150.29430.4372
Hunter Lab48.6945-26.696916.3557
CIE-Lab55.7978-33.604921.5112

#50945f color RGB value is (80,148,95).

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

The process color (four color CMYK) of #50945f color hex is 0.46, 0.00, 0.36, 0.42. Web safe color of #50945f is #669966. Color #50945f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 01011111
Octal 120 224 137
Decimal 80 148 95
Hex 50 94 5F

RGB Percentages of Color #50945f

%24.77
%45.82
%29.41

CMYK Percentages of Color #50945f

%46
%0
%36
%42

Triadic Colors of #50945f

#50945f #5f5094 #945f50

Analogous Colors of #50945f

#50945f #509481 #639450

Monochromatic Colors of #50945f

#50945f

Complementary Color

#50945f #945085

#50945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50945f Color CSS Codes

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

#50945f Text Font Color

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

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


#50945f Background Color

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

This div background color is #50945f


#50945f Border Color

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

This div border color is #50945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50945f


Comments

No comments written yet.

Please login to write comment.