Color Hex Logo

#85844d Color Hex

#85844D
(133,132,77)
0 Favorites   0 Comments

Color spaces of #85844d

RGB 13313277
HSL0.160.270.41
HSV59°42°52°
CMYK 0.000.010.42   0.48
XYZ19.263722.024910.2571
Yxy22.02490.37370.4273
Hunter Lab46.9307-8.859619.8932
CIE-Lab54.0534-8.254529.7796

#85844d color RGB value is (133,132,77).

#85844d hex color red value is 133, green value is 132 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #85844d hue: 0.16 , saturation: 0.27 and the lightness value of 85844d is 0.41.

The process color (four color CMYK) of #85844d color hex is 0.00, 0.01, 0.42, 0.48. Web safe color of #85844d is #999966. Color #85844d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 01001101
Octal 205 204 115
Decimal 133 132 77
Hex 85 84 4D

RGB Percentages of Color #85844d

%38.89
%38.60
%22.51

CMYK Percentages of Color #85844d

%0
%1
%42
%48

Triadic Colors of #85844d

#85844d #4d8584 #844d85

Analogous Colors of #85844d

#85844d #6a854d #85684d

Monochromatic Colors of #85844d

#85844d

Complementary Color

#85844d #4d4e85

#85844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85844d Color CSS Codes

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

#85844d Text Font Color

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

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


#85844d Background Color

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

This div background color is #85844d


#85844d Border Color

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

This div border color is #85844d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,132,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85844d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85844d;
  -webkit-box-shadow: 1px 1px 3px 2px #85844d;
  box-shadow:         1px 1px 3px 2px #85844d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85844d


Comments

No comments written yet.

Please login to write comment.