Color Hex Logo

#80551d Color Hex

#80551D
(128,85,29)
0 Favorites   0 Comments

Color spaces of #80551d

RGB 1288529
HSL0.090.630.31
HSV34°77°50°
CMYK 0.000.340.77   0.50
XYZ12.372411.17492.6673
Yxy11.17490.47200.4263
Hunter Lab33.42897.564318.6694
CIE-Lab39.873512.567138.2482

#80551d color RGB value is (128,85,29).

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

The process color (four color CMYK) of #80551d color hex is 0.00, 0.34, 0.77, 0.50. Web safe color of #80551d is #996633. Color #80551d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 00011101
Octal 200 125 35
Decimal 128 85 29
Hex 80 55 1D

RGB Percentages of Color #80551d

%52.89
%35.12
%11.98

CMYK Percentages of Color #80551d

%0
%34
%77
%50

Triadic Colors of #80551d

#80551d #1d8055 #551d80

Analogous Colors of #80551d

#80551d #7a801d #80241d

Monochromatic Colors of #80551d

#80551d

Complementary Color

#80551d #1d4880

#80551d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80551d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80551d Color CSS Codes

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

#80551d Text Font Color

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

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


#80551d Background Color

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

This div background color is #80551d


#80551d Border Color

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

This div border color is #80551d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,85,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 #80551d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80551d


Comments

No comments written yet.

Please login to write comment.