Color Hex Logo

#85675f Color Hex

#85675F
(133,103,95)
0 Favorites   0 Comments

Color spaces of #85675f

RGB 13310395
HSL0.040.170.45
HSV13°29°52°
CMYK 0.000.230.29   0.48
XYZ16.588715.513312.9465
Yxy15.51330.36820.3444
Hunter Lab39.38696.25228.0822
CIE-Lab46.329410.76149.1175

#85675f color RGB value is (133,103,95).

#85675f hex color red value is 133, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #85675f hue: 0.04 , saturation: 0.17 and the lightness value of 85675f is 0.45.

The process color (four color CMYK) of #85675f color hex is 0.00, 0.23, 0.29, 0.48. Web safe color of #85675f is #996666. Color #85675f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100111 01011111
Octal 205 147 137
Decimal 133 103 95
Hex 85 67 5F

RGB Percentages of Color #85675f

%40.18
%31.12
%28.70

CMYK Percentages of Color #85675f

%0
%23
%29
%48

Triadic Colors of #85675f

#85675f #5f8567 #675f85

Analogous Colors of #85675f

#85675f #857a5f #855f6a

Monochromatic Colors of #85675f

#85675f

Complementary Color

#85675f #5f7d85

#85675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85675f Color CSS Codes

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

#85675f Text Font Color

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

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


#85675f Background Color

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

This div background color is #85675f


#85675f Border Color

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

This div border color is #85675f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,103,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85675f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85675f;
  -webkit-box-shadow: 1px 1px 3px 2px #85675f;
  box-shadow:         1px 1px 3px 2px #85675f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85675f


Comments

No comments written yet.

Please login to write comment.