Color Hex Logo

#886848 Color Hex

#886848
(136,104,72)
0 Favorites   0 Comments

Color spaces of #886848

RGB 13610472
HSL0.080.310.41
HSV30°47°53°
CMYK 0.000.240.47   0.47
XYZ16.273415.60278.2848
Yxy15.60270.40520.3885
Hunter Lab39.50034.413415.2147
CIE-Lab46.44898.464622.9209

#886848 color RGB value is (136,104,72).

#886848 hex color red value is 136, green value is 104 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #886848 hue: 0.08 , saturation: 0.31 and the lightness value of 886848 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101000 01001000
Octal 210 150 110
Decimal 136 104 72
Hex 88 68 48

RGB Percentages of Color #886848

%43.59
%33.33
%23.08

CMYK Percentages of Color #886848

%0
%24
%47
%47

Triadic Colors of #886848

#886848 #488868 #684888

Analogous Colors of #886848

#886848 #888848 #884848

Monochromatic Colors of #886848

#886848

Complementary Color

#886848 #486888

#886848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886848 Color CSS Codes

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

#886848 Text Font Color

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

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


#886848 Background Color

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

This div background color is #886848


#886848 Border Color

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

This div border color is #886848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886848


Comments

No comments written yet.

Please login to write comment.