Color Hex Logo

#857656 Color Hex

#857656
(133,118,86)
0 Favorites   0 Comments

Color spaces of #857656

RGB 13311886
HSL0.110.210.43
HSV41°35°52°
CMYK 0.000.110.35   0.48
XYZ17.831018.615311.4574
Yxy18.61530.37220.3886
Hunter Lab43.1455-1.734714.4572
CIE-Lab50.23410.738819.7749

#857656 color RGB value is (133,118,86).

#857656 hex color red value is 133, green value is 118 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #857656 hue: 0.11 , saturation: 0.21 and the lightness value of 857656 is 0.43.

The process color (four color CMYK) of #857656 color hex is 0.00, 0.11, 0.35, 0.48. Web safe color of #857656 is #996666. Color #857656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 01010110
Octal 205 166 126
Decimal 133 118 86
Hex 85 76 56

RGB Percentages of Color #857656

%39.47
%35.01
%25.52

CMYK Percentages of Color #857656

%0
%11
%35
%48

Triadic Colors of #857656

#857656 #568576 #765685

Analogous Colors of #857656

#857656 #7d8556 #855f56

Monochromatic Colors of #857656

#857656

Complementary Color

#857656 #566585

#857656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857656 Color CSS Codes

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

#857656 Text Font Color

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

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


#857656 Background Color

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

This div background color is #857656


#857656 Border Color

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

This div border color is #857656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857656


Comments

No comments written yet.

Please login to write comment.