Color Hex Logo

#80855f Color Hex

#80855F
(128,133,95)
0 Favorites   0 Comments

Color spaces of #80855f

RGB 12813395
HSL0.190.170.45
HSV68°29°52°
CMYK 0.040.000.29   0.48
XYZ19.355222.190514.0895
Yxy22.19050.34790.3989
Hunter Lab47.1068-9.095015.2413
CIE-Lab54.2285-8.545119.9238

#80855f color RGB value is (128,133,95).

#80855f hex color red value is 128, green value is 133 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #80855f hue: 0.19 , saturation: 0.17 and the lightness value of 80855f is 0.45.

The process color (four color CMYK) of #80855f color hex is 0.04, 0.00, 0.29, 0.48. Web safe color of #80855f is #999966. Color #80855f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 01011111
Octal 200 205 137
Decimal 128 133 95
Hex 80 85 5F

RGB Percentages of Color #80855f

%35.96
%37.36
%26.69

CMYK Percentages of Color #80855f

%4
%0
%29
%48

Triadic Colors of #80855f

#80855f #5f8085 #855f80

Analogous Colors of #80855f

#80855f #6d855f #85775f

Monochromatic Colors of #80855f

#80855f

Complementary Color

#80855f #645f85

#80855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80855f Color CSS Codes

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

#80855f Text Font Color

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

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


#80855f Background Color

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

This div background color is #80855f


#80855f Border Color

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

This div border color is #80855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80855f


Comments

No comments written yet.

Please login to write comment.