Color Hex Logo

#805959 Color Hex

#805959
(128,89,89)
0 Favorites   0 Comments

Color spaces of #805959

RGB 1288989
HSL0.000.180.43
HSV30°50°
CMYK 0.000.300.30   0.50
XYZ14.277612.455211.1028
Yxy12.45520.37740.3292
Hunter Lab35.291910.45266.0518
CIE-Lab41.930616.09126.4430

#805959 color RGB value is (128,89,89).

#805959 hex color red value is 128, green value is 89 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #805959 hue: 0.00 , saturation: 0.18 and the lightness value of 805959 is 0.43.

The process color (four color CMYK) of #805959 color hex is 0.00, 0.30, 0.30, 0.50. Web safe color of #805959 is #996666. Color #805959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 01011001
Octal 200 131 131
Decimal 128 89 89
Hex 80 59 59

RGB Percentages of Color #805959

%41.83
%29.08
%29.08

CMYK Percentages of Color #805959

%0
%30
%30
%50

Triadic Colors of #805959

#805959 #598059 #595980

Analogous Colors of #805959

#805959 #806d59 #80596d

Monochromatic Colors of #805959

#805959

Complementary Color

#805959 #598080

#805959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805959 Color CSS Codes

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

#805959 Text Font Color

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

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


#805959 Background Color

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

This div background color is #805959


#805959 Border Color

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

This div border color is #805959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805959


Comments

No comments written yet.

Please login to write comment.