Color Hex Logo

#50726d Color Hex

#50726D
(80,114,109)
0 Favorites   0 Comments

Color spaces of #50726d

RGB 80114109
HSL0.480.180.38
HSV171°30°45°
CMYK 0.300.000.04   0.55
XYZ12.085914.844216.6962
Yxy14.84420.27700.3403
Hunter Lab38.5282-11.43061.2764
CIE-Lab45.4201-13.3118-1.1523

#50726d color RGB value is (80,114,109).

#50726d hex color red value is 80, green value is 114 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #50726d hue: 0.48 , saturation: 0.18 and the lightness value of 50726d is 0.38.

The process color (four color CMYK) of #50726d color hex is 0.30, 0.00, 0.04, 0.55. Web safe color of #50726d is #666666. Color #50726d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 01101101
Octal 120 162 155
Decimal 80 114 109
Hex 50 72 6D

RGB Percentages of Color #50726d

%26.40
%37.62
%35.97

CMYK Percentages of Color #50726d

%30
%0
%4
%55

Triadic Colors of #50726d

#50726d #6d5072 #726d50

Analogous Colors of #50726d

#50726d #506672 #50725c

Monochromatic Colors of #50726d

#50726d

Complementary Color

#50726d #725055

#50726d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50726d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50726d Color CSS Codes

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

#50726d Text Font Color

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

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


#50726d Background Color

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

This div background color is #50726d


#50726d Border Color

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

This div border color is #50726d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50726d


Comments

No comments written yet.

Please login to write comment.