Color Hex Logo

#515343 Color Hex

#515343
(81,83,67)
0 Favorites   0 Comments

Color spaces of #515343

RGB 818367
HSL0.190.110.29
HSV68°19°33°
CMYK 0.020.000.19   0.67
XYZ7.49978.34116.5249
Yxy8.34110.33530.3729
Hunter Lab28.8810-4.18956.8216
CIE-Lab34.6834-4.00689.1201

#515343 color RGB value is (81,83,67).

#515343 hex color red value is 81, green value is 83 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #515343 hue: 0.19 , saturation: 0.11 and the lightness value of 515343 is 0.29.

The process color (four color CMYK) of #515343 color hex is 0.02, 0.00, 0.19, 0.67. Web safe color of #515343 is #666633. Color #515343 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010011 01000011
Octal 121 123 103
Decimal 81 83 67
Hex 51 53 43

RGB Percentages of Color #515343

%35.06
%35.93
%29.00

CMYK Percentages of Color #515343

%2
%0
%19
%67

Triadic Colors of #515343

#515343 #435153 #534351

Analogous Colors of #515343

#515343 #495343 #534d43

Monochromatic Colors of #515343

#515343

Complementary Color

#515343 #454353

#515343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515343 Color CSS Codes

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

#515343 Text Font Color

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

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


#515343 Background Color

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

This div background color is #515343


#515343 Border Color

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

This div border color is #515343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515343


Comments

No comments written yet.

Please login to write comment.