Color Hex Logo

#51542c Color Hex

#51542C
(81,84,44)
0 Favorites   0 Comments

Color spaces of #51542c

RGB 818444
HSL0.180.310.25
HSV64°48°33°
CMYK 0.040.000.48   0.67
XYZ7.01838.27183.6096
Yxy8.27180.37130.4377
Hunter Lab28.7607-6.773112.6914
CIE-Lab34.5426-8.090522.8940

#51542c color RGB value is (81,84,44).

#51542c hex color red value is 81, green value is 84 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #51542c hue: 0.18 , saturation: 0.31 and the lightness value of 51542c is 0.25.

The process color (four color CMYK) of #51542c color hex is 0.04, 0.00, 0.48, 0.67. Web safe color of #51542c is #666633. Color #51542c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010100 00101100
Octal 121 124 54
Decimal 81 84 44
Hex 51 54 2C

RGB Percentages of Color #51542c

%38.76
%40.19
%21.05

CMYK Percentages of Color #51542c

%4
%0
%48
%67

Triadic Colors of #51542c

#51542c #2c5154 #542c51

Analogous Colors of #51542c

#51542c #3d542c #54432c

Monochromatic Colors of #51542c

#51542c

Complementary Color

#51542c #2f2c54

#51542c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51542c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51542c Color CSS Codes

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

#51542c Text Font Color

<p style="color:#51542c">Text here</p>

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


#51542c Background Color

<div style="background-color:#51542c">
Div content here</div>

This div background color is #51542c


#51542c Border Color

<div style="border:3px solid #51542c">
Div here</div>

This div border color is #51542c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,84,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51542c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51542c;
  -webkit-box-shadow: 1px 1px 3px 2px #51542c;
  box-shadow:         1px 1px 3px 2px #51542c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51542c


Comments

No comments written yet.

Please login to write comment.