Color Hex Logo

#51343b Color Hex

#51343B
(81,52,59)
0 Favorites   0 Comments

Color spaces of #51343b

RGB 815259
HSL0.960.220.26
HSV346°36°32°
CMYK 0.000.360.27   0.68
XYZ5.41074.52114.7252
Yxy4.52110.36920.3085
Hunter Lab21.26298.21231.7081
CIE-Lab25.324314.22020.9659

#51343b color RGB value is (81,52,59).

#51343b hex color red value is 81, green value is 52 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #51343b hue: 0.96 , saturation: 0.22 and the lightness value of 51343b is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 00111011
Octal 121 64 73
Decimal 81 52 59
Hex 51 34 3B

RGB Percentages of Color #51343b

%42.19
%27.08
%30.73

CMYK Percentages of Color #51343b

%0
%36
%27
%68

Triadic Colors of #51343b

#51343b #3b5134 #343b51

Analogous Colors of #51343b

#51343b #513c34 #51344a

Monochromatic Colors of #51343b

#51343b

Complementary Color

#51343b #34514a

#51343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51343b Color CSS Codes

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

#51343b Text Font Color

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

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


#51343b Background Color

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

This div background color is #51343b


#51343b Border Color

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

This div border color is #51343b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51343b


Comments

No comments written yet.

Please login to write comment.