Color Hex Logo

#51464d Color Hex

#51464D
(81,70,77)
0 Favorites   0 Comments

Color spaces of #51464d

RGB 817077
HSL0.890.070.30
HSV322°14°32°
CMYK 0.000.140.05   0.68
XYZ6.92316.66557.9429
Yxy6.66550.32150.3096
Hunter Lab25.81762.6846-0.1685
CIE-Lab31.03306.0847-2.4760

#51464d color RGB value is (81,70,77).

#51464d hex color red value is 81, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #51464d hue: 0.89 , saturation: 0.07 and the lightness value of 51464d is 0.30.

The process color (four color CMYK) of #51464d color hex is 0.00, 0.14, 0.05, 0.68. Web safe color of #51464d is #663366. Color #51464d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01001101
Octal 121 106 115
Decimal 81 70 77
Hex 51 46 4D

RGB Percentages of Color #51464d

%35.53
%30.70
%33.77

CMYK Percentages of Color #51464d

%0
%14
%5
%68

Triadic Colors of #51464d

#51464d #4d5146 #464d51

Analogous Colors of #51464d

#51464d #514648 #504651

Monochromatic Colors of #51464d

#51464d

Complementary Color

#51464d #46514a

#51464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51464d Color CSS Codes

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

#51464d Text Font Color

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

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


#51464d Background Color

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

This div background color is #51464d


#51464d Border Color

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

This div border color is #51464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51464d


Comments

No comments written yet.

Please login to write comment.