Color Hex Logo

#512915 Color Hex

#512915
(81,41,21)
0 Favorites   0 Comments

Color spaces of #512915

RGB 814121
HSL0.060.590.20
HSV20°74°32°
CMYK 0.000.490.74   0.68
XYZ4.32163.38931.1359
Yxy3.38930.48850.3831
Hunter Lab18.41019.68379.2288
CIE-Lab21.540016.648621.0233

#512915 color RGB value is (81,41,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 00010101
Octal 121 51 25
Decimal 81 41 21
Hex 51 29 15

RGB Percentages of Color #512915

%56.64
%28.67
%14.69

CMYK Percentages of Color #512915

%0
%49
%74
%68

Triadic Colors of #512915

#512915 #155129 #291551

Analogous Colors of #512915

#512915 #514715 #51151f

Monochromatic Colors of #512915

#512915

Complementary Color

#512915 #153d51

#512915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512915 Color CSS Codes

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

#512915 Text Font Color

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

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


#512915 Background Color

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

This div background color is #512915


#512915 Border Color

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

This div border color is #512915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512915


Comments

No comments written yet.

Please login to write comment.