Color Hex Logo

#857266 Color Hex

#857266
(133,114,102)
0 Favorites   0 Comments

Color spaces of #857266

RGB 133114102
HSL0.060.130.46
HSV23°23°52°
CMYK 0.000.140.23   0.48
XYZ18.088517.980515.0876
Yxy17.98050.35360.3515
Hunter Lab42.40341.93888.5864
CIE-Lab49.47245.39289.3892

#857266 color RGB value is (133,114,102).

#857266 hex color red value is 133, green value is 114 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #857266 hue: 0.06 , saturation: 0.13 and the lightness value of 857266 is 0.46.

The process color (four color CMYK) of #857266 color hex is 0.00, 0.14, 0.23, 0.48. Web safe color of #857266 is #996666. Color #857266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110010 01100110
Octal 205 162 146
Decimal 133 114 102
Hex 85 72 66

RGB Percentages of Color #857266

%38.11
%32.66
%29.23

CMYK Percentages of Color #857266

%0
%14
%23
%48

Triadic Colors of #857266

#857266 #668572 #726685

Analogous Colors of #857266

#857266 #858266 #85666a

Monochromatic Colors of #857266

#857266

Complementary Color

#857266 #667985

#857266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857266 Color CSS Codes

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

#857266 Text Font Color

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

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


#857266 Background Color

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

This div background color is #857266


#857266 Border Color

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

This div border color is #857266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857266


Comments

No comments written yet.

Please login to write comment.