Color Hex Logo

#51463b Color Hex

#51463B
(81,70,59)
0 Favorites   0 Comments

Color spaces of #51463b

RGB 817059
HSL0.080.160.27
HSV30°27°32°
CMYK 0.000.140.27   0.68
XYZ6.37296.44545.0459
Yxy6.44540.35670.3608
Hunter Lab25.38780.37885.9874
CIE-Lab30.50952.65618.3504

#51463b color RGB value is (81,70,59).

#51463b hex color red value is 81, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #51463b hue: 0.08 , saturation: 0.16 and the lightness value of 51463b is 0.27.

The process color (four color CMYK) of #51463b color hex is 0.00, 0.14, 0.27, 0.68. Web safe color of #51463b is #663333. Color #51463b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 00111011
Octal 121 106 73
Decimal 81 70 59
Hex 51 46 3B

RGB Percentages of Color #51463b

%38.57
%33.33
%28.10

CMYK Percentages of Color #51463b

%0
%14
%27
%68

Triadic Colors of #51463b

#51463b #3b5146 #463b51

Analogous Colors of #51463b

#51463b #51513b #513b3b

Monochromatic Colors of #51463b

#51463b

Complementary Color

#51463b #3b4651

#51463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51463b Color CSS Codes

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

#51463b Text Font Color

<p style="color:#51463b">Text here</p>

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


#51463b Background Color

<div style="background-color:#51463b">
Div content here</div>

This div background color is #51463b


#51463b Border Color

<div style="border:3px solid #51463b">
Div here</div>

This div border color is #51463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51463b


Comments

No comments written yet.

Please login to write comment.