Color Hex Logo

#858473 Color Hex

#858473
(133,132,115)
0 Favorites   0 Comments

Color spaces of #858473

RGB 133132115
HSL0.160.070.49
HSV57°14°52°
CMYK 0.000.010.14   0.48
XYZ21.018622.726919.4986
Yxy22.72690.33230.3594
Hunter Lab47.6727-4.72789.1207
CIE-Lab54.7899-2.76849.3203

#858473 color RGB value is (133,132,115).

#858473 hex color red value is 133, green value is 132 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #858473 hue: 0.16 , saturation: 0.07 and the lightness value of 858473 is 0.49.

The process color (four color CMYK) of #858473 color hex is 0.00, 0.01, 0.14, 0.48. Web safe color of #858473 is #999966. Color #858473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 01110011
Octal 205 204 163
Decimal 133 132 115
Hex 85 84 73

RGB Percentages of Color #858473

%35.00
%34.74
%30.26

CMYK Percentages of Color #858473

%0
%1
%14
%48

Triadic Colors of #858473

#858473 #738584 #847385

Analogous Colors of #858473

#858473 #7d8573 #857b73

Monochromatic Colors of #858473

#858473

Complementary Color

#858473 #737485

#858473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858473 Color CSS Codes

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

#858473 Text Font Color

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

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


#858473 Background Color

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

This div background color is #858473


#858473 Border Color

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

This div border color is #858473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858473


Comments

No comments written yet.

Please login to write comment.