Color Hex Logo

#887e5f Color Hex

#887E5F
(136,126,95)
0 Favorites   0 Comments

Color spaces of #887e5f

RGB 13612695
HSL0.130.180.45
HSV45°30°53°
CMYK 0.000.070.30   0.47
XYZ19.679820.982213.8392
Yxy20.98220.36110.3850
Hunter Lab45.8063-3.472014.1515
CIE-Lab52.9300-1.312618.2875

#887e5f color RGB value is (136,126,95).

#887e5f hex color red value is 136, green value is 126 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #887e5f hue: 0.13 , saturation: 0.18 and the lightness value of 887e5f is 0.45.

The process color (four color CMYK) of #887e5f color hex is 0.00, 0.07, 0.30, 0.47. Web safe color of #887e5f is #996666. Color #887e5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111110 01011111
Octal 210 176 137
Decimal 136 126 95
Hex 88 7E 5F

RGB Percentages of Color #887e5f

%38.10
%35.29
%26.61

CMYK Percentages of Color #887e5f

%0
%7
%30
%47

Triadic Colors of #887e5f

#887e5f #5f887e #7e5f88

Analogous Colors of #887e5f

#887e5f #7e885f #886a5f

Monochromatic Colors of #887e5f

#887e5f

Complementary Color

#887e5f #5f6988

#887e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#887e5f Color CSS Codes

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

#887e5f Text Font Color

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

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


#887e5f Background Color

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

This div background color is #887e5f


#887e5f Border Color

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

This div border color is #887e5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,126,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887e5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887e5f;
  -webkit-box-shadow: 1px 1px 3px 2px #887e5f;
  box-shadow:         1px 1px 3px 2px #887e5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,126,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887e5f


Comments

No comments written yet.

Please login to write comment.