Color Hex Logo

#51424a Color Hex

#51424A
(81,66,74)
0 Favorites   0 Comments

Color spaces of #51424a

RGB 816674
HSL0.910.100.29
HSV328°19°32°
CMYK 0.000.190.09   0.68
XYZ6.57766.14027.3171
Yxy6.14020.32830.3065
Hunter Lab24.77944.0181-0.1621
CIE-Lab29.76358.0236-2.4098

#51424a color RGB value is (81,66,74).

#51424a hex color red value is 81, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #51424a hue: 0.91 , saturation: 0.10 and the lightness value of 51424a is 0.29.

The process color (four color CMYK) of #51424a color hex is 0.00, 0.19, 0.09, 0.68. Web safe color of #51424a is #663333. Color #51424a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000010 01001010
Octal 121 102 112
Decimal 81 66 74
Hex 51 42 4A

RGB Percentages of Color #51424a

%36.65
%29.86
%33.48

CMYK Percentages of Color #51424a

%0
%19
%9
%68

Triadic Colors of #51424a

#51424a #4a5142 #424a51

Analogous Colors of #51424a

#51424a #514243 #514251

Monochromatic Colors of #51424a

#51424a

Complementary Color

#51424a #425149

#51424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51424a Color CSS Codes

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

#51424a Text Font Color

<p style="color:#51424a">Text here</p>

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


#51424a Background Color

<div style="background-color:#51424a">
Div content here</div>

This div background color is #51424a


#51424a Border Color

<div style="border:3px solid #51424a">
Div here</div>

This div border color is #51424a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,66,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51424a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51424a;
  -webkit-box-shadow: 1px 1px 3px 2px #51424a;
  box-shadow:         1px 1px 3px 2px #51424a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51424a


Comments

No comments written yet.

Please login to write comment.