Color Hex Logo

#50553e Color Hex

#50553E
(80,85,62)
0 Favorites   0 Comments

Color spaces of #50553e

RGB 808562
HSL0.200.160.29
HSV73°27°33°
CMYK 0.060.000.27   0.67
XYZ7.42638.55035.8164
Yxy8.55030.34080.3923
Hunter Lab29.2409-5.83808.6751
CIE-Lab35.1036-6.520112.7866

#50553e color RGB value is (80,85,62).

#50553e hex color red value is 80, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50553e hue: 0.20 , saturation: 0.16 and the lightness value of 50553e is 0.29.

The process color (four color CMYK) of #50553e color hex is 0.06, 0.00, 0.27, 0.67. Web safe color of #50553e is #666633. Color #50553e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 00111110
Octal 120 125 76
Decimal 80 85 62
Hex 50 55 3E

RGB Percentages of Color #50553e

%35.24
%37.44
%27.31

CMYK Percentages of Color #50553e

%6
%0
%27
%67

Triadic Colors of #50553e

#50553e #3e5055 #553e50

Analogous Colors of #50553e

#50553e #45553e #554f3e

Monochromatic Colors of #50553e

#50553e

Complementary Color

#50553e #433e55

#50553e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50553e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50553e Color CSS Codes

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

#50553e Text Font Color

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

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


#50553e Background Color

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

This div background color is #50553e


#50553e Border Color

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

This div border color is #50553e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50553e


Comments

No comments written yet.

Please login to write comment.