Color Hex Logo

#512811 Color Hex

#512811
(81,40,17)
0 Favorites   0 Comments

Color spaces of #512811

RGB 814017
HSL0.060.650.19
HSV22°79°32°
CMYK 0.000.510.79   0.68
XYZ4.25333.30740.9445
Yxy3.30740.50010.3889
Hunter Lab18.18639.92069.6512
CIE-Lab21.235217.017523.1028

#512811 color RGB value is (81,40,17).

#512811 hex color red value is 81, green value is 40 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #512811 hue: 0.06 , saturation: 0.65 and the lightness value of 512811 is 0.19.

The process color (four color CMYK) of #512811 color hex is 0.00, 0.51, 0.79, 0.68. Web safe color of #512811 is #663300. Color #512811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 00010001
Octal 121 50 21
Decimal 81 40 17
Hex 51 28 11

RGB Percentages of Color #512811

%58.70
%28.99
%12.32

CMYK Percentages of Color #512811

%0
%51
%79
%68

Triadic Colors of #512811

#512811 #115128 #281151

Analogous Colors of #512811

#512811 #514811 #51111a

Monochromatic Colors of #512811

#512811

Complementary Color

#512811 #113a51

#512811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512811 Color CSS Codes

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

#512811 Text Font Color

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

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


#512811 Background Color

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

This div background color is #512811


#512811 Border Color

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

This div border color is #512811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512811


Comments

No comments written yet.

Please login to write comment.