Color Hex Logo

#50533d Color Hex

#50533D
(80,83,61)
0 Favorites   0 Comments

Color spaces of #50533d

RGB 808361
HSL0.190.150.28
HSV68°27°33°
CMYK 0.040.000.27   0.67
XYZ7.24388.22895.6214
Yxy8.22890.34340.3901
Hunter Lab28.6861-5.12588.4616
CIE-Lab34.4551-5.490312.5199

#50533d color RGB value is (80,83,61).

#50533d hex color red value is 80, green value is 83 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #50533d hue: 0.19 , saturation: 0.15 and the lightness value of 50533d is 0.28.

The process color (four color CMYK) of #50533d color hex is 0.04, 0.00, 0.27, 0.67. Web safe color of #50533d is #666633. Color #50533d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 00111101
Octal 120 123 75
Decimal 80 83 61
Hex 50 53 3D

RGB Percentages of Color #50533d

%35.71
%37.05
%27.23

CMYK Percentages of Color #50533d

%4
%0
%27
%67

Triadic Colors of #50533d

#50533d #3d5053 #533d50

Analogous Colors of #50533d

#50533d #45533d #534b3d

Monochromatic Colors of #50533d

#50533d

Complementary Color

#50533d #403d53

#50533d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50533d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50533d Color CSS Codes

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

#50533d Text Font Color

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

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


#50533d Background Color

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

This div background color is #50533d


#50533d Border Color

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

This div border color is #50533d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50533d


Comments

No comments written yet.

Please login to write comment.