Color Hex Logo

#50937d Color Hex

#50937D
(80,147,125)
0 Favorites   0 Comments

Color spaces of #50937d

RGB 80147125
HSL0.450.300.45
HSV160°46°58°
CMYK 0.460.000.15   0.42
XYZ17.443724.053623.1255
Yxy24.05360.26990.3722
Hunter Lab49.0445-22.34056.3746
CIE-Lab56.1414-26.81155.0543

#50937d color RGB value is (80,147,125).

#50937d hex color red value is 80, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #50937d hue: 0.45 , saturation: 0.30 and the lightness value of 50937d is 0.45.

The process color (four color CMYK) of #50937d color hex is 0.46, 0.00, 0.15, 0.42. Web safe color of #50937d is #669966. Color #50937d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010011 01111101
Octal 120 223 175
Decimal 80 147 125
Hex 50 93 7D

RGB Percentages of Color #50937d

%22.73
%41.76
%35.51

CMYK Percentages of Color #50937d

%46
%0
%15
%42

Triadic Colors of #50937d

#50937d #7d5093 #937d50

Analogous Colors of #50937d

#50937d #508893 #50935c

Monochromatic Colors of #50937d

#50937d

Complementary Color

#50937d #935066

#50937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50937d Color CSS Codes

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

#50937d Text Font Color

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

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


#50937d Background Color

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

This div background color is #50937d


#50937d Border Color

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

This div border color is #50937d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50937d


Comments

No comments written yet.

Please login to write comment.