Color Hex Logo

#80550b Color Hex

#80550B
(128,85,11)
0 Favorites   0 Comments

Color spaces of #80550b

RGB 1288511
HSL0.110.840.27
HSV38°91°50°
CMYK 0.000.340.91   0.50
XYZ12.211011.11041.8175
Yxy11.11040.48570.4420
Hunter Lab33.33237.060520.0997
CIE-Lab39.765811.924645.0345

#80550b color RGB value is (128,85,11).

#80550b hex color red value is 128, green value is 85 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #80550b hue: 0.11 , saturation: 0.84 and the lightness value of 80550b is 0.27.

The process color (four color CMYK) of #80550b color hex is 0.00, 0.34, 0.91, 0.50. Web safe color of #80550b is #996600. Color #80550b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 00001011
Octal 200 125 13
Decimal 128 85 11
Hex 80 55 B

RGB Percentages of Color #80550b

%57.14
%37.95
%4.91

CMYK Percentages of Color #80550b

%0
%34
%91
%50

Triadic Colors of #80550b

#80550b #0b8055 #550b80

Analogous Colors of #80550b

#80550b #71800b #801b0b

Monochromatic Colors of #80550b

#80550b

Complementary Color

#80550b #0b3680

#80550b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80550b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80550b Color CSS Codes

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

#80550b Text Font Color

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

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


#80550b Background Color

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

This div background color is #80550b


#80550b Border Color

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

This div border color is #80550b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80550b


Comments

No comments written yet.

Please login to write comment.