Color Hex Logo

#886311 Color Hex

#886311
(136,99,17)
0 Favorites   0 Comments

Color spaces of #886311

RGB 1369917
HSL0.110.780.30
HSV41°88°53°
CMYK 0.000.270.88   0.47
XYZ14.716414.19842.4952
Yxy14.19840.46850.4520
Hunter Lab37.68083.772722.4504
CIE-Lab44.51617.642347.5299

#886311 color RGB value is (136,99,17).

#886311 hex color red value is 136, green value is 99 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #886311 hue: 0.11 , saturation: 0.78 and the lightness value of 886311 is 0.30.

The process color (four color CMYK) of #886311 color hex is 0.00, 0.27, 0.88, 0.47. Web safe color of #886311 is #996600. Color #886311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100011 00010001
Octal 210 143 21
Decimal 136 99 17
Hex 88 63 11

RGB Percentages of Color #886311

%53.97
%39.29
%6.75

CMYK Percentages of Color #886311

%0
%27
%88
%47

Triadic Colors of #886311

#886311 #118863 #631188

Analogous Colors of #886311

#886311 #728811 #882811

Monochromatic Colors of #886311

#886311

Complementary Color

#886311 #113688

#886311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886311 Color CSS Codes

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

#886311 Text Font Color

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

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


#886311 Background Color

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

This div background color is #886311


#886311 Border Color

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

This div border color is #886311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886311


Comments

No comments written yet.

Please login to write comment.