Color Hex Logo

#831407 Color Hex

#831407
(131,20,7)
0 Favorites   0 Comments

Color spaces of #831407

RGB 131207
HSL0.020.900.27
HSV95°51°
CMYK 0.000.850.95   0.49
XYZ9.64865.34090.7234
Yxy5.34090.61410.3399
Hunter Lab23.110434.080714.3214
CIE-Lab27.684744.948637.3852

#831407 color RGB value is (131,20,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010100 00000111
Octal 203 24 7
Decimal 131 20 7
Hex 83 14 7

RGB Percentages of Color #831407

%82.91
%12.66
%4.43

CMYK Percentages of Color #831407

%0
%85
%95
%49

Triadic Colors of #831407

#831407 #078314 #140783

Analogous Colors of #831407

#831407 #835207 #830738

Monochromatic Colors of #831407

#831407

Complementary Color

#831407 #077683

#831407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831407 Color CSS Codes

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

#831407 Text Font Color

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

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


#831407 Background Color

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

This div background color is #831407


#831407 Border Color

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

This div border color is #831407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831407


Comments

No comments written yet.

Please login to write comment.