Color Hex Logo

#875648 Color Hex

#875648
(135,86,72)
0 Favorites   0 Comments

Color spaces of #875648

RGB 1358672
HSL0.040.300.41
HSV13°47°53°
CMYK 0.000.360.47   0.47
XYZ14.489212.27447.7364
Yxy12.27440.42000.3558
Hunter Lab35.034812.510511.4320
CIE-Lab41.649018.612016.5580

#875648 color RGB value is (135,86,72).

#875648 hex color red value is 135, green value is 86 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #875648 hue: 0.04 , saturation: 0.30 and the lightness value of 875648 is 0.41.

The process color (four color CMYK) of #875648 color hex is 0.00, 0.36, 0.47, 0.47. Web safe color of #875648 is #996633. Color #875648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010110 01001000
Octal 207 126 110
Decimal 135 86 72
Hex 87 56 48

RGB Percentages of Color #875648

%46.08
%29.35
%24.57

CMYK Percentages of Color #875648

%0
%36
%47
%47

Triadic Colors of #875648

#875648 #488756 #564887

Analogous Colors of #875648

#875648 #877648 #87485a

Monochromatic Colors of #875648

#875648

Complementary Color

#875648 #487987

#875648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875648 Color CSS Codes

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

#875648 Text Font Color

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

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


#875648 Background Color

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

This div background color is #875648


#875648 Border Color

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

This div border color is #875648


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,86,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875648; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875648;
  -webkit-box-shadow: 1px 1px 3px 2px #875648;
  box-shadow:         1px 1px 3px 2px #875648; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,86,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875648


Comments

No comments written yet.

Please login to write comment.