Color Hex Logo

#50803e Color Hex

#50803E
(80,128,62)
0 Favorites   0 Comments

Color spaces of #50803e

RGB 8012862
HSL0.290.350.37
HSV104°52°50°
CMYK 0.380.000.52   0.50
XYZ11.896917.49167.3066
Yxy17.49160.32420.4767
Hunter Lab41.8230-22.414318.9179
CIE-Lab48.8736-29.515130.5776

#50803e color RGB value is (80,128,62).

#50803e hex color red value is 80, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50803e hue: 0.29 , saturation: 0.35 and the lightness value of 50803e is 0.37.

The process color (four color CMYK) of #50803e color hex is 0.38, 0.00, 0.52, 0.50. Web safe color of #50803e is #669933. Color #50803e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 00111110
Octal 120 200 76
Decimal 80 128 62
Hex 50 80 3E

RGB Percentages of Color #50803e

%29.63
%47.41
%22.96

CMYK Percentages of Color #50803e

%38
%0
%52
%50

Triadic Colors of #50803e

#50803e #3e5080 #803e50

Analogous Colors of #50803e

#50803e #3e804d #71803e

Monochromatic Colors of #50803e

#50803e

Complementary Color

#50803e #6e3e80

#50803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50803e Color CSS Codes

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

#50803e Text Font Color

<p style="color:#50803e">Text here</p>

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


#50803e Background Color

<div style="background-color:#50803e">
Div content here</div>

This div background color is #50803e


#50803e Border Color

<div style="border:3px solid #50803e">
Div here</div>

This div border color is #50803e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50803e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50803e;
  -webkit-box-shadow: 1px 1px 3px 2px #50803e;
  box-shadow:         1px 1px 3px 2px #50803e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50803e


Comments

No comments written yet.

Please login to write comment.