Color Hex Logo

#50942a Color Hex

#50942A
(80,148,42)
0 Favorites   0 Comments

Color spaces of #50942a

RGB 8014842
HSL0.270.560.37
HSV98°72°58°
CMYK 0.460.000.72   0.42
XYZ14.316123.05245.8855
Yxy23.05240.33100.5330
Hunter Lab48.0129-30.798926.3412
CIE-Lab55.1263-40.547847.0113

#50942a color RGB value is (80,148,42).

#50942a hex color red value is 80, green value is 148 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #50942a hue: 0.27 , saturation: 0.56 and the lightness value of 50942a is 0.37.

The process color (four color CMYK) of #50942a color hex is 0.46, 0.00, 0.72, 0.42. Web safe color of #50942a is #669933. Color #50942a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 00101010
Octal 120 224 52
Decimal 80 148 42
Hex 50 94 2A

RGB Percentages of Color #50942a

%29.63
%54.81
%15.56

CMYK Percentages of Color #50942a

%46
%0
%72
%42

Triadic Colors of #50942a

#50942a #2a5094 #942a50

Analogous Colors of #50942a

#50942a #2a9439 #85942a

Monochromatic Colors of #50942a

#50942a

Complementary Color

#50942a #6e2a94

#50942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50942a Color CSS Codes

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

#50942a Text Font Color

<p style="color:#50942a">Text here</p>

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


#50942a Background Color

<div style="background-color:#50942a">
Div content here</div>

This div background color is #50942a


#50942a Border Color

<div style="border:3px solid #50942a">
Div here</div>

This div border color is #50942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50942a


Comments

No comments written yet.

Please login to write comment.