Color Hex Logo

#831606 Color Hex

#831606
(131,22,6)
0 Favorites   0 Comments

Color spaces of #831606

RGB 131226
HSL0.020.910.27
HSV95°51°
CMYK 0.000.830.95   0.49
XYZ9.67995.41230.7068
Yxy5.41230.61270.3426
Hunter Lab23.264433.558214.4837
CIE-Lab27.878544.365237.9567

#831606 color RGB value is (131,22,6).

#831606 hex color red value is 131, green value is 22 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #831606 hue: 0.02 , saturation: 0.91 and the lightness value of 831606 is 0.27.

The process color (four color CMYK) of #831606 color hex is 0.00, 0.83, 0.95, 0.49. Web safe color of #831606 is #990000. Color #831606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010110 00000110
Octal 203 26 6
Decimal 131 22 6
Hex 83 16 6

RGB Percentages of Color #831606

%82.39
%13.84
%3.77

CMYK Percentages of Color #831606

%0
%83
%95
%49

Triadic Colors of #831606

#831606 #068316 #160683

Analogous Colors of #831606

#831606 #835506 #830635

Monochromatic Colors of #831606

#831606

Complementary Color

#831606 #067383

#831606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831606 Color CSS Codes

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

#831606 Text Font Color

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

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


#831606 Background Color

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

This div background color is #831606


#831606 Border Color

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

This div border color is #831606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831606


Comments

No comments written yet.

Please login to write comment.