Color Hex Logo

#51845e Color Hex

#51845E
(81,132,94)
0 Favorites   0 Comments

Color spaces of #51845e

RGB 8113294
HSL0.380.240.42
HSV135°39°52°
CMYK 0.390.000.29   0.48
XYZ13.665019.060013.5484
Yxy19.06000.29530.4119
Hunter Lab43.6578-20.530112.1608
CIE-Lab50.7573-25.812015.2509

#51845e color RGB value is (81,132,94).

#51845e hex color red value is 81, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51845e hue: 0.38 , saturation: 0.24 and the lightness value of 51845e is 0.42.

The process color (four color CMYK) of #51845e color hex is 0.39, 0.00, 0.29, 0.48. Web safe color of #51845e is #669966. Color #51845e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000100 01011110
Octal 121 204 136
Decimal 81 132 94
Hex 51 84 5E

RGB Percentages of Color #51845e

%26.38
%43.00
%30.62

CMYK Percentages of Color #51845e

%39
%0
%29
%48

Triadic Colors of #51845e

#51845e #5e5184 #845e51

Analogous Colors of #51845e

#51845e #518478 #5e8451

Monochromatic Colors of #51845e

#51845e

Complementary Color

#51845e #845177

#51845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51845e Color CSS Codes

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

#51845e Text Font Color

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

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


#51845e Background Color

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

This div background color is #51845e


#51845e Border Color

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

This div border color is #51845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51845e


Comments

No comments written yet.

Please login to write comment.