Color Hex Logo

#51271d Color Hex

#51271D
(81,39,29)
0 Favorites   0 Comments

Color spaces of #51271d

RGB 813929
HSL0.030.470.22
HSV12°64°32°
CMYK 0.000.520.64   0.68
XYZ4.34063.28911.5685
Yxy3.28910.47190.3576
Hunter Lab18.135910.98407.5674
CIE-Lab21.166418.520315.4163

#51271d color RGB value is (81,39,29).

#51271d hex color red value is 81, green value is 39 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #51271d hue: 0.03 , saturation: 0.47 and the lightness value of 51271d is 0.22.

The process color (four color CMYK) of #51271d color hex is 0.00, 0.52, 0.64, 0.68. Web safe color of #51271d is #663333. Color #51271d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100111 00011101
Octal 121 47 35
Decimal 81 39 29
Hex 51 27 1D

RGB Percentages of Color #51271d

%54.36
%26.17
%19.46

CMYK Percentages of Color #51271d

%0
%52
%64
%68

Triadic Colors of #51271d

#51271d #1d5127 #271d51

Analogous Colors of #51271d

#51271d #51411d #511d2d

Monochromatic Colors of #51271d

#51271d

Complementary Color

#51271d #1d4751

#51271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51271d Color CSS Codes

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

#51271d Text Font Color

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

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


#51271d Background Color

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

This div background color is #51271d


#51271d Border Color

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

This div border color is #51271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51271d


Comments

No comments written yet.

Please login to write comment.