Color Hex Logo

#805f5b Color Hex

#805F5B
(128,95,91)
0 Favorites   0 Comments

Color spaces of #805f5b

RGB 1289591
HSL0.020.170.43
HSV29°50°
CMYK 0.000.260.29   0.50
XYZ14.882613.528911.7245
Yxy13.52890.37080.3371
Hunter Lab36.78177.85686.8479
CIE-Lab43.549612.81547.5219

#805f5b color RGB value is (128,95,91).

#805f5b hex color red value is 128, green value is 95 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #805f5b hue: 0.02 , saturation: 0.17 and the lightness value of 805f5b is 0.43.

The process color (four color CMYK) of #805f5b color hex is 0.00, 0.26, 0.29, 0.50. Web safe color of #805f5b is #996666. Color #805f5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011111 01011011
Octal 200 137 133
Decimal 128 95 91
Hex 80 5F 5B

RGB Percentages of Color #805f5b

%40.76
%30.25
%28.98

CMYK Percentages of Color #805f5b

%0
%26
%29
%50

Triadic Colors of #805f5b

#805f5b #5b805f #5f5b80

Analogous Colors of #805f5b

#805f5b #80725b #805b6a

Monochromatic Colors of #805f5b

#805f5b

Complementary Color

#805f5b #5b7c80

#805f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#805f5b Color CSS Codes

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

#805f5b Text Font Color

<p style="color:#805f5b">Text here</p>

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


#805f5b Background Color

<div style="background-color:#805f5b">
Div content here</div>

This div background color is #805f5b


#805f5b Border Color

<div style="border:3px solid #805f5b">
Div here</div>

This div border color is #805f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,95,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #805f5b;
  box-shadow:         1px 1px 3px 2px #805f5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805f5b


Comments

No comments written yet.

Please login to write comment.