Color Hex Logo

#876d2d Color Hex

#876D2D
(135,109,45)
0 Favorites   0 Comments

Color spaces of #876d2d

RGB 13510945
HSL0.120.500.35
HSV43°67°53°
CMYK 0.000.190.67   0.47
XYZ15.934016.27764.7847
Yxy16.27760.43070.4400
Hunter Lab40.3455-0.108121.2105
CIE-Lab47.33662.694538.6243

#876d2d color RGB value is (135,109,45).

#876d2d hex color red value is 135, green value is 109 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #876d2d hue: 0.12 , saturation: 0.50 and the lightness value of 876d2d is 0.35.

The process color (four color CMYK) of #876d2d color hex is 0.00, 0.19, 0.67, 0.47. Web safe color of #876d2d is #996633. Color #876d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 00101101
Octal 207 155 55
Decimal 135 109 45
Hex 87 6D 2D

RGB Percentages of Color #876d2d

%46.71
%37.72
%15.57

CMYK Percentages of Color #876d2d

%0
%19
%67
%47

Triadic Colors of #876d2d

#876d2d #2d876d #6d2d87

Analogous Colors of #876d2d

#876d2d #74872d #87402d

Monochromatic Colors of #876d2d

#876d2d

Complementary Color

#876d2d #2d4787

#876d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#876d2d Color CSS Codes

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

#876d2d Text Font Color

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

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


#876d2d Background Color

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

This div background color is #876d2d


#876d2d Border Color

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

This div border color is #876d2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,109,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876d2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876d2d;
  -webkit-box-shadow: 1px 1px 3px 2px #876d2d;
  box-shadow:         1px 1px 3px 2px #876d2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876d2d


Comments

No comments written yet.

Please login to write comment.