Color Hex Logo

#858332 Color Hex

#858332
(133,131,50)
0 Favorites   0 Comments

Color spaces of #858332

RGB 13313150
HSL0.160.450.36
HSV59°62°52°
CMYK 0.000.020.62   0.48
XYZ18.364921.44946.1898
Yxy21.44940.39920.4662
Hunter Lab46.3135-10.267224.4953
CIE-Lab53.4379-10.242042.8188

#858332 color RGB value is (133,131,50).

#858332 hex color red value is 133, green value is 131 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #858332 hue: 0.16 , saturation: 0.45 and the lightness value of 858332 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 00110010
Octal 205 203 62
Decimal 133 131 50
Hex 85 83 32

RGB Percentages of Color #858332

%42.36
%41.72
%15.92

CMYK Percentages of Color #858332

%0
%2
%62
%48

Triadic Colors of #858332

#858332 #328583 #833285

Analogous Colors of #858332

#858332 #5e8532 #855a32

Monochromatic Colors of #858332

#858332

Complementary Color

#858332 #323485

#858332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858332 Color CSS Codes

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

#858332 Text Font Color

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

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


#858332 Background Color

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

This div background color is #858332


#858332 Border Color

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

This div border color is #858332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858332


Comments

No comments written yet.

Please login to write comment.