Color Hex Logo

#887945 Color Hex

#887945
(136,121,69)
0 Favorites   0 Comments

Color spaces of #887945

RGB 13612169
HSL0.130.330.40
HSV47°49°53°
CMYK 0.000.110.49   0.47
XYZ18.064919.33878.4108
Yxy19.33870.39430.4221
Hunter Lab43.9758-3.631319.4433
CIE-Lab51.0811-1.666330.4801

#887945 color RGB value is (136,121,69).

#887945 hex color red value is 136, green value is 121 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #887945 hue: 0.13 , saturation: 0.33 and the lightness value of 887945 is 0.40.

The process color (four color CMYK) of #887945 color hex is 0.00, 0.11, 0.49, 0.47. Web safe color of #887945 is #996633. Color #887945 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 01000101
Octal 210 171 105
Decimal 136 121 69
Hex 88 79 45

RGB Percentages of Color #887945

%41.72
%37.12
%21.17

CMYK Percentages of Color #887945

%0
%11
%49
%47

Triadic Colors of #887945

#887945 #458879 #794588

Analogous Colors of #887945

#887945 #768845 #885845

Monochromatic Colors of #887945

#887945

Complementary Color

#887945 #455488

#887945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887945 Color CSS Codes

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

#887945 Text Font Color

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

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


#887945 Background Color

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

This div background color is #887945


#887945 Border Color

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

This div border color is #887945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887945


Comments

No comments written yet.

Please login to write comment.