Color Hex Logo

#50603e Color Hex

#50603E
(80,96,62)
0 Favorites   0 Comments

Color spaces of #50603e

RGB 809662
HSL0.250.220.31
HSV88°35°38°
CMYK 0.170.000.35   0.62
XYZ8.360610.41906.1278
Yxy10.41900.33570.4183
Hunter Lab32.2785-10.253211.3392
CIE-Lab38.5842-12.909917.4666

#50603e color RGB value is (80,96,62).

#50603e hex color red value is 80, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50603e hue: 0.25 , saturation: 0.22 and the lightness value of 50603e is 0.31.

The process color (four color CMYK) of #50603e color hex is 0.17, 0.00, 0.35, 0.62. Web safe color of #50603e is #666633. Color #50603e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 00111110
Octal 120 140 76
Decimal 80 96 62
Hex 50 60 3E

RGB Percentages of Color #50603e

%33.61
%40.34
%26.05

CMYK Percentages of Color #50603e

%17
%0
%35
%62

Triadic Colors of #50603e

#50603e #3e5060 #603e50

Analogous Colors of #50603e

#50603e #3f603e #605f3e

Monochromatic Colors of #50603e

#50603e

Complementary Color

#50603e #4e3e60

#50603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50603e Color CSS Codes

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

#50603e Text Font Color

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

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


#50603e Background Color

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

This div background color is #50603e


#50603e Border Color

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

This div border color is #50603e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,96,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 #50603e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50603e


Comments

No comments written yet.

Please login to write comment.