Color Hex Logo

#80311f Color Hex

#80311F
(128,49,31)
0 Favorites   0 Comments

Color spaces of #80311f

RGB 1284931
HSL0.030.610.31
HSV11°76°50°
CMYK 0.000.620.76   0.50
XYZ10.24776.88472.0851
Yxy6.88470.53320.3583
Hunter Lab26.238723.796613.6555
CIE-Lab31.543033.049128.4626

#80311f color RGB value is (128,49,31).

#80311f hex color red value is 128, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #80311f hue: 0.03 , saturation: 0.61 and the lightness value of 80311f is 0.31.

The process color (four color CMYK) of #80311f color hex is 0.00, 0.62, 0.76, 0.50. Web safe color of #80311f is #993333. Color #80311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110001 00011111
Octal 200 61 37
Decimal 128 49 31
Hex 80 31 1F

RGB Percentages of Color #80311f

%61.54
%23.56
%14.90

CMYK Percentages of Color #80311f

%0
%62
%76
%50

Triadic Colors of #80311f

#80311f #1f8031 #311f80

Analogous Colors of #80311f

#80311f #80611f #801f3e

Monochromatic Colors of #80311f

#80311f

Complementary Color

#80311f #1f6e80

#80311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80311f Color CSS Codes

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

#80311f Text Font Color

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

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


#80311f Background Color

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

This div background color is #80311f


#80311f Border Color

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

This div border color is #80311f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,49,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80311f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80311f;
  -webkit-box-shadow: 1px 1px 3px 2px #80311f;
  box-shadow:         1px 1px 3px 2px #80311f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,49,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80311f


Comments

No comments written yet.

Please login to write comment.