Color Hex Logo

#50845c Color Hex

#50845C
(80,132,92)
0 Favorites   0 Comments

Color spaces of #50845c

RGB 8013292
HSL0.370.250.42
HSV134°39°52°
CMYK 0.390.000.30   0.48
XYZ13.491318.980713.0778
Yxy18.98070.29620.4167
Hunter Lab43.5668-20.966112.6992
CIE-Lab50.6646-26.526916.2607

#50845c color RGB value is (80,132,92).

#50845c hex color red value is 80, green value is 132 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #50845c hue: 0.37 , saturation: 0.25 and the lightness value of 50845c is 0.42.

The process color (four color CMYK) of #50845c color hex is 0.39, 0.00, 0.30, 0.48. Web safe color of #50845c is #669966. Color #50845c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000100 01011100
Octal 120 204 134
Decimal 80 132 92
Hex 50 84 5C

RGB Percentages of Color #50845c

%26.32
%43.42
%30.26

CMYK Percentages of Color #50845c

%39
%0
%30
%48

Triadic Colors of #50845c

#50845c #5c5084 #845c50

Analogous Colors of #50845c

#50845c #508476 #5e8450

Monochromatic Colors of #50845c

#50845c

Complementary Color

#50845c #845078

#50845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50845c Color CSS Codes

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

#50845c Text Font Color

<p style="color:#50845c">Text here</p>

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


#50845c Background Color

<div style="background-color:#50845c">
Div content here</div>

This div background color is #50845c


#50845c Border Color

<div style="border:3px solid #50845c">
Div here</div>

This div border color is #50845c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,132,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50845c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50845c;
  -webkit-box-shadow: 1px 1px 3px 2px #50845c;
  box-shadow:         1px 1px 3px 2px #50845c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50845c


Comments

No comments written yet.

Please login to write comment.