Color Hex Logo

#50826e Color Hex

#50826E
(80,130,110)
3 Favorites   0 Comments

Color spaces of #50826e

RGB 80130110
HSL0.430.240.41
HSV156°38°51°
CMYK 0.380.000.15   0.49
XYZ14.105418.796517.6365
Yxy18.79650.27910.3719
Hunter Lab43.3549-17.79676.2297
CIE-Lab50.4483-21.69565.5440

#50826e color RGB value is (80,130,110).

#50826e hex color red value is 80, green value is 130 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #50826e hue: 0.43 , saturation: 0.24 and the lightness value of 50826e is 0.41.

The process color (four color CMYK) of #50826e color hex is 0.38, 0.00, 0.15, 0.49. Web safe color of #50826e is #669966. Color #50826e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 01101110
Octal 120 202 156
Decimal 80 130 110
Hex 50 82 6E

RGB Percentages of Color #50826e

%25.00
%40.63
%34.38

CMYK Percentages of Color #50826e

%38
%0
%15
%49

Triadic Colors of #50826e

#50826e #6e5082 #826e50

Analogous Colors of #50826e

#50826e #507d82 #508255

Monochromatic Colors of #50826e

#50826e

Complementary Color

#50826e #825064

#50826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50826e Color CSS Codes

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

#50826e Text Font Color

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

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


#50826e Background Color

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

This div background color is #50826e


#50826e Border Color

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

This div border color is #50826e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50826e

#50826e Color Palettes


Comments

No comments written yet.

Please login to write comment.