Color Hex Logo

#51072e Color Hex

#51072E
(81,7,46)
0 Favorites   0 Comments

Color spaces of #51072e

RGB 81746
HSL0.910.840.17
HSV328°91°32°
CMYK 0.000.910.43   0.68
XYZ3.96252.09852.7810
Yxy2.09850.44810.2373
Hunter Lab14.486223.4754-1.2419
CIE-Lab15.995935.4592-3.7340

#51072e color RGB value is (81,7,46).

#51072e hex color red value is 81, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #51072e hue: 0.91 , saturation: 0.84 and the lightness value of 51072e is 0.17.

The process color (four color CMYK) of #51072e color hex is 0.00, 0.91, 0.43, 0.68. Web safe color of #51072e is #660033. Color #51072e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000111 00101110
Octal 121 7 56
Decimal 81 7 46
Hex 51 7 2E

RGB Percentages of Color #51072e

%60.45
%5.22
%34.33

CMYK Percentages of Color #51072e

%0
%91
%43
%68

Triadic Colors of #51072e

#51072e #2e5107 #072e51

Analogous Colors of #51072e

#51072e #510709 #4f0751

Monochromatic Colors of #51072e

#51072e

Complementary Color

#51072e #07512a

#51072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51072e Color CSS Codes

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

#51072e Text Font Color

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

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


#51072e Background Color

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

This div background color is #51072e


#51072e Border Color

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

This div border color is #51072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51072e


Comments

No comments written yet.

Please login to write comment.