Color Hex Logo

#857658 Color Hex

#857658
(133,118,88)
0 Favorites   0 Comments

Color spaces of #857658

RGB 13311888
HSL0.110.200.43
HSV40°34°52°
CMYK 0.000.110.34   0.48
XYZ17.912818.648011.8878
Yxy18.64800.36970.3849
Hunter Lab43.1833-1.527613.9066
CIE-Lab50.27281.008818.6739

#857658 color RGB value is (133,118,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 01011000
Octal 205 166 130
Decimal 133 118 88
Hex 85 76 58

RGB Percentages of Color #857658

%39.23
%34.81
%25.96

CMYK Percentages of Color #857658

%0
%11
%34
%48

Triadic Colors of #857658

#857658 #588576 #765885

Analogous Colors of #857658

#857658 #7e8558 #856058

Monochromatic Colors of #857658

#857658

Complementary Color

#857658 #586785

#857658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857658 Color CSS Codes

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

#857658 Text Font Color

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

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


#857658 Background Color

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

This div background color is #857658


#857658 Border Color

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

This div border color is #857658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857658

#857658 Color Palettes


Comments

No comments written yet.

Please login to write comment.