Color Hex Logo

#51775e Color Hex

#51775E
(81,119,94)
0 Favorites   0 Comments

Color spaces of #51775e

RGB 8111994
HSL0.390.190.39
HSV141°32°47°
CMYK 0.320.000.21   0.53
XYZ12.010515.751112.9969
Yxy15.75110.29470.3864
Hunter Lab39.6877-15.43478.3651
CIE-Lab46.6462-19.12099.5364

#51775e color RGB value is (81,119,94).

#51775e hex color red value is 81, green value is 119 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51775e hue: 0.39 , saturation: 0.19 and the lightness value of 51775e is 0.39.

The process color (four color CMYK) of #51775e color hex is 0.32, 0.00, 0.21, 0.53. Web safe color of #51775e is #666666. Color #51775e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110111 01011110
Octal 121 167 136
Decimal 81 119 94
Hex 51 77 5E

RGB Percentages of Color #51775e

%27.55
%40.48
%31.97

CMYK Percentages of Color #51775e

%32
%0
%21
%53

Triadic Colors of #51775e

#51775e #5e5177 #775e51

Analogous Colors of #51775e

#51775e #517771 #577751

Monochromatic Colors of #51775e

#51775e

Complementary Color

#51775e #77516a

#51775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51775e Color CSS Codes

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

#51775e Text Font Color

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

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


#51775e Background Color

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

This div background color is #51775e


#51775e Border Color

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

This div border color is #51775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51775e


Comments

No comments written yet.

Please login to write comment.