Color Hex Logo

#50742e Color Hex

#50742E
(80,116,46)
0 Favorites   0 Comments

Color spaces of #50742e

RGB 8011646
HSL0.250.430.32
HSV91°60°45°
CMYK 0.310.000.60   0.55
XYZ10.046814.39354.8335
Yxy14.39350.34320.4917
Hunter Lab37.9388-19.123119.0034
CIE-Lab44.7921-25.624433.9980

#50742e color RGB value is (80,116,46).

#50742e hex color red value is 80, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #50742e hue: 0.25 , saturation: 0.43 and the lightness value of 50742e is 0.32.

The process color (four color CMYK) of #50742e color hex is 0.31, 0.00, 0.60, 0.55. Web safe color of #50742e is #666633. Color #50742e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 00101110
Octal 120 164 56
Decimal 80 116 46
Hex 50 74 2E

RGB Percentages of Color #50742e

%33.06
%47.93
%19.01

CMYK Percentages of Color #50742e

%31
%0
%60
%55

Triadic Colors of #50742e

#50742e #2e5074 #742e50

Analogous Colors of #50742e

#50742e #2e742f #73742e

Monochromatic Colors of #50742e

#50742e

Complementary Color

#50742e #522e74

#50742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50742e Color CSS Codes

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

#50742e Text Font Color

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

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


#50742e Background Color

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

This div background color is #50742e


#50742e Border Color

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

This div border color is #50742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50742e


Comments

No comments written yet.

Please login to write comment.