Color Hex Logo

#513115 Color Hex

#513115
(81,49,21)
0 Favorites   0 Comments

Color spaces of #513115

RGB 814921
HSL0.080.590.20
HSV28°74°32°
CMYK 0.000.400.74   0.68
XYZ4.62704.00011.2377
Yxy4.00010.46900.4055
Hunter Lab20.00026.295010.3311
CIE-Lab23.671811.568623.4304

#513115 color RGB value is (81,49,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110001 00010101
Octal 121 61 25
Decimal 81 49 21
Hex 51 31 15

RGB Percentages of Color #513115

%53.64
%32.45
%13.91

CMYK Percentages of Color #513115

%0
%40
%74
%68

Triadic Colors of #513115

#513115 #155131 #311551

Analogous Colors of #513115

#513115 #514f15 #511517

Monochromatic Colors of #513115

#513115

Complementary Color

#513115 #153551

#513115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513115 Color CSS Codes

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

#513115 Text Font Color

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

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


#513115 Background Color

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

This div background color is #513115


#513115 Border Color

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

This div border color is #513115


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,49,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 #513115">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513115


Comments

No comments written yet.

Please login to write comment.