Color Hex Logo

#831c37 Color Hex

#831C37
(131,28,55)
0 Favorites   0 Comments

Color spaces of #831c37

RGB 1312855
HSL0.960.650.31
HSV344°79°51°
CMYK 0.000.790.58   0.49
XYZ10.46495.93164.2078
Yxy5.93160.50790.2879
Hunter Lab24.354934.07766.8049
CIE-Lab29.239244.648610.3808

#831c37 color RGB value is (131,28,55).

#831c37 hex color red value is 131, green value is 28 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #831c37 hue: 0.96 , saturation: 0.65 and the lightness value of 831c37 is 0.31.

The process color (four color CMYK) of #831c37 color hex is 0.00, 0.79, 0.58, 0.49. Web safe color of #831c37 is #993333. Color #831c37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011100 00110111
Octal 203 34 67
Decimal 131 28 55
Hex 83 1C 37

RGB Percentages of Color #831c37

%61.21
%13.08
%25.70

CMYK Percentages of Color #831c37

%0
%79
%58
%49

Triadic Colors of #831c37

#831c37 #37831c #1c3783

Analogous Colors of #831c37

#831c37 #83351c #831c6b

Monochromatic Colors of #831c37

#831c37

Complementary Color

#831c37 #1c8368

#831c37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831c37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831c37 Color CSS Codes

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

#831c37 Text Font Color

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

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


#831c37 Background Color

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

This div background color is #831c37


#831c37 Border Color

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

This div border color is #831c37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,28,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831c37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831c37;
  -webkit-box-shadow: 1px 1px 3px 2px #831c37;
  box-shadow:         1px 1px 3px 2px #831c37; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831c37


Comments

No comments written yet.

Please login to write comment.