Color Hex Logo

#51766d Color Hex

#51766D
(81,118,109)
1 Favorites   0 Comments

Color spaces of #51766d

RGB 81118109
HSL0.460.190.39
HSV165°31°46°
CMYK 0.310.000.08   0.54
XYZ12.632115.810316.8539
Yxy15.81030.27890.3490
Hunter Lab39.7622-12.87592.7024
CIE-Lab46.7246-15.20290.7609

#51766d color RGB value is (81,118,109).

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

The process color (four color CMYK) of #51766d color hex is 0.31, 0.00, 0.08, 0.54. Web safe color of #51766d is #666666. Color #51766d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110110 01101101
Octal 121 166 155
Decimal 81 118 109
Hex 51 76 6D

RGB Percentages of Color #51766d

%26.30
%38.31
%35.39

CMYK Percentages of Color #51766d

%31
%0
%8
%54

Triadic Colors of #51766d

#51766d #6d5176 #766d51

Analogous Colors of #51766d

#51766d #516d76 #51765b

Monochromatic Colors of #51766d

#51766d

Complementary Color

#51766d #76515a

#51766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51766d Color CSS Codes

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

#51766d Text Font Color

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

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


#51766d Background Color

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

This div background color is #51766d


#51766d Border Color

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

This div border color is #51766d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51766d


Comments

No comments written yet.

Please login to write comment.