Color Hex Logo

#50a033 Color Hex

#50A033
(80,160,51)
0 Favorites   0 Comments

Color spaces of #50a033

RGB 8016051
HSL0.290.520.41
HSV104°68°63°
CMYK 0.500.000.68   0.37
XYZ16.476627.08617.4917
Yxy27.08610.32270.5305
Hunter Lab52.0443-34.566627.8963
CIE-Lab59.0539-44.716747.4494

#50a033 color RGB value is (80,160,51).

#50a033 hex color red value is 80, green value is 160 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #50a033 hue: 0.29 , saturation: 0.52 and the lightness value of 50a033 is 0.41.

The process color (four color CMYK) of #50a033 color hex is 0.50, 0.00, 0.68, 0.37. Web safe color of #50a033 is #669933. Color #50a033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100000 00110011
Octal 120 240 63
Decimal 80 160 51
Hex 50 A0 33

RGB Percentages of Color #50a033

%27.49
%54.98
%17.53

CMYK Percentages of Color #50a033

%50
%0
%68
%37

Triadic Colors of #50a033

#50a033 #3350a0 #a03350

Analogous Colors of #50a033

#50a033 #33a04d #87a033

Monochromatic Colors of #50a033

#50a033

Complementary Color

#50a033 #8333a0

#50a033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a033 Color CSS Codes

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

#50a033 Text Font Color

<p style="color:#50a033">Text here</p>

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


#50a033 Background Color

<div style="background-color:#50a033">
Div content here</div>

This div background color is #50a033


#50a033 Border Color

<div style="border:3px solid #50a033">
Div here</div>

This div border color is #50a033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,160,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50a033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50a033;
  -webkit-box-shadow: 1px 1px 3px 2px #50a033;
  box-shadow:         1px 1px 3px 2px #50a033; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a033


Comments

No comments written yet.

Please login to write comment.