Color Hex Logo

#812506 Color Hex

#812506
(129,37,6)
0 Favorites   0 Comments

Color spaces of #812506

RGB 129376
HSL0.040.910.26
HSV15°95°51°
CMYK 0.000.710.95   0.49
XYZ9.74776.00340.8173
Yxy6.00340.58830.3623
Hunter Lab24.501828.135415.1736
CIE-Lab29.421038.260339.0357

#812506 color RGB value is (129,37,6).

#812506 hex color red value is 129, green value is 37 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #812506 hue: 0.04 , saturation: 0.91 and the lightness value of 812506 is 0.26.

The process color (four color CMYK) of #812506 color hex is 0.00, 0.71, 0.95, 0.49. Web safe color of #812506 is #993300. Color #812506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 00000110
Octal 201 45 6
Decimal 129 37 6
Hex 81 25 6

RGB Percentages of Color #812506

%75.00
%21.51
%3.49

CMYK Percentages of Color #812506

%0
%71
%95
%49

Triadic Colors of #812506

#812506 #068125 #250681

Analogous Colors of #812506

#812506 #816306 #810625

Monochromatic Colors of #812506

#812506

Complementary Color

#812506 #066281

#812506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812506 Color CSS Codes

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

#812506 Text Font Color

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

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


#812506 Background Color

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

This div background color is #812506


#812506 Border Color

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

This div border color is #812506


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,37,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #812506; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #812506;
  -webkit-box-shadow: 1px 1px 3px 2px #812506;
  box-shadow:         1px 1px 3px 2px #812506; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,37,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812506


Comments

No comments written yet.

Please login to write comment.