Color Hex Logo

#50877b Color Hex

#50877B
(80,135,123)
0 Favorites   0 Comments

Color spaces of #50877b

RGB 80135123
HSL0.460.260.42
HSV167°41°53°
CMYK 0.410.000.09   0.47
XYZ15.547420.463521.8693
Yxy20.46350.26860.3535
Hunter Lab45.2366-17.81533.0023
CIE-Lab52.3573-21.19430.7309

#50877b color RGB value is (80,135,123).

#50877b hex color red value is 80, green value is 135 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #50877b hue: 0.46 , saturation: 0.26 and the lightness value of 50877b is 0.42.

The process color (four color CMYK) of #50877b color hex is 0.41, 0.00, 0.09, 0.47. Web safe color of #50877b is #669966. Color #50877b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000111 01111011
Octal 120 207 173
Decimal 80 135 123
Hex 50 87 7B

RGB Percentages of Color #50877b

%23.67
%39.94
%36.39

CMYK Percentages of Color #50877b

%41
%0
%9
%47

Triadic Colors of #50877b

#50877b #7b5087 #877b50

Analogous Colors of #50877b

#50877b #507887 #508760

Monochromatic Colors of #50877b

#50877b

Complementary Color

#50877b #87505c

#50877b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50877b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50877b Color CSS Codes

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

#50877b Text Font Color

<p style="color:#50877b">Text here</p>

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


#50877b Background Color

<div style="background-color:#50877b">
Div content here</div>

This div background color is #50877b


#50877b Border Color

<div style="border:3px solid #50877b">
Div here</div>

This div border color is #50877b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,135,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50877b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50877b;
  -webkit-box-shadow: 1px 1px 3px 2px #50877b;
  box-shadow:         1px 1px 3px 2px #50877b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50877b


Comments

No comments written yet.

Please login to write comment.