Color Hex Logo

#875e3d Color Hex

#875E3D
(135,94,61)
0 Favorites   0 Comments

Color spaces of #875e3d

RGB 1359461
HSL0.070.380.38
HSV27°55°53°
CMYK 0.000.300.55   0.47
XYZ14.836713.49326.2374
Yxy13.49320.42920.3903
Hunter Lab36.73317.814215.6455
CIE-Lab43.497212.764025.4831

#875e3d color RGB value is (135,94,61).

#875e3d hex color red value is 135, green value is 94 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #875e3d hue: 0.07 , saturation: 0.38 and the lightness value of 875e3d is 0.38.

The process color (four color CMYK) of #875e3d color hex is 0.00, 0.30, 0.55, 0.47. Web safe color of #875e3d is #996633. Color #875e3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011110 00111101
Octal 207 136 75
Decimal 135 94 61
Hex 87 5E 3D

RGB Percentages of Color #875e3d

%46.55
%32.41
%21.03

CMYK Percentages of Color #875e3d

%0
%30
%55
%47

Triadic Colors of #875e3d

#875e3d #3d875e #5e3d87

Analogous Colors of #875e3d

#875e3d #87833d #873d41

Monochromatic Colors of #875e3d

#875e3d

Complementary Color

#875e3d #3d6687

#875e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#875e3d Color CSS Codes

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

#875e3d Text Font Color

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

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


#875e3d Background Color

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

This div background color is #875e3d


#875e3d Border Color

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

This div border color is #875e3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,94,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875e3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #875e3d;
  box-shadow:         1px 1px 3px 2px #875e3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875e3d


Comments

No comments written yet.

Please login to write comment.