Color Hex Logo

#857469 Color Hex

#857469
(133,116,105)
0 Favorites   0 Comments

Color spaces of #857469

RGB 133116105
HSL0.070.120.47
HSV24°21°52°
CMYK 0.000.130.21   0.48
XYZ18.468118.497215.9616
Yxy18.49720.34890.3495
Hunter Lab43.00841.38458.1017
CIE-Lab50.09374.71308.4992

#857469 color RGB value is (133,116,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110100 01101001
Octal 205 164 151
Decimal 133 116 105
Hex 85 74 69

RGB Percentages of Color #857469

%37.57
%32.77
%29.66

CMYK Percentages of Color #857469

%0
%13
%21
%48

Triadic Colors of #857469

#857469 #698574 #746985

Analogous Colors of #857469

#857469 #858269 #85696c

Monochromatic Colors of #857469

#857469

Complementary Color

#857469 #697a85

#857469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857469 Color CSS Codes

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

#857469 Text Font Color

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

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


#857469 Background Color

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

This div background color is #857469


#857469 Border Color

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

This div border color is #857469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857469


Comments

No comments written yet.

Please login to write comment.