Color Hex Logo

#886407 Color Hex

#886407
(136,100,7)
0 Favorites   0 Comments

Color spaces of #886407

RGB 1361007
HSL0.120.900.28
HSV43°95°53°
CMYK 0.000.260.95   0.47
XYZ14.748914.36392.1962
Yxy14.36390.47110.4588
Hunter Lab37.89973.139823.0941
CIE-Lab44.75036.830250.3000

#886407 color RGB value is (136,100,7).

#886407 hex color red value is 136, green value is 100 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #886407 hue: 0.12 , saturation: 0.90 and the lightness value of 886407 is 0.28.

The process color (four color CMYK) of #886407 color hex is 0.00, 0.26, 0.95, 0.47. Web safe color of #886407 is #996600. Color #886407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100100 00000111
Octal 210 144 7
Decimal 136 100 7
Hex 88 64 7

RGB Percentages of Color #886407

%55.97
%41.15
%2.88

CMYK Percentages of Color #886407

%0
%26
%95
%47

Triadic Colors of #886407

#886407 #078864 #640788

Analogous Colors of #886407

#886407 #6c8807 #882307

Monochromatic Colors of #886407

#886407

Complementary Color

#886407 #072b88

#886407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886407 Color CSS Codes

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

#886407 Text Font Color

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

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


#886407 Background Color

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

This div background color is #886407


#886407 Border Color

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

This div border color is #886407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886407


Comments

No comments written yet.

Please login to write comment.