Color Hex Logo

#51475e Color Hex

#51475E
(81,71,94)
0 Favorites   0 Comments

Color spaces of #51475e

RGB 817194
HSL0.740.140.32
HSV266°24°37°
CMYK 0.140.240.00   0.63
XYZ7.66707.064011.5491
Yxy7.06400.29170.2688
Hunter Lab26.57824.9800-7.1587
CIE-Lab31.95229.3487-11.9968

#51475e color RGB value is (81,71,94).

#51475e hex color red value is 81, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51475e hue: 0.74 , saturation: 0.14 and the lightness value of 51475e is 0.32.

The process color (four color CMYK) of #51475e color hex is 0.14, 0.24, 0.00, 0.63. Web safe color of #51475e is #663366. Color #51475e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 01011110
Octal 121 107 136
Decimal 81 71 94
Hex 51 47 5E

RGB Percentages of Color #51475e

%32.93
%28.86
%38.21

CMYK Percentages of Color #51475e

%14
%24
%0
%63

Triadic Colors of #51475e

#51475e #5e5147 #475e51

Analogous Colors of #51475e

#51475e #5d475e #47495e

Monochromatic Colors of #51475e

#51475e

Complementary Color

#51475e #545e47

#51475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51475e Color CSS Codes

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

#51475e Text Font Color

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

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


#51475e Background Color

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

This div background color is #51475e


#51475e Border Color

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

This div border color is #51475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51475e


Comments

No comments written yet.

Please login to write comment.