Color Hex Logo

#857369 Color Hex

#857369
(133,115,105)
0 Favorites   0 Comments

Color spaces of #857369

RGB 133115105
HSL0.060.120.47
HSV21°21°52°
CMYK 0.000.140.21   0.48
XYZ18.353418.267915.9233
Yxy18.26790.34930.3477
Hunter Lab42.74101.85307.8300
CIE-Lab49.81945.29438.1108

#857369 color RGB value is (133,115,105).

#857369 hex color red value is 133, green value is 115 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #857369 hue: 0.06 , saturation: 0.12 and the lightness value of 857369 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 01101001
Octal 205 163 151
Decimal 133 115 105
Hex 85 73 69

RGB Percentages of Color #857369

%37.68
%32.58
%29.75

CMYK Percentages of Color #857369

%0
%14
%21
%48

Triadic Colors of #857369

#857369 #698573 #736985

Analogous Colors of #857369

#857369 #858169 #85696d

Monochromatic Colors of #857369

#857369

Complementary Color

#857369 #697b85

#857369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857369 Color CSS Codes

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

#857369 Text Font Color

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

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


#857369 Background Color

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

This div background color is #857369


#857369 Border Color

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

This div border color is #857369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857369


Comments

No comments written yet.

Please login to write comment.