Color Hex Logo

#831307 Color Hex

#831307
(131,19,7)
0 Favorites   0 Comments

Color spaces of #831307

RGB 131197
HSL0.020.900.27
HSV95°51°
CMYK 0.000.850.95   0.49
XYZ9.63135.30640.7176
Yxy5.30640.61520.3390
Hunter Lab23.035634.319314.2779
CIE-Lab27.590445.215537.3056

#831307 color RGB value is (131,19,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010011 00000111
Octal 203 23 7
Decimal 131 19 7
Hex 83 13 7

RGB Percentages of Color #831307

%83.44
%12.10
%4.46

CMYK Percentages of Color #831307

%0
%85
%95
%49

Triadic Colors of #831307

#831307 #078313 #130783

Analogous Colors of #831307

#831307 #835107 #830739

Monochromatic Colors of #831307

#831307

Complementary Color

#831307 #077783

#831307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831307 Color CSS Codes

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

#831307 Text Font Color

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

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


#831307 Background Color

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

This div background color is #831307


#831307 Border Color

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

This div border color is #831307


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,19,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831307


Comments

No comments written yet.

Please login to write comment.