Color Hex Logo

#513216 Color Hex

#513216
(81,50,22)
0 Favorites   0 Comments

Color spaces of #513216

RGB 815022
HSL0.080.570.20
HSV28°73°32°
CMYK 0.000.380.73   0.68
XYZ4.67884.08851.3016
Yxy4.08850.46470.4061
Hunter Lab20.22005.918810.3374
CIE-Lab23.961910.996823.1697

#513216 color RGB value is (81,50,22).

#513216 hex color red value is 81, green value is 50 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #513216 hue: 0.08 , saturation: 0.57 and the lightness value of 513216 is 0.20.

The process color (four color CMYK) of #513216 color hex is 0.00, 0.38, 0.73, 0.68. Web safe color of #513216 is #663300. Color #513216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 00010110
Octal 121 62 26
Decimal 81 50 22
Hex 51 32 16

RGB Percentages of Color #513216

%52.94
%32.68
%14.38

CMYK Percentages of Color #513216

%0
%38
%73
%68

Triadic Colors of #513216

#513216 #165132 #321651

Analogous Colors of #513216

#513216 #515016 #511618

Monochromatic Colors of #513216

#513216

Complementary Color

#513216 #163551

#513216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513216 Color CSS Codes

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

#513216 Text Font Color

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

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


#513216 Background Color

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

This div background color is #513216


#513216 Border Color

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

This div border color is #513216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513216


Comments

No comments written yet.

Please login to write comment.