Color Hex Logo

#85824f Color Hex

#85824F
(133,130,79)
0 Favorites   0 Comments

Color spaces of #85824f

RGB 13313079
HSL0.160.250.42
HSV57°41°52°
CMYK 0.000.020.41   0.48
XYZ19.066821.516310.5453
Yxy21.51630.37290.4208
Hunter Lab46.3857-7.802618.9910
CIE-Lab53.5100-6.916227.9982

#85824f color RGB value is (133,130,79).

#85824f hex color red value is 133, green value is 130 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #85824f hue: 0.16 , saturation: 0.25 and the lightness value of 85824f is 0.42.

The process color (four color CMYK) of #85824f color hex is 0.00, 0.02, 0.41, 0.48. Web safe color of #85824f is #999966. Color #85824f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000010 01001111
Octal 205 202 117
Decimal 133 130 79
Hex 85 82 4F

RGB Percentages of Color #85824f

%38.89
%38.01
%23.10

CMYK Percentages of Color #85824f

%0
%2
%41
%48

Triadic Colors of #85824f

#85824f #4f8582 #824f85

Analogous Colors of #85824f

#85824f #6d854f #85674f

Monochromatic Colors of #85824f

#85824f

Complementary Color

#85824f #4f5285

#85824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85824f Color CSS Codes

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

#85824f Text Font Color

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

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


#85824f Background Color

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

This div background color is #85824f


#85824f Border Color

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

This div border color is #85824f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85824f


Comments

No comments written yet.

Please login to write comment.