Color Hex Logo

#51786d Color Hex

#51786D
(81,120,109)
0 Favorites   0 Comments

Color spaces of #51786d

RGB 81120109
HSL0.450.190.39
HSV163°33°47°
CMYK 0.330.000.09   0.53
XYZ12.870116.286416.9333
Yxy16.28640.27920.3534
Hunter Lab40.3564-13.69813.3718
CIE-Lab47.3480-16.29741.6674

#51786d color RGB value is (81,120,109).

#51786d hex color red value is 81, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #51786d hue: 0.45 , saturation: 0.19 and the lightness value of 51786d is 0.39.

The process color (four color CMYK) of #51786d color hex is 0.33, 0.00, 0.09, 0.53. Web safe color of #51786d is #666666. Color #51786d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111000 01101101
Octal 121 170 155
Decimal 81 120 109
Hex 51 78 6D

RGB Percentages of Color #51786d

%26.13
%38.71
%35.16

CMYK Percentages of Color #51786d

%33
%0
%9
%53

Triadic Colors of #51786d

#51786d #6d5178 #786d51

Analogous Colors of #51786d

#51786d #517078 #51785a

Monochromatic Colors of #51786d

#51786d

Complementary Color

#51786d #78515c

#51786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51786d Color CSS Codes

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

#51786d Text Font Color

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

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


#51786d Background Color

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

This div background color is #51786d


#51786d Border Color

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

This div border color is #51786d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,120,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 #51786d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51786d


Comments

No comments written yet.

Please login to write comment.