Color Hex Logo

#875349 Color Hex

#875349
(135,83,73)
0 Favorites   0 Comments

Color spaces of #875349

RGB 1358373
HSL0.030.300.41
HSV10°46°53°
CMYK 0.000.390.46   0.47
XYZ14.287511.81847.8315
Yxy11.81840.42100.3482
Hunter Lab34.377914.023510.5579
CIE-Lab40.926020.482814.9736

#875349 color RGB value is (135,83,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 01001001
Octal 207 123 111
Decimal 135 83 73
Hex 87 53 49

RGB Percentages of Color #875349

%46.39
%28.52
%25.09

CMYK Percentages of Color #875349

%0
%39
%46
%47

Triadic Colors of #875349

#875349 #498753 #534987

Analogous Colors of #875349

#875349 #877249 #87495e

Monochromatic Colors of #875349

#875349

Complementary Color

#875349 #497d87

#875349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875349 Color CSS Codes

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

#875349 Text Font Color

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

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


#875349 Background Color

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

This div background color is #875349


#875349 Border Color

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

This div border color is #875349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875349


Comments

No comments written yet.

Please login to write comment.