Color Hex Logo

#857932 Color Hex

#857932
(133,121,50)
0 Favorites   0 Comments

Color spaces of #857932

RGB 13312150
HSL0.140.450.36
HSV51°62°52°
CMYK 0.000.090.62   0.48
XYZ17.086018.89165.7635
Yxy18.89160.40930.4526
Hunter Lab43.4645-5.894022.5631
CIE-Lab50.5601-4.709939.6648

#857932 color RGB value is (133,121,50).

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

The process color (four color CMYK) of #857932 color hex is 0.00, 0.09, 0.62, 0.48. Web safe color of #857932 is #996633. Color #857932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111001 00110010
Octal 205 171 62
Decimal 133 121 50
Hex 85 79 32

RGB Percentages of Color #857932

%43.75
%39.80
%16.45

CMYK Percentages of Color #857932

%0
%9
%62
%48

Triadic Colors of #857932

#857932 #328579 #793285

Analogous Colors of #857932

#857932 #688532 #855032

Monochromatic Colors of #857932

#857932

Complementary Color

#857932 #323e85

#857932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857932 Color CSS Codes

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

#857932 Text Font Color

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

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


#857932 Background Color

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

This div background color is #857932


#857932 Border Color

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

This div border color is #857932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,121,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 #857932">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857932


Comments

No comments written yet.

Please login to write comment.