Color Hex Logo

#51814c Color Hex

#51814C
(81,129,76)
0 Favorites   0 Comments

Color spaces of #51814c

RGB 8112976
HSL0.320.260.40
HSV114°41°51°
CMYK 0.370.000.41   0.49
XYZ12.548117.97169.6450
Yxy17.97160.31240.4474
Hunter Lab42.3929-21.352516.1857
CIE-Lab49.4616-27.567323.7102

#51814c color RGB value is (81,129,76).

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

The process color (four color CMYK) of #51814c color hex is 0.37, 0.00, 0.41, 0.49. Web safe color of #51814c is #669933. Color #51814c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000001 01001100
Octal 121 201 114
Decimal 81 129 76
Hex 51 81 4C

RGB Percentages of Color #51814c

%28.32
%45.10
%26.57

CMYK Percentages of Color #51814c

%37
%0
%41
%49

Triadic Colors of #51814c

#51814c #4c5181 #814c51

Analogous Colors of #51814c

#51814c #4c8162 #6c814c

Monochromatic Colors of #51814c

#51814c

Complementary Color

#51814c #7c4c81

#51814c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51814c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51814c Color CSS Codes

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

#51814c Text Font Color

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

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


#51814c Background Color

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

This div background color is #51814c


#51814c Border Color

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

This div border color is #51814c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51814c


Comments

No comments written yet.

Please login to write comment.