Color Hex Logo

#80311d Color Hex

#80311D
(128,49,29)
0 Favorites   0 Comments

Color spaces of #80311d

RGB 1284929
HSL0.030.630.31
HSV12°77°50°
CMYK 0.000.620.77   0.50
XYZ10.22226.87451.9505
Yxy6.87450.53670.3609
Hunter Lab26.219323.708713.9428
CIE-Lab31.519532.952829.5992

#80311d color RGB value is (128,49,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110001 00011101
Octal 200 61 35
Decimal 128 49 29
Hex 80 31 1D

RGB Percentages of Color #80311d

%62.14
%23.79
%14.08

CMYK Percentages of Color #80311d

%0
%62
%77
%50

Triadic Colors of #80311d

#80311d #1d8031 #311d80

Analogous Colors of #80311d

#80311d #80631d #801d3b

Monochromatic Colors of #80311d

#80311d

Complementary Color

#80311d #1d6c80

#80311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80311d Color CSS Codes

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

#80311d Text Font Color

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

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


#80311d Background Color

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

This div background color is #80311d


#80311d Border Color

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

This div border color is #80311d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80311d


Comments

No comments written yet.

Please login to write comment.