Color Hex Logo

#51461d Color Hex

#51461D
(81,70,29)
0 Favorites   0 Comments

Color spaces of #51461d

RGB 817029
HSL0.130.470.22
HSV47°64°32°
CMYK 0.000.140.64   0.68
XYZ5.80536.21842.0567
Yxy6.21840.41230.4416
Hunter Lab24.9367-2.084212.5657
CIE-Lab29.9569-1.181225.9721

#51461d color RGB value is (81,70,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 00011101
Octal 121 106 35
Decimal 81 70 29
Hex 51 46 1D

RGB Percentages of Color #51461d

%45.00
%38.89
%16.11

CMYK Percentages of Color #51461d

%0
%14
%64
%68

Triadic Colors of #51461d

#51461d #1d5146 #461d51

Analogous Colors of #51461d

#51461d #42511d #512c1d

Monochromatic Colors of #51461d

#51461d

Complementary Color

#51461d #1d2851

#51461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51461d Color CSS Codes

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

#51461d Text Font Color

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

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


#51461d Background Color

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

This div background color is #51461d


#51461d Border Color

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

This div border color is #51461d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51461d


Comments

No comments written yet.

Please login to write comment.