Color Hex Logo

#50532f Color Hex

#50532F
(80,83,47)
0 Favorites   0 Comments

Color spaces of #50532f

RGB 808347
HSL0.180.280.25
HSV65°43°33°
CMYK 0.040.000.43   0.67
XYZ6.91468.09723.8878
Yxy8.09720.36590.4284
Hunter Lab28.4556-6.422411.8183
CIE-Lab34.1845-7.585120.6666

#50532f color RGB value is (80,83,47).

#50532f hex color red value is 80, green value is 83 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50532f hue: 0.18 , saturation: 0.28 and the lightness value of 50532f is 0.25.

The process color (four color CMYK) of #50532f color hex is 0.04, 0.00, 0.43, 0.67. Web safe color of #50532f is #666633. Color #50532f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 00101111
Octal 120 123 57
Decimal 80 83 47
Hex 50 53 2F

RGB Percentages of Color #50532f

%38.10
%39.52
%22.38

CMYK Percentages of Color #50532f

%4
%0
%43
%67

Triadic Colors of #50532f

#50532f #2f5053 #532f50

Analogous Colors of #50532f

#50532f #3e532f #53442f

Monochromatic Colors of #50532f

#50532f

Complementary Color

#50532f #322f53

#50532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50532f Color CSS Codes

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

#50532f Text Font Color

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

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


#50532f Background Color

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

This div background color is #50532f


#50532f Border Color

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

This div border color is #50532f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,83,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50532f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50532f;
  -webkit-box-shadow: 1px 1px 3px 2px #50532f;
  box-shadow:         1px 1px 3px 2px #50532f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50532f


Comments

No comments written yet.

Please login to write comment.