Color Hex Logo

#50713d Color Hex

#50713D
(80,113,61)
0 Favorites   0 Comments

Color spaces of #50713d

RGB 8011361
HSL0.270.300.34
HSV98°46°44°
CMYK 0.290.000.46   0.56
XYZ10.055713.85266.5587
Yxy13.85260.33010.4547
Hunter Lab37.2191-16.907015.6053
CIE-Lab44.0208-22.230225.0842

#50713d color RGB value is (80,113,61).

#50713d hex color red value is 80, green value is 113 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #50713d hue: 0.27 , saturation: 0.30 and the lightness value of 50713d is 0.34.

The process color (four color CMYK) of #50713d color hex is 0.29, 0.00, 0.46, 0.56. Web safe color of #50713d is #666633. Color #50713d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 00111101
Octal 120 161 75
Decimal 80 113 61
Hex 50 71 3D

RGB Percentages of Color #50713d

%31.50
%44.49
%24.02

CMYK Percentages of Color #50713d

%29
%0
%46
%56

Triadic Colors of #50713d

#50713d #3d5071 #713d50

Analogous Colors of #50713d

#50713d #3d7144 #6a713d

Monochromatic Colors of #50713d

#50713d

Complementary Color

#50713d #5e3d71

#50713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50713d Color CSS Codes

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

#50713d Text Font Color

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

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


#50713d Background Color

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

This div background color is #50713d


#50713d Border Color

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

This div border color is #50713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50713d


Comments

No comments written yet.

Please login to write comment.