Color Hex Logo

#512809 Color Hex

#512809
(81,40,9)
0 Favorites   0 Comments

Color spaces of #512809

RGB 81409
HSL0.070.800.18
HSV26°89°32°
CMYK 0.000.510.89   0.68
XYZ4.20143.28660.6714
Yxy3.28660.51490.4028
Hunter Lab18.12909.641710.4945
CIE-Lab21.157016.629626.8742

#512809 color RGB value is (81,40,9).

#512809 hex color red value is 81, green value is 40 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #512809 hue: 0.07 , saturation: 0.80 and the lightness value of 512809 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 00001001
Octal 121 50 11
Decimal 81 40 9
Hex 51 28 9

RGB Percentages of Color #512809

%62.31
%30.77
%6.92

CMYK Percentages of Color #512809

%0
%51
%89
%68

Triadic Colors of #512809

#512809 #095128 #280951

Analogous Colors of #512809

#512809 #514c09 #51090e

Monochromatic Colors of #512809

#512809

Complementary Color

#512809 #093251

#512809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512809 Color CSS Codes

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

#512809 Text Font Color

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

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


#512809 Background Color

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

This div background color is #512809


#512809 Border Color

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

This div border color is #512809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512809


Comments

No comments written yet.

Please login to write comment.