Color Hex Logo

#857705 Color Hex

#857705
(133,119,5)
0 Favorites   0 Comments

Color spaces of #857705

RGB 1331195
HSL0.150.930.27
HSV53°96°52°
CMYK 0.000.110.96   0.48
XYZ16.297118.19122.7959
Yxy18.19120.43710.4879
Hunter Lab42.6511-6.434225.9692
CIE-Lab49.7272-5.531454.3184

#857705 color RGB value is (133,119,5).

#857705 hex color red value is 133, green value is 119 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #857705 hue: 0.15 , saturation: 0.93 and the lightness value of 857705 is 0.27.

The process color (four color CMYK) of #857705 color hex is 0.00, 0.11, 0.96, 0.48. Web safe color of #857705 is #996600. Color #857705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 00000101
Octal 205 167 5
Decimal 133 119 5
Hex 85 77 5

RGB Percentages of Color #857705

%51.75
%46.30
%1.95

CMYK Percentages of Color #857705

%0
%11
%96
%48

Triadic Colors of #857705

#857705 #058577 #770585

Analogous Colors of #857705

#857705 #538505 #853705

Monochromatic Colors of #857705

#857705

Complementary Color

#857705 #051385

#857705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857705 Color CSS Codes

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

#857705 Text Font Color

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

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


#857705 Background Color

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

This div background color is #857705


#857705 Border Color

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

This div border color is #857705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857705


Comments

No comments written yet.

Please login to write comment.