Color Hex Logo

#857969 Color Hex

#857969
(133,121,105)
0 Favorites   0 Comments

Color spaces of #857969

RGB 133121105
HSL0.100.120.47
HSV34°21°52°
CMYK 0.000.090.21   0.48
XYZ19.060019.681216.1589
Yxy19.68120.34720.3585
Hunter Lab44.3635-0.94679.4587
CIE-Lab51.47481.821210.4478

#857969 color RGB value is (133,121,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111001 01101001
Octal 205 171 151
Decimal 133 121 105
Hex 85 79 69

RGB Percentages of Color #857969

%37.05
%33.70
%29.25

CMYK Percentages of Color #857969

%0
%9
%21
%48

Triadic Colors of #857969

#857969 #698579 #796985

Analogous Colors of #857969

#857969 #838569 #856b69

Monochromatic Colors of #857969

#857969

Complementary Color

#857969 #697585

#857969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857969 Color CSS Codes

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

#857969 Text Font Color

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

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


#857969 Background Color

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

This div background color is #857969


#857969 Border Color

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

This div border color is #857969


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,121,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 #857969">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857969

#857969 Color Palettes


Comments

No comments written yet.

Please login to write comment.