Color Hex Logo

#85825e Color Hex

#85825E
(133,130,94)
0 Favorites   0 Comments

Color spaces of #85825e

RGB 13313094
HSL0.150.170.45
HSV55°29°52°
CMYK 0.000.020.29   0.48
XYZ19.675921.760013.7527
Yxy21.76000.35650.3943
Hunter Lab46.6476-6.342315.1734
CIE-Lab53.7714-4.959019.9482

#85825e color RGB value is (133,130,94).

#85825e hex color red value is 133, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85825e hue: 0.15 , saturation: 0.17 and the lightness value of 85825e is 0.45.

The process color (four color CMYK) of #85825e color hex is 0.00, 0.02, 0.29, 0.48. Web safe color of #85825e is #999966. Color #85825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000010 01011110
Octal 205 202 136
Decimal 133 130 94
Hex 85 82 5E

RGB Percentages of Color #85825e

%37.25
%36.41
%26.33

CMYK Percentages of Color #85825e

%0
%2
%29
%48

Triadic Colors of #85825e

#85825e #5e8582 #825e85

Analogous Colors of #85825e

#85825e #75855e #856f5e

Monochromatic Colors of #85825e

#85825e

Complementary Color

#85825e #5e6185

#85825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85825e Color CSS Codes

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

#85825e Text Font Color

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

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


#85825e Background Color

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

This div background color is #85825e


#85825e Border Color

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

This div border color is #85825e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,130,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85825e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85825e;
  -webkit-box-shadow: 1px 1px 3px 2px #85825e;
  box-shadow:         1px 1px 3px 2px #85825e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85825e


Comments

No comments written yet.

Please login to write comment.