Color Hex Logo

#513215 Color Hex

#513215
(81,50,21)
0 Favorites   0 Comments

Color spaces of #513215

RGB 815021
HSL0.080.590.20
HSV29°74°32°
CMYK 0.000.380.74   0.68
XYZ4.66934.08471.2518
Yxy4.08470.46670.4082
Hunter Lab20.21065.870510.4752
CIE-Lab23.949510.926123.7391

#513215 color RGB value is (81,50,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 00010101
Octal 121 62 25
Decimal 81 50 21
Hex 51 32 15

RGB Percentages of Color #513215

%53.29
%32.89
%13.82

CMYK Percentages of Color #513215

%0
%38
%74
%68

Triadic Colors of #513215

#513215 #155132 #321551

Analogous Colors of #513215

#513215 #515015 #511516

Monochromatic Colors of #513215

#513215

Complementary Color

#513215 #153451

#513215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513215 Color CSS Codes

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

#513215 Text Font Color

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

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


#513215 Background Color

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

This div background color is #513215


#513215 Border Color

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

This div border color is #513215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513215


Comments

No comments written yet.

Please login to write comment.