Color Hex Logo

#50822e Color Hex

#50822E
(80,130,46)
0 Favorites   0 Comments

Color spaces of #50822e

RGB 8013046
HSL0.270.480.35
HSV96°65°51°
CMYK 0.380.000.65   0.49
XYZ11.784017.86805.4126
Yxy17.86800.33610.5096
Hunter Lab42.2706-24.212021.9975
CIE-Lab49.3356-32.300439.1096

#50822e color RGB value is (80,130,46).

#50822e hex color red value is 80, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #50822e hue: 0.27 , saturation: 0.48 and the lightness value of 50822e is 0.35.

The process color (four color CMYK) of #50822e color hex is 0.38, 0.00, 0.65, 0.49. Web safe color of #50822e is #669933. Color #50822e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 00101110
Octal 120 202 56
Decimal 80 130 46
Hex 50 82 2E

RGB Percentages of Color #50822e

%31.25
%50.78
%17.97

CMYK Percentages of Color #50822e

%38
%0
%65
%49

Triadic Colors of #50822e

#50822e #2e5082 #822e50

Analogous Colors of #50822e

#50822e #2e8236 #7a822e

Monochromatic Colors of #50822e

#50822e

Complementary Color

#50822e #602e82

#50822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50822e Color CSS Codes

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

#50822e Text Font Color

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

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


#50822e Background Color

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

This div background color is #50822e


#50822e Border Color

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

This div border color is #50822e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50822e


Comments

No comments written yet.

Please login to write comment.