Color Hex Logo

#858173 Color Hex

#858173
(133,129,115)
0 Favorites   0 Comments

Color spaces of #858173

RGB 133129115
HSL0.130.070.49
HSV47°14°52°
CMYK 0.000.030.14   0.48
XYZ20.617621.924919.3649
Yxy21.92490.33300.3542
Hunter Lab46.8240-3.34488.2564
CIE-Lab53.9472-1.07138.1256

#858173 color RGB value is (133,129,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 01110011
Octal 205 201 163
Decimal 133 129 115
Hex 85 81 73

RGB Percentages of Color #858173

%35.28
%34.22
%30.50

CMYK Percentages of Color #858173

%0
%3
%14
%48

Triadic Colors of #858173

#858173 #738581 #817385

Analogous Colors of #858173

#858173 #808573 #857873

Monochromatic Colors of #858173

#858173

Complementary Color

#858173 #737785

#858173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858173 Color CSS Codes

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

#858173 Text Font Color

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

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


#858173 Background Color

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

This div background color is #858173


#858173 Border Color

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

This div border color is #858173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858173


Comments

No comments written yet.

Please login to write comment.