Color Hex Logo

#51814d Color Hex

#51814D
(81,129,77)
0 Favorites   0 Comments

Color spaces of #51814d

RGB 8112977
HSL0.320.250.40
HSV115°40°51°
CMYK 0.370.000.40   0.49
XYZ12.583217.98579.8296
Yxy17.98570.31150.4452
Hunter Lab42.4096-21.254615.9446
CIE-Lab49.4788-27.403923.1746

#51814d color RGB value is (81,129,77).

#51814d hex color red value is 81, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #51814d hue: 0.32 , saturation: 0.25 and the lightness value of 51814d is 0.40.

The process color (four color CMYK) of #51814d color hex is 0.37, 0.00, 0.40, 0.49. Web safe color of #51814d is #669966. Color #51814d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000001 01001101
Octal 121 201 115
Decimal 81 129 77
Hex 51 81 4D

RGB Percentages of Color #51814d

%28.22
%44.95
%26.83

CMYK Percentages of Color #51814d

%37
%0
%40
%49

Triadic Colors of #51814d

#51814d #4d5181 #814d51

Analogous Colors of #51814d

#51814d #4d8163 #6b814d

Monochromatic Colors of #51814d

#51814d

Complementary Color

#51814d #7d4d81

#51814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51814d Color CSS Codes

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

#51814d Text Font Color

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

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


#51814d Background Color

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

This div background color is #51814d


#51814d Border Color

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

This div border color is #51814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51814d


Comments

No comments written yet.

Please login to write comment.