Color Hex Logo

#875146 Color Hex

#875146
(135,81,70)
0 Favorites   0 Comments

Color spaces of #875146

RGB 1358170
HSL0.030.320.40
HSV10°48°53°
CMYK 0.000.400.48   0.47
XYZ14.039611.47807.2698
Yxy11.47800.42820.3501
Hunter Lab33.879214.682110.9930
CIE-Lab40.374221.315016.0601

#875146 color RGB value is (135,81,70).

#875146 hex color red value is 135, green value is 81 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #875146 hue: 0.03 , saturation: 0.32 and the lightness value of 875146 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010001 01000110
Octal 207 121 106
Decimal 135 81 70
Hex 87 51 46

RGB Percentages of Color #875146

%47.20
%28.32
%24.48

CMYK Percentages of Color #875146

%0
%40
%48
%47

Triadic Colors of #875146

#875146 #468751 #514687

Analogous Colors of #875146

#875146 #877246 #87465c

Monochromatic Colors of #875146

#875146

Complementary Color

#875146 #467c87

#875146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875146 Color CSS Codes

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

#875146 Text Font Color

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

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


#875146 Background Color

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

This div background color is #875146


#875146 Border Color

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

This div border color is #875146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875146

#875146 Color Palettes


Comments

No comments written yet.

Please login to write comment.