Color Hex Logo

#85832f Color Hex

#85832F
(133,131,47)
0 Favorites   0 Comments

Color spaces of #85832f

RGB 13313147
HSL0.160.480.35
HSV59°65°52°
CMYK 0.000.020.65   0.48
XYZ18.302321.42445.8600
Yxy21.42440.40150.4700
Hunter Lab46.2865-10.420124.8943
CIE-Lab53.4109-10.454544.1631

#85832f color RGB value is (133,131,47).

#85832f hex color red value is 133, green value is 131 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #85832f hue: 0.16 , saturation: 0.48 and the lightness value of 85832f is 0.35.

The process color (four color CMYK) of #85832f color hex is 0.00, 0.02, 0.65, 0.48. Web safe color of #85832f is #999933. Color #85832f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 00101111
Octal 205 203 57
Decimal 133 131 47
Hex 85 83 2F

RGB Percentages of Color #85832f

%42.77
%42.12
%15.11

CMYK Percentages of Color #85832f

%0
%2
%65
%48

Triadic Colors of #85832f

#85832f #2f8583 #832f85

Analogous Colors of #85832f

#85832f #5c852f #85582f

Monochromatic Colors of #85832f

#85832f

Complementary Color

#85832f #2f3185

#85832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85832f Color CSS Codes

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

#85832f Text Font Color

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

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


#85832f Background Color

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

This div background color is #85832f


#85832f Border Color

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

This div border color is #85832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85832f


Comments

No comments written yet.

Please login to write comment.