Color Hex Logo

#505132 Color Hex

#505132
(80,81,50)
0 Favorites   0 Comments

Color spaces of #505132

RGB 808150
HSL0.170.240.26
HSV62°38°32°
CMYK 0.010.000.38   0.68
XYZ6.82647.82064.1674
Yxy7.82060.36280.4157
Hunter Lab27.9653-5.367110.7403
CIE-Lab33.6064-5.984718.1275

#505132 color RGB value is (80,81,50).

#505132 hex color red value is 80, green value is 81 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #505132 hue: 0.17 , saturation: 0.24 and the lightness value of 505132 is 0.26.

The process color (four color CMYK) of #505132 color hex is 0.01, 0.00, 0.38, 0.68. Web safe color of #505132 is #666633. Color #505132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 00110010
Octal 120 121 62
Decimal 80 81 50
Hex 50 51 32

RGB Percentages of Color #505132

%37.91
%38.39
%23.70

CMYK Percentages of Color #505132

%1
%0
%38
%68

Triadic Colors of #505132

#505132 #325051 #513250

Analogous Colors of #505132

#505132 #415132 #514332

Monochromatic Colors of #505132

#505132

Complementary Color

#505132 #333251

#505132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505132 Color CSS Codes

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

#505132 Text Font Color

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

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


#505132 Background Color

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

This div background color is #505132


#505132 Border Color

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

This div border color is #505132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505132


Comments

No comments written yet.

Please login to write comment.