Color Hex Logo

#887130 Color Hex

#887130
(136,113,48)
0 Favorites   0 Comments

Color spaces of #887130

RGB 13611348
HSL0.120.480.36
HSV44°65°53°
CMYK 0.000.170.65   0.47
XYZ16.592017.25795.2529
Yxy17.25790.42430.4413
Hunter Lab41.5426-1.407221.5829
CIE-Lab48.58341.064438.5431

#887130 color RGB value is (136,113,48).

#887130 hex color red value is 136, green value is 113 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #887130 hue: 0.12 , saturation: 0.48 and the lightness value of 887130 is 0.36.

The process color (four color CMYK) of #887130 color hex is 0.00, 0.17, 0.65, 0.47. Web safe color of #887130 is #996633. Color #887130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 00110000
Octal 210 161 60
Decimal 136 113 48
Hex 88 71 30

RGB Percentages of Color #887130

%45.79
%38.05
%16.16

CMYK Percentages of Color #887130

%0
%17
%65
%47

Triadic Colors of #887130

#887130 #308871 #713088

Analogous Colors of #887130

#887130 #738830 #884530

Monochromatic Colors of #887130

#887130

Complementary Color

#887130 #304788

#887130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887130 Color CSS Codes

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

#887130 Text Font Color

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

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


#887130 Background Color

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

This div background color is #887130


#887130 Border Color

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

This div border color is #887130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,113,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887130;
  -webkit-box-shadow: 1px 1px 3px 2px #887130;
  box-shadow:         1px 1px 3px 2px #887130; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887130


Comments

No comments written yet.

Please login to write comment.