Color Hex Logo

#515947 Color Hex

#515947
(81,89,71)
0 Favorites   0 Comments

Color spaces of #515947

RGB 818971
HSL0.240.110.31
HSV87°20°35°
CMYK 0.090.000.20   0.65
XYZ8.10309.34907.3387
Yxy9.34900.32690.3771
Hunter Lab30.5761-6.20387.1729
CIE-Lab36.6477-6.87099.3797

#515947 color RGB value is (81,89,71).

#515947 hex color red value is 81, green value is 89 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #515947 hue: 0.24 , saturation: 0.11 and the lightness value of 515947 is 0.31.

The process color (four color CMYK) of #515947 color hex is 0.09, 0.00, 0.20, 0.65. Web safe color of #515947 is #666633. Color #515947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011001 01000111
Octal 121 131 107
Decimal 81 89 71
Hex 51 59 47

RGB Percentages of Color #515947

%33.61
%36.93
%29.46

CMYK Percentages of Color #515947

%9
%0
%20
%65

Triadic Colors of #515947

#515947 #475159 #594751

Analogous Colors of #515947

#515947 #485947 #595847

Monochromatic Colors of #515947

#515947

Complementary Color

#515947 #4f4759

#515947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515947 Color CSS Codes

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

#515947 Text Font Color

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

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


#515947 Background Color

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

This div background color is #515947


#515947 Border Color

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

This div border color is #515947


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,89,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515947; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515947;
  -webkit-box-shadow: 1px 1px 3px 2px #515947;
  box-shadow:         1px 1px 3px 2px #515947; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515947


Comments

No comments written yet.

Please login to write comment.