Color Hex Logo

#51977e Color Hex

#51977E
(81,151,126)
0 Favorites   0 Comments

Color spaces of #51977e

RGB 81151126
HSL0.440.300.45
HSV159°46°59°
CMYK 0.460.000.17   0.41
XYZ18.225825.388923.6786
Yxy25.38890.27080.3773
Hunter Lab50.3874-23.61217.4090
CIE-Lab57.4524-28.27766.3708

#51977e color RGB value is (81,151,126).

#51977e hex color red value is 81, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #51977e hue: 0.44 , saturation: 0.30 and the lightness value of 51977e is 0.45.

The process color (four color CMYK) of #51977e color hex is 0.46, 0.00, 0.17, 0.41. Web safe color of #51977e is #669966. Color #51977e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010111 01111110
Octal 121 227 176
Decimal 81 151 126
Hex 51 97 7E

RGB Percentages of Color #51977e

%22.63
%42.18
%35.20

CMYK Percentages of Color #51977e

%46
%0
%17
%41

Triadic Colors of #51977e

#51977e #7e5197 #977e51

Analogous Colors of #51977e

#51977e #518d97 #51975b

Monochromatic Colors of #51977e

#51977e

Complementary Color

#51977e #97516a

#51977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51977e Color CSS Codes

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

#51977e Text Font Color

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

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


#51977e Background Color

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

This div background color is #51977e


#51977e Border Color

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

This div border color is #51977e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,151,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51977e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51977e;
  -webkit-box-shadow: 1px 1px 3px 2px #51977e;
  box-shadow:         1px 1px 3px 2px #51977e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,151,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51977e


Comments

No comments written yet.

Please login to write comment.